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)
2 | No.2 Revision |
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)