Hello,
on a project based on image processing using vision assistant for processing under a script and then convert it to code c under labwindowscvi 2017, where I calculate distances between every 2 points on the image using (caliper) under Vision Assistant,after code generation as follows
Somewhere in the IVA_ImageProcess function, there is a call to a function similar to this:
VisionErrChk (IVA_GetDistance (image, ivaData, 2, 0, 2, 2, & caliperResults));
caliperResults is a structure of type IVA_Result whose definition is given a little higher in the file
VisionErrChk (IVA_GetDistance (image, ivaData, 2, 0, 2, 2, & caliperResults));
caliperResults is a structure of type IVA_Result whose definition is given a little higher in the file