09-16-2008 12:14 AM
I am trying to analyze the edges in an image using the Laplacian of Gaussian, with a threshold and sigma(variance) values. However, the IMAQ toolkit does not have a full function for this. For instance, the IMAQ edge detection does not mention any thing about the Laplacian of Gaussian method.
Like in MATLAB, BW = edge(I,'log',thresh,sigma) will do the job. where log = Laplacian of Gaussian.
I will like to know if anyone has any idea on what additional function to use in LabVIEW to achieve this task. One option I would have used is to put a MATLAB script node in my LabVIEW program, but the results generated with MATLAB script node when it comes to image processing is frustrating.
Thank you.
09-17-2008 09:56 AM