From: Ibtesam Saleh on
Hi all...

I have binary image... and I want to extract its features and put these features in a vectors...

I try Zernike Moment but it is not enough, could you please help me to another features...

My goal to find the similar images..

thanks in advance
ibtesam
From: ImageAnalyst on
Look at what regionprops() can measure and return to you.
From: Ibtesam Saleh on
ImageAnalyst <imageanalyst(a)mailinator.com> wrote in message <f1337dcd-512f-422f-b7ef-54ebae4cf7d2(a)u26g2000yqu.googlegroups.com>...
> Look at what regionprops() can measure and return to you.

Thanks... but how can I deal with struct..?
I want an array... or Matrix
And when I try "s.Area" this print many zero values and the end was number,
also I try "s.Centroid" this print many NaN and at the end was the desired value...
How can I reach these values... sorry for my English

Ibtesam
From: ImageAnalyst on
Look at my demo for examples of how you can extract the various
measurements out of the structure that regionprops() returns:
http://www.mathworks.com/matlabcentral/fileexchange/25157