LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Road Edge Detection

Hi,

I m new to Labview and I really need your help,

I m trying to detect road edge from an AVI video file, I used vision assistant and straight edge detector, then I converted the script to vi, the problem is when I try to change from an image inputo video input so I can use the "select a video file" control, and also I want to show the output video with the detected edge,The vi is attached


Please help me to understand how to fix this, or give me a vi example

Thank you

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

Hello,

 

This question is better suited for our Machine Vision forum.  However, in LabVIEW you should take a look at the examples under Help >> Find Examples.  Search for AVI and observe the Read AVI examples.  I would probably recommend that you put your image processing code into a subVI.  Place it in a while loop with the IMAQ AVI2 Read Frame VI feeding each frame to your edge detection.  In the examples it is not necessary to keep all of the benchmarking code.

Regards,
Isaac S.
Applications Engineer
National Instruments
0 Kudos
Message 2 of 2
(2,126 Views)