Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

indeed, if you're using opencv2.4 you can't use any of those functions, all it has is get() and printParams(). (see header )

(but it seems, you took the code from some opencv3 sample, while you're working with opencv2.4. not everything is compatible, unfortunately)

indeed, if you're using opencv2.4 you can't use any of those functions, all it has is get() and printParams(). (see header )

(but it seems, you took the code from some opencv3 sample, while you're working with opencv2.4. not everything is compatible, unfortunately)

(sidenote, please avoid to include the old c-api headers, like cv.h highgui.h)