Remove check and added binding tests

This commit is contained in:
Alexander Nesterov
2019-06-07 10:56:55 +00:00
parent aab9ef4290
commit a9769b9202
3 changed files with 47 additions and 1 deletions
-1
View File
@@ -1084,7 +1084,6 @@ cv::String QRCodeDetector::decode(InputArray in, InputArray points,
inarr = gray;
}
CV_Assert(points.isVector());
vector<Point2f> src_points;
points.copyTo(src_points);
CV_Assert(src_points.size() == 4);