Skip to content
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

Image Averaging and Calibration Feature #49

Merged
merged 1 commit into from
Nov 3, 2023

Conversation

Sandeep-Sampath
Copy link
Collaborator

@Sandeep-Sampath Sandeep-Sampath commented Nov 1, 2023

This commit contains;

  • Calibration
    • Calibration feature has been designed to access the feature from the dll file.
    • A class is created to perform the sensor calibration.
    • Added Generate Reference file to the driver library.
    • Updated BontechWrapperLibrary.dll with the latest code
  • Image Averaging feature
    • Created an actor to perform averaging and to save the result in .tiff and .raw formats.
    • Messages to communicate with the controller are added.
    • Application Settings has been modified to select the path to save the averaged image.
    • Added methods to Launch Image Averaging.
  • User-interface has been modified to incorporate the latest changes
  • Added messages to the User-Interface to communicate with the Controller.
  • Updated .lvlib, and .lvclass files to the latest changes.

This fixes #48 #42

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
@achuthaperumal achuthaperumal merged commit d3405c6 into development Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature - Image Averaging Integrate Calibration Module Create UI for Calibration
2 participants