學習c++版opencv3.4之16-自定義線性濾波

自定義線性濾波。 Robert算子: #include <opencv2/opencv.hpp> #include <iostream> #include <math.h> using namespace std; using namespace cv; int threshold_value = 100, threshold_max = 255; int threshold_type = 0
相關文章
相關標籤/搜索