I feel kinda stupid to ask the question where i can find the documentation of ofxCv
Is it the same like openCV (the c++ lib)?
Thanks for the answers
Best Regards,
Beerweasle
I feel kinda stupid to ask the question where i can find the documentation of ofxCv
Is it the same like openCV (the c++ lib)?
Thanks for the answers
Best Regards,
Beerweasle
by “ofxCv” I assume you mean “ofxOpenCv”. … there are some examples in the openframeworks fat package. the easiest and fastest way is to look into the header files.
be aware ofxOpenCv is based on the “old” opencv 1.1 and wraps only some of the available opencv functions in a openframeworks friendly style. anyway you can always use the “raw” opencv functions in symbiosis with ofxOpenCv.
m9d
cool, thanks for the info