How to use opencv in masm?
I I have no idea to write a .inc file to use opencv libs. Anyone can offer some help?
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.
Asked: 2014-03-07 20:18:14 -0600
Seen: 170 times
Last updated: Mar 07 '14
just curious. why masm ?
(also i doubt that you can use it with opencv. far too much c++ in it)