learning opencv3: 二:opencv整体的认识
#include "opencv2/core/core_c.h" Old C data structures and arithmetic routines #include "opencv2/core/core.hpp" New C++ data structures and arithmetic routines #include "opencv2/flann/miniflann.hpp" Approximate nearest neighbor matching functions #include "opencv2/imgproc/imgproc_c.h" Old C image processing functions #include "opencv2/imgproc/imgproc.hpp" New C++ image processing functions #include "opencv2/video/photo.hpp" Algorithms specific to handling and restoring photographs #include "opencv2/video/video.hpp" Video tracking and background segmentation routines #include "opencv2