07-12-2011 04:56 AM
Hello, we are beginning with the cvi and we encountered a problem.
We acquired an image using the function:
char **Immagine;
Immagine = imaqLoadImagePopup ("c:\\Users\\jack\\Desktop", NULL, NULL, "Open Image", FALSE, IMAQ_BUTTON_LOAD, TRUE, TRUE, TRUE, TRUE, NULL,NULL);
Now we want to move the loaded image to the function:
int imaqCannyEdgeFilter (Image *Dest, const Image *Source, const CannyOptions *Options);
and save it as canny_image. How is this possible?
Thank you, sorry if the question is trivial, but we really are beginners with the CVI
07-13-2011 10:03 AM
Hi,
try to have a look at this example (though not related to Canny filter) and also to CVI Vision examples in order to understand how to pass images to manipulation functions and save images.
I hope it helps!
Bye!
Licia