Hey everyone, My name is Surya — working on a project on image classification. I’m interested in identifying non-rigid shapes (close to an ellipse) in an image. Sample image below. Could anyone please point me to some references for that? Thanks Surya
How about applying a morphological closing operation until an ellipse fit converges in quality? With that fish though, maybe need a few “erosion” operations to scrape of those fins. ;) The disadvantage of morphological erosion alone is that the size of the object will be reduced, while the combo of erosion and dilution (i.e. “closing”) keeps the integrated object size nearly the same. Michael
On Apr 10, 2017, at 16:48, Surya Kasturi <suryak@udel.edu> wrote:
Hey everyone,
My name is Surya — working on a project on image classification.
I’m interested in identifying non-rigid shapes (close to an ellipse) in an image. Sample image below.
Could anyone please point me to some references for that?
<output1.jpg>
Thanks Surya
_______________________________________________ scikit-image mailing list scikit-image@python.org https://mail.python.org/mailman/listinfo/scikit-image
Is this correct interpretation? — Do morphological operations and Hough Ellipse transform for ellipse detection? I’m thinking of leveraging active contours. Is it possible to place shape constraints on Energy equation in some way? For instance, perform non-rigid shape matching? Thanks, Surya
On Apr 10, 2017, at 7:16 PM, K.-Michael Aye <kmichael.aye@gmail.com> wrote:
How about applying a morphological closing operation until an ellipse fit converges in quality?
With that fish though, maybe need a few “erosion” operations to scrape of those fins. ;)
The disadvantage of morphological erosion alone is that the size of the object will be reduced, while the combo of erosion and dilution (i.e. “closing”) keeps the integrated object size nearly the same.
Michael
On Apr 10, 2017, at 16:48, Surya Kasturi <suryak@udel.edu> wrote:
Hey everyone,
My name is Surya — working on a project on image classification.
I’m interested in identifying non-rigid shapes (close to an ellipse) in an image. Sample image below.
Could anyone please point me to some references for that?
<output1.jpg>
Thanks Surya
_______________________________________________ scikit-image mailing list scikit-image@python.org https://mail.python.org/mailman/listinfo/scikit-image
participants (2)
-
K.-Michael Aye
-
Surya Kasturi