Prev: Appending Hourly Data Logs for Plotting
Next: How to extract pixel values of a colored image into an array
From: Ibtesam Saleh on 10 Jun 2010 17:56 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 10 Jun 2010 18:17 Look at what regionprops() can measure and return to you.
From: Ibtesam Saleh on 11 Jun 2010 00:33 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 11 Jun 2010 15:01
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 |