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: 151 times
Last updated: Mar 07 '14
Area of a single pixel object in OpenCV
build problems for android_binary_package - Eclipse Indigo, Ubuntu 12.04
OpenCV DescriptorMatcher matches
Can't compile .cu file when including opencv.hpp
Using OpenCV's stitching module, strange error when compositing images
compile error in opencv2/flann/lsh_table.h when compiling bgslibrary
just curious. why masm ?
(also i doubt that you can use it with opencv. far too much c++ in it)