09-30-2013 04:00 AM
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
09-30-2013 11:44 AM
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.
09-30-2013 07:21 PM
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