摘要:
#include "opencv.hpp" class Histogram1D{ private: int histSize[1]; //项的数量 float hranges[2]; //像素的最小及最大值 const float *ranges[1]; int channels[1]; //仅用到一个通道 publ... 阅读全文
摘要:
/* ******* GdiplusUserU.h ********** ********* GDI+图像操作函数声明 ********** */ /* author: autumoon */ #pragma once #include //Cstring #include using namespace Gdiplus; #include "StrDirFileU.h"... 阅读全文