LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Feature Extraction and Classification

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).

0 Kudos
Message 1 of 7
(4,364 Views)

Hi Swathi

As you requested, I would recommend you to these. try to learn, also attached vi for your ref.

 

Feature Ext.png

0 Kudos
Message 2 of 7
(4,325 Views)

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.

 

0 Kudos
Message 3 of 7
(4,293 Views)

Compare the output of Particle measurement with the limit you want and make it classify. If its not clear reply me,

0 Kudos
Message 4 of 7
(4,279 Views)

I tried to do Classification but couldn't get the desired output.Please help me in doing Classification.

 

Thanks

0 Kudos
Message 5 of 7
(4,235 Views)

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.

 

classification .png

 

 

Best regards,

Peter

0 Kudos
Message 6 of 7
(4,213 Views)

Thank you PeSi . Really sorry for replying late.

0 Kudos
Message 7 of 7
(4,151 Views)