Open
Conversation
This commit contains; 1. Image Averaging feature 1.1 Created an actor to perform averaging and to save the result in .tiff and .raw formats. 1.2 Messages to communicate with the controller are added. 1.3 Application Settings has been modified to select the path to save the averaged image. 1.4 Added methods to Launch Image Averaging. 2 Calibration 2.1 Calibration feature has been designed to access the feature from the dll file. 2.2 A class is created to perform the sensor calibration. 2.3 Added Generate Reference file to the driver library. 2.4 Updated BontechWrapperLibrary.dll with the latest code 3. User-interface has been modified to incorporate the latest changes 4. Added messages to the User-Interface to communicate with the Controller. 5. Updated .lvlib, and .lvclass files to the latest changes. This fixes #48 #42
This was
linked to
issues
Nov 2, 2023
This commit has disabled the image scaling to save 16-bit images in .tiff format
achuthaperumal
requested changes
Nov 3, 2023
Owner
achuthaperumal
left a comment
There was a problem hiding this comment.
Add Option to Enable / Disable the Mapping Mode.
- [] Added a checkbox to enable/disable pixel mapping in UI. - [] Added Messages, methods and codes for pixel mapping
Collaborator
Author
|
achuthaperumal
requested changes
Nov 9, 2023
Owner
achuthaperumal
left a comment
There was a problem hiding this comment.
Remember to set Bit Depth=0 before applying the mapping.
This code contains; 1. Pixel mapping algorithm in live screen; 2. Image averaging has been reworked with averaging with an array but not images; 3. Mass compiled with LV22 from LV21.
Deleted unwanted vi.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is for;