摘要:
#include <iostream> #include<opencv2/opencv.hpp> using namespace cv; using namespace std; void idealFilter(const Mat&imgDft,Mat&result,int R) { int co 阅读全文
摘要:
Lab模式是根据Commission International Eclairage(CIE)在1931年所制定的一种测定颜色的国际标准建立的。于1976年被改进,并且命名的一种色彩模式。Lab颜色模型弥补了RGB和CMYK两种色彩模式的不足。它是一种设备无关的颜色模型,也是一种基于生理特征的颜色模 阅读全文