mirror of
https://github.com/Karllzy/cotton_color.git
synced 2025-11-08 18:53:53 +00:00
Merge branch 'Template_Develop' of https://github.com/Karllzy/cotton_color into Template_Develop
This commit is contained in:
commit
c557f506ea
@ -80,6 +80,11 @@ void vibrantGreenDetection(const Mat& inputImage, Mat& outputImage, const map<st
|
||||
destroyAllWindows();
|
||||
}
|
||||
|
||||
void blackColorDetection(const Mat& inputImage, Mat& outputImage, const map<string, int>& params)
|
||||
{
|
||||
outputImage = Mat::zeros(inputImage.size(), CV_8UC1);
|
||||
}
|
||||
|
||||
string openFileDialog() {
|
||||
// 初始化文件选择对话框
|
||||
OPENFILENAME ofn; // 文件对话框结构
|
||||
|
||||
Loading…
Reference in New Issue
Block a user