11-23-2010 09:44 AM
Hi,
I'm looking for active contour /snake algorithm to perform contour detection. Labview does not seems to have this algorithm. Just wonder anyone has develop something similiar that i could probably use to perform this task ?
Many Thanks
11-25-2010 07:30 AM
Hi Carlctm,
I've had a look around on our Developer Zone and unfortunately I was unable to find a previous instance of this being implemented. There are, however, plenty of examples of the code in Matlab. You could use a Mathscript node in LabVIEW and import the code.
Do the IMAQ contour functions in LabVIEW not do what you need?
Best Regards,
Chris
11-25-2010 08:00 AM
Hi Chris,
The reason for using this active contour is to try out the effect it has on the images I've got.which may work well or may not. So, it will be usefull for me to if anyone has tried something similiar and I could test it.
That what I'm planning to do next, to use matlab's active contour. However, the ideal case for me is to have everything in labview if this turn out to be the correct algorithm.
thanks
11-25-2010 08:09 AM
Hi Carlctm,
I have seen this question before and unfortunately had to say the same thing. Maybe you should suggest this on the suggestions forum and R & D might implement it in a later version of LabVIEW.
It probably can be implemented in LabVIEW but if not you can always use the Matlab code in a Mathscript node as I mentioned before.
Goodluck.
Chris
11-29-2010 05:26 PM
Hi,
Can you explain the advantage the Active Contour Tracing provide over the Contour Extraction exposed in VDM 2010?
Is this the ability to find multiple contour at once? Or does it provide better results/accuracy than the Matlab method?
Thanks in advance for the feedback.
Best regards,
-Christophe
12-05-2010 08:38 AM
@chrisag wrote:
Hi Carlctm,
I've had a look around on our Developer Zone and unfortunately I was unable to find a previous instance of this being implemented. There are, however, plenty of examples of the code in Matlab. You could use a Mathscript node in LabVIEW and import the code.
Do the IMAQ contour functions in LabVIEW not do what you need?
Best Regards,
Chris
Does Mathscript Node support all MATLAB Image Processing functions ?
I dont think so.
How can I pass IMAQ Images data between these two envirement ?
What is the fast and best way ?
Is there any manual for this purpose ? (IMAQ <=> Matlab Image Processing functions, in LabVIEW)
12-07-2010 08:07 AM
Hi Mostafi,
You are correct in thinking that MATLAB function report is limited in LabVIEW. We support most of the standard functions but no toolkits. I apologise for my mistake. If the functions are not compatible then you would have to write the functions in LabVIEW rather than use a Mathscript node.
Best Regards,
Chris