[scikit-image] Non-rigid shape matching

Surya Kasturi suryak at udel.edu
Tue Apr 11 16:55:30 EDT 2017


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 at 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 at 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 at python.org
>> https://mail.python.org/mailman/listinfo/scikit-image
> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-image/attachments/20170411/c9869715/attachment.html>


More information about the scikit-image mailing list