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

Growth point detection #3

Open
wpbonelli opened this issue Jan 16, 2022 · 0 comments
Open

Growth point detection #3

wpbonelli opened this issue Jan 16, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@wpbonelli
Copy link
Owner

wpbonelli commented Jan 16, 2022

Need to attempt to locate growth points. This would allow estimation of pitcher lengths.

Possibly useful heuristics:

  • centroid of convex hull
  • dark regions ringed by more or less linear features (assumes pitchers aren't bent/occluded)
  • skeletonization, then find root node

It would be much easier to train a neural network for this than for pitcher segmentation, since labeling here involves only one or two point locations per image, rather than painstaking pitcher tracing. Maybe worth a shot too?

@wpbonelli wpbonelli added the enhancement New feature or request label Jan 16, 2022
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
None yet
Development

No branches or pull requests

1 participant