-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pixel Mapping #52
Open
Sandeep-Sampath
wants to merge
6
commits into
development
Choose a base branch
from
50-pixel-mapping-for-live-screen
base: development
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Pixel Mapping #52
Conversation
This file contains 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
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
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;