数字图像处理2:通过滑杆控制图像

#include <iostream> #include <opencv2/core/core.hpp> #include <opencv2/highgui/highgui.hpp> using namespace std; using namespace cv; const int slider_max = 64; int slider; Mat image; Mat result; voi
相关文章
相关标签/搜索