Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

computer vision

Hello everyone,

 

I have a project where i have to detect plastic types using computer vision and a neural network.

 

Any help how to start ?

0 Kudos
Message 1 of 6
(5,333 Views)

Vision Development Module features some classification functions that use the Nearest Neighbor, K Nearest Neighbor, Minimum Mean Distance, and SVM engines.

0 Kudos
Message 2 of 6
(5,296 Views)

Hello,

 

you could also try the Machine Learning Toolkit for Labview:

 

https://decibel.ni.com/content/docs/DOC-19328

 

I have used k-means clustering and it perfoms well.

 

Best regards,

K


https://decibel.ni.com/content/blogs/kl3m3n



"Kudos: Users may give one another Kudos on the forums for posts that they found particularly helpful or insightful."
0 Kudos
Message 3 of 6
(5,287 Views)

thank you klemen... 

 

I have downloaded the toolkit , can you please upload an example ?

 

Thank you again .

0 Kudos
Message 4 of 6
(5,212 Views)

Hello,

 

I have used Kmeans clustering for image segmentation:

 

https://decibel.ni.com/content/blogs/kl3m3n/2014/10/15/color-image-segmentation-based-on-k-means-clu...

 

There is a seperate .zip of the examples at the link from where you have downloaded the library. You must have missed it. Smiley Happy

 

Best regards,

K


https://decibel.ni.com/content/blogs/kl3m3n



"Kudos: Users may give one another Kudos on the forums for posts that they found particularly helpful or insightful."
0 Kudos
Message 5 of 6
(5,200 Views)

Hello klemen, 

I am sorry if i am asking much but this my first encunter with image processing. 

i have seen your code and the clustering it do... so the code is segmentinng the image into the objects?

and if yes my next step would be start to compare the image taken with the learnt images ?

 

Thank you ,

0 Kudos
Message 6 of 6
(5,162 Views)