Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

Porting Vision module to embedded Linux system

Dear all,

 

Currently I'm is working on a project which requires me to port algorithms developed using LabView and VISION IMAQ modules such as IMAQ Particle Filter 3, IMAQ GrayMorphology etc to an embedded Linux system on ARM platform.

 

These algorithms are developed using LabView and VISION modules/libraries on PC Windows environment.

 

I like to find out what should be the approach to handle the port those required VISION modules/libraries?

Is there anyone whom had done simpler stuff on an embedded ARM platform?

 

Thank you for any help extended.

 

Regards

My

0 Kudos
Message 1 of 3
(4,141 Views)

Since the IMAQ vision functions are not open source, and because they are not targeted at non-Windows platforms, you will not be able to simply port the code to Linux Arm.  You will need to duplicate the image processing pipeline using another vision library designed to operate on Linux, like OpenCV, or one of the commercial packages.

Machine Vision, Robotics, Embedded Systems, Surveillance

www.movimed.com - Custom Imaging Solutions
0 Kudos
Message 2 of 3
(4,126 Views)

Hi,

 

Thank you for your reply.

 

My search on this porting over the internet seems to point to the direction you had mentioned.

Your reply helped to confirm the approach.

 

Regards

May

 

0 Kudos
Message 3 of 3
(4,115 Views)