I have a project to detect LED on PCB boards , So I study NI Vision Assistant example dental floss to measure Area (%), Mean Value, Standard Variation, Minimal Value, Maximal Value. I can get the result (dental_floss_results.txt) by running batch processing. Please see the attached file dental_floss_results.txt. I created c code (labwindows 2012) in NI Vision Assistant, but I can’t get the same result from CVI. The main processing function is IVA_ProcessImage(Image *image), I don’t find the result like above parameters in this function. Could you help me for this issue? Or do you have any example to output result in CVI ? How to do to get these outputs?
Note : Dental.zip is CVI file. dental floss.zip is image, dental_floss_result.txt is report from NI Vision Assistant .