1 | initial version |
#include <opencv2/imgproc/imgproc.hpp>
(and of course you need to link against imgproc as well, but I guess you are doing that already)
2 | No.2 Revision |
You write:
I initially thought it was the include library problem, but apparently it's not. Any idea anybody?
However,
#include <opencv2/imgproc/imgproc.hpp>
(and of course is missing. (Additionally, you need to link against imgproc as well, but I guess you are doing that already)