First time here? Check out the FAQ!
answered 2014-03-08 18:38:27 -0600
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.