Skip to content

Commit fe23364

Browse files
committed
Merge pull request #3068 from vrabaud:3.4
2 parents 3ef73fc + 496ea61 commit fe23364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/img_hash/src/radial_variance_hash.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ class RadialVarianceHashImpl CV_FINAL : public ImgHashBase::ImgHashImpl
266266
}
267267
else
268268
{
269-
hash = 0;
269+
hash.setTo(cv::Scalar::all(0));
270270
}
271271
}
272272

0 commit comments

Comments
 (0)