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

Feature/833 cob windowing #254

Merged
merged 10 commits into from
May 24, 2024
Merged

Feature/833 cob windowing #254

merged 10 commits into from
May 24, 2024

Conversation

JulianHammerl
Copy link
Collaborator

  • Tickets addressed: MAXGNC-833
  • Review: By commit
  • Merge strategy: Merge (no squash)

Description

The centerOfBrightness module was updated to accept the input parameters for a masking window, and the module then applies that window to only consider pixels within the window for the computation of the center of brightness.

Verification

The unit test was updated to check the windowing approach.

Documentation

The documentation was updated accordingly.

Future work

At the moment, swig_eigen.i doesn't include the Eigen::Vector2i type, so Eigen::VectorXi was used instead for the corresponding windowing input parameters. This should be changed once the swig_eigen.i file has been updated.

@JulianHammerl JulianHammerl added the enhancement New feature or request label May 23, 2024
@JulianHammerl JulianHammerl self-assigned this May 23, 2024
@JulianHammerl JulianHammerl force-pushed the feature/833-cob-windowing branch from 043ef91 to a17cea8 Compare May 23, 2024 16:56
Copy link
Collaborator

@thibaudteil thibaudteil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good work!

Copy link
Collaborator

@patkenneally patkenneally left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔻 Issues to address before merge
🔶 Requests that should not block merge, but should at least be discussed
🔵 Recommendations that can be ignored if desired

Nice PR. I particularly appreciate your clean up by changing the implicit conversions to explicit.

@JulianHammerl JulianHammerl force-pushed the feature/833-cob-windowing branch from a17cea8 to 7b6ae00 Compare May 24, 2024 18:41
@patkenneally patkenneally merged commit ca5709d into develop May 24, 2024
3 checks passed
@patkenneally patkenneally deleted the feature/833-cob-windowing branch May 24, 2024 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants