質問編集履歴
1
編集
test
CHANGED
File without changes
|
test
CHANGED
@@ -94,7 +94,7 @@
|
|
94
94
|
|
95
95
|
if(cv::mean(image)<70){
|
96
96
|
|
97
|
-
cv::Mat img = clahe_preprocess(
|
97
|
+
cv::Mat img = clahe_preprocess(image)
|
98
98
|
|
99
99
|
} else {
|
100
100
|
|