ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Image processing for QR Code detection in Labview

I have image containing 10 QR codes. I want to extract and decode this codes using Labview. 

 

I don't want to use NI computer vision library. What are the options here? Using OpenCV?

0 Kudos
Message 1 of 5
(2,114 Views)

If you are on Windows, OpenCV + EmguCV (a .NET wrapper) are the easiest to work with in LV.

On Linux, OpenCV + Python.

0 Kudos
Message 2 of 5
(2,045 Views)

EmguCV must be used together with OpenCV to work with LV?

0 Kudos
Message 3 of 5
(2,025 Views)

@AndrazS wrote:

EmguCV must be used together with OpenCV to work with LV?


EmguCV is a OpenCV NET wrapper. So, yes, you must use them together.

0 Kudos
Message 4 of 5
(2,014 Views)

Please give me some advice how to start with using Emgu + OpenCV. 

 

What source code for Emgu and OpenCV must be downloaded and from where?

How to start using code in Labview to implement some basic functions from OpenCV Liraries?

0 Kudos
Message 5 of 5
(1,964 Views)