12-22-2012 04:32 PM
Hi ,
I am new to LabView. I need help to do my project .
Please find my attached image. In that image I have to show number of particles as 2 (because of 2 diff objects in that image) and then finding the features of that 2 pariticles (ex: area , circumference etc of the circle and triangle ) and last classification (if the image having less than 1000 pixels belongs to class A else class B).
12-23-2012 01:48 AM
Hi Swathi
As you requested, I would recommend you to these. try to learn, also attached vi for your ref.
12-23-2012 03:41 PM
Thank you very much Stephen for your immediate response with solution. With this I am able to find Area and Orientation of both triangle and circle.
By using area measurements how to do Classification? For example to classify the smaller object(for example no. of pixels<1000) belongs to class A and other objects belongs to class B etc.
12-23-2012 11:23 PM
Compare the output of Particle measurement with the limit you want and make it classify. If its not clear reply me,
12-26-2012 01:55 PM
I tried to do Classification but couldn't get the desired output.Please help me in doing Classification.
Thanks
12-27-2012 06:58 AM
Hello nani689,
the classification can be done by adding the "IMAQ GetImageSize" function to your block diagram.
The VI outputs the X and Y dimensions of your image. Just multiply the values and connect the result to a case structure.
One case would be 0..999 and another 1000..10000, Standard.
Best regards,
Peter
01-14-2013 04:04 AM
Thank you PeSi . Really sorry for replying late.