energy changed

This commit is contained in:
sun
2019-07-07 20:37:05 +08:00
parent 125c09b79e
commit 75ce387742
7 changed files with 45 additions and 17 deletions

View File

@@ -118,6 +118,7 @@ private:
void splitBayerBG(cv::Mat src, cv::Mat &blue, cv::Mat &red);//拜耳阵列分离
void imagePreprocess(cv::Mat &src);//图像通道分离
void hsvFilter(cv::Mat &src);//此函数通过HSV颜色空间对图像纯度进行限制进行滤光
void StructingElementClose(cv::Mat &src,int length, int width);//闭运算
void StructingElementErodeDilate(cv::Mat &src);//腐蚀和膨胀