energy changed

This commit is contained in:
sun
2019-07-12 22:12:58 +08:00
parent 6aafbfd546
commit 89e07615aa
4 changed files with 17 additions and 41 deletions

View File

@@ -181,7 +181,6 @@ bool Energy::findFlowStripFan(const cv::Mat src) {
// 此函数用于寻找流动条
// ---------------------------------------------------------------------------------------------------------------------
bool Energy::findFlowStrip(const cv::Mat src) {
imshow("1", src);
if (src.empty())return false;
cv::Mat src_bin;
src_bin = src.clone();