Skip to content

Commit 939129d

Browse files
committed
Merge pull request #3107 from saurabheights:patch-1
2 parents 7ddca22 + f24fe53 commit 939129d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/barcode/src/barcode.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ BarcodeDetector::detectAndDecode(InputArray img, vector<std::string> &decoded_in
255255
return false;
256256
}
257257
vector<Point2f> points;
258-
bool ok = this->detect(img, points);
258+
bool ok = this->detect(inarr, points);
259259
if (!ok)
260260
{
261261
points_.release();

0 commit comments

Comments
 (0)