03-24-2013 09:58 AM
Hello everyone! I want to ask, is there in LabVIEW libraries or examples for algorithms of feature point detection or feature description, e.g. SIFT, HOG, MSER?
03-26-2013
10:35 AM
- last edited on
03-21-2024
02:09 PM
by
Content Cleaner
Hi,
I think this and more algorithms should be included in the NI Image Acquisition and Machine Vision module for LabVIEW.
http://sine.ni.com/nips/cds/view/p/lang/en/nid/202472
Regards,
Richard.
03-28-2013 05:52 AM
Hi, I installed this toolkit and don't find required algorithms(HOG, MSER, SIFT). How can names this functions or examples in this module or toolkit.
Regards, Anton!
03-29-2013
03:49 PM
- last edited on
03-21-2024
02:09 PM
by
Content Cleaner
Hello Kvanto,
While the Vision Development Module includes a large number of machine vision algorithms, I do not believe that it includes the specific algorithms that you have mentioned here. The VLFeat library that you referenced could be called in LabVIEW if you have the code compiled to a .dll and then use the import shared library wizard which is available by going to Tools>>Import>>Shared Library.
If you are interested in how our machine vision algorithms process pattern matching you can take a look at the NI Vision Concepts Help manual.
Thanks,
-Joel