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

Find optimal centre of rotations #12

Open
lauraporta opened this issue Jul 19, 2024 · 1 comment · May be fixed by #24
Open

Find optimal centre of rotations #12

lauraporta opened this issue Jul 19, 2024 · 1 comment · May be fixed by #24

Comments

@lauraporta
Copy link
Member

lauraporta commented Jul 19, 2024

Is your feature request related to a problem? Please describe.
The centre of rotation is not aligned with the centre of the image. It becomes very clear when doing np.max(original_video, axis=0)

Screenshot 2024-06-18 at 17 19 45

Describe the solution you'd like
I want a method to be added in the pipeline that finds this centre.

Describe alternatives you've considered
I think there are two options:
A) Fit an ellipse to the image:
- take the max projection (np.max())
- set a threshold and get binary image
- fit ellipse (with scikit-image)
B) Use the two most bright cells, find their contours, and use geometry

@lauraporta
Copy link
Member Author

Nice progress on this problem was done by @DhimanS07 in it's project

@lauraporta lauraporta linked a pull request Sep 19, 2024 that will close this issue
7 tasks
@lauraporta lauraporta linked a pull request Sep 19, 2024 that will close this issue
7 tasks
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 a pull request may close this issue.

1 participant