1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-16 13:57:05 +08:00

Merge pull request #3068 from vrabaud:3.4

This commit is contained in:
Alexander Alekhin
2021-10-12 17:40:30 +00:00

View File

@@ -266,7 +266,7 @@ public:
} }
else else
{ {
hash = 0; hash.setTo(cv::Scalar::all(0));
} }
} }