We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20460e7 commit f910a31Copy full SHA for f910a31
modules/stereo/include/opencv2/stereo/quasi_dense_stereo.hpp
@@ -30,6 +30,8 @@ struct CV_EXPORTS_W_SIMPLE MatchQuasiDense
30
CV_PROP_RW cv::Point2i p1;
31
CV_PROP_RW float corr;
32
33
+ CV_WRAP MatchQuasiDense() { corr = 0; }
34
+
35
CV_WRAP_AS(apply) bool operator < (const MatchQuasiDense & rhs) const//fixme may be used uninitialized in this function
36
{
37
return this->corr < rhs.corr;
0 commit comments