1 | initial version |
wait, that's a couple of problems at the same time, let's dissect ..
i'm guessing, that you're using the prebuilt libraries (for the compiler/ide of your choice)
so, adjust your include path to 'opencv/build/include' instead of 'opencv/include', and the Cannot open include file: 'opencv2/imgproc/imgproc.hpp' error will go away.
2 | No.2 Revision |
wait, that's a couple of problems at the same time, let's dissect ..
i'm guessing, that you're using the prebuilt libraries (for the compiler/ide of your choice)
so, adjust your include path to 'opencv/build/include' instead of 'opencv/include', and the Cannot open include file: 'opencv2/imgproc/imgproc.hpp' error will go away.
3 | (i'm wrong here) |
wait, that's a couple of problems at the same time, let's dissect ..
i'm guessing, that you're using the prebuilt libraries (for the compiler/ide of your choice)
so, adjust your include path to 'opencv/build/include' instead of 'opencv/include', and the Cannot open include file: 'opencv2/imgproc/imgproc.hpp' error will go away.