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

Detect center fiducials that mark the principal point #12

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

meghanasharp
Copy link

I add in the ability to detect center fiducials that mark the principal point. Thought it might be useful for others! :)

To do so, I updated:
hipp.batch.iter_detect_fiducials to provide the option "center_fiducial".

If "center_fiducial" is True, it calls a new function I created based on the pre-existing hipp functions:
hipp.core.define_center_window
that defines a window around the center point that is 1/8th of the image height x 1/8th of the image width.

As per the original workflow, the image is sliced by this frame to perform template matching and then creates a dataframe with one column "principal_point" that contains the coordinates of the detected fiducial.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant