Quote:
Originally Posted by arthurlockman
I know that you call IVA_ProcessImage(Image *image) with your image data that you get from the camera. Looking through the code though, there doesn't seem to be an easy way to get at the data that the particle detection creates. You can access it in the vision assistant, but I'm not sure how to in the C code.
|
It looks like you can pull the results out of the ivaData variable in the IVA_ProcessImage function before it is passed to IVA_DisposeData(). Maybe pass in an array you wish to populate with the results and you can copy the interesting results. Possibly pCalibratedMeasurements will be simpler if you don't care about the complexity of the struct.