1 | initial version |
include the header files
2 | No.2 Revision |
include the header filesfiles
include"opencv2/imgproc/imgproc.hpp"
include"opencv2/core/core.hpp"
include"opencv2/highgui/highgui.hpp"
3 | No.3 Revision |
include the correct header files
files using the following commands
include"opencv2/imgproc/imgproc.hpp"
include"opencv2/core/core.hpp"
include"opencv2/highgui/highgui.hpp"include"opencv2/highgui/highgui.hpp"