12-08-2005 11:36 AM
12-08-2005 03:39 PM
02-20-2006 06:02 AM
Dear Mr Stoll,
could you provide me with a more detailed description of the 7 feature used by the LV particle calssifier. I would like to write a custom one based on these feature but extending it also to some gray level feature like mean gray level of particle and the histogram spread.
Best regards
A. Sardella
Italy
03-01-2006 10:44 AM
03-02-2006 02:34 AM
Dear DJ L in the Vision Concepts Manual the binary particle classifier use the following features:
03-07-2006 10:19 PM
09-21-2018 07:57 AM
I am working on a project and I used k-NN classifier but I dont know what features should be used and what is the feature extraction approach in classification by labview. I cant find Ni vision concepts manual pdf. can you email this for me?
best regards
N_mohamadi85@yahoo.com
09-21-2018 01:23 PM - edited 09-21-2018 01:24 PM
The concepts manual is now a chm file located here on my machine:
C:\Program Files (x86)\National Instruments\Vision\Help\NIVisionConcepts.chm
The Binary Particle Classification section should be helpful (use the search tab to find it).
09-22-2018 02:06 AM
Thank you dear Brad. I saw that. Are the feature extraction approach and also the appropriate features determined by the software itself? cant The person participate in select them?
09-24-2018 09:21 AM
The built-in classifier cannot be modified, but if you want to have control over the parameters used for classification, you can use a custom classifier where you can determine your own criteria and pass in an array of doubles that represent each object (typically results from particle analysis). Just make sure the array is the same size for all the objects and the custom classifier will use the same engine to return the closest class name based on your custom feature vector.
Check out C:\Program Files (x86)\National Instruments\Vision Assistant\Solutions\Manufacturing\Legos\Custom Classifier.llb\Custom Classifier.vi to see how the custom classifier array of data is created so the engine can return the closest matching class with similar array of data.
Hope this helps,
Brad