LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

imaq canny

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_imageHow is this possible?

 

Thank you, sorry if the question is trivial, but we really are beginners with the CVISmiley Happy

0 Kudos
Message 1 of 2
(2,738 Views)

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

 

0 Kudos
Message 2 of 2
(2,717 Views)