Neuroglycerin / neukrill-net-tools

Tools coded as part of the NDSB competition.
MIT License
0 stars 0 forks source link

Shape Moments #110

Closed scottclowe closed 9 years ago

scottclowe commented 9 years ago

This is probably a very valuable CV feature.

Will need to segment the animal from the image with OpenCV, then compute moments of the fitted curve.

Will need so tuning so the curve has an appropriate number of points.

dnstanciu commented 9 years ago

We have 24 moments from the OpenCV moments function and 6 Hu moments from OpenCV HuMoments functions