模糊图像检测
Cynthia.Chen
高级算法工程师,从事3D点云算法研发工作,主要涉及3D视觉检测算法,机器人轨迹规划算法
展开
-
DCT模糊图像检测
1.main.cpp // // Created by cynthia on 2020/9/27. // // // Created by cynthia on 2020/9/27. // #include <sys/types.h> #include <sys/stat.h> #include <unistd.h> #include <dirent.h> #include <iostream> #include <opencv2/ope原创 2021-04-26 11:38:27 · 635 阅读 · 0 评论 -
harr wavelet检测图像模糊程度
1.单个文件检测 // // Created by cynthia on 2020/9/27. // #include <iostream> #include <opencv2/core/core.hpp> #include <opencv2/highgui/highgui.hpp> using namespace std; using namespace cv; void getHaarWavelet(const Mat &src, Mat &dst)原创 2020-09-28 10:00:39 · 338 阅读 · 0 评论