Hi.
I am getting the following error code in an image analysis function
funtion call:
cpmResults = imaqMatchColorPattern(image, imageTemplate, &cpmOptions, searchRect, &numMatchesFound); )
Error message:
FATAL RUN-TIME ERROR: "ImageProcessing.c", line 156, col 77, thread id 0x00001240: Out-of-bounds pointer argument (before start of memory block).
with cpmOptions highlighted
interupting and variable watching cpmOptions shows that every member looks ok!
I've tried to declare a MatchColorPatternOptions* and allocate its memory before copyng the address of cpmOptions into it and pass the pointer, same result!
Does anybody have an idea?
Thanks heaps!