Quantcast
Channel: LabWindows/CVI topics
Viewing all articles
Browse latest Browse all 5339

recovery of the Caliper table measurement under labwindowsCVI

$
0
0

Hello,

I realized an image processing script under vision assistant, then I converted the script into C code under LABwindowsCVI / 2017 there are several files create:

imageprecessing.c main.c and nimachine.c

the processing of the image under imageprocessing.c the function is call under the main.c is normally apply on an image but when I download the image there is no visual processing I have the raw photo in attachment with the image in PJunder vision assistant after treatment, so my problem is to recover the data table that allows the calculation of distance between 2point and as the treatment is not done on the hand so I think there are no data and I do not knownot how to recover the data knowing that the bous of code or is stored the information is:

the results of the caliper function will be stored in an array of typedef "IVA_Result" of the following form:

#if defined (IVA_STORE_RESULT_NAMES)
   char resultName[256];           // Result name
#endif
   IVA_ResultType  type;           // Result type
   IVA_ResultValue resultVal;      // Result value
} IVA_Result;

thks for help


Viewing all articles
Browse latest Browse all 5339

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>