LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

call imageprocessing functions

is it possible to call imageprocessing functions from other libraries like OpenCV?
0 Kudos
Message 1 of 6
(3,325 Views)

Hi muks,

if you have a dll you can use the "Call Library Function Node", or you can use the "Code Interface Node" if you have c code.

Hope it helps.
Mike

0 Kudos
Message 2 of 6
(3,322 Views)
Hi mike,
           I havent used either of them.Can you elaborate a lil bit?
0 Kudos
Message 3 of 6
(3,319 Views)
Hi muks,
with the "Call Library Function Node" you can call the exported functions of the selected dll. For example the user32.dll to get the current mouse position. If you have c code you can use the "Code Interface Node".
 
 
Mike
Message 4 of 6
(3,315 Views)

Hi, muks,

It was discussed here: Using OpenCV library in LabVIEW.

Use search with OpenCV string - this will give you some links. Smiley Wink

Andrey.

Message 5 of 6
(3,310 Views)
Thanx andrey.Was exactly what i was looking for
0 Kudos
Message 6 of 6
(3,289 Views)