08-31-2014 03:02 AM
Hi
I am developing an application for image processing. I need Otsu adaptive thresholding method. May I find it in labview NI Vision Assistant ready to use or I have make it myself?
Best regards
08-31-2014 03:28 AM
It does. The Otsu method maximizes inter-class variance. If you are using Vision Asistant you have to use Threshold -> Auto Threshold: Inter Variance. If you are using LabVIEW you need to use function "IMAQ AutoBThreshold 2 VI" selecting inter-class variance method.