Ask Your Question
0

How to use opencv in masm?

asked 2014-03-07 20:18:14 -0600

wangxu gravatar image

I I have no idea to write a .inc file to use opencv libs. Anyone can offer some help?

edit retag flag offensive close merge delete

Comments

1

just curious. why masm ?

(also i doubt that you can use it with opencv. far too much c++ in it)

berak gravatar imageberak ( 2014-03-08 02:34:33 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2014-03-08 18:38:27 -0600

GrumbleLion gravatar image

You could compile functions that you want your OpenCV to do and then compile that into a standard DLL. The masm program could then use loadLibary and then use GetProcAdddress or just use the ordinals.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-03-07 20:18:14 -0600

Seen: 134 times

Last updated: Mar 07 '14