Skip to content

Commit

Permalink
wrap groupRectangles
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Mar 1, 2023
1 parent 3835e71 commit 82c4d00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Objdetect/funclist.pl
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,5 @@
@param decoded_info UTF8-encoded output vector of string or empty vector of string if the codes cannot be decoded.
@param points optional output vector of vertices of the found QR code quadrangles. Will be empty if not found.
@param straight_qrcode The optional output vector of images containing rectified and binarized QR codes',1,'bool',['Mat','img','',[]],['vector_string','decoded_info','',['/O','/Ref']],['Mat','points','Mat()',['/O']],['vector_Mat','straight_qrcode','vector_Mat()',['/O']]],
['','groupRectangles','@overload',0,'void',['vector_Rect','rectList','',['/IO','/Ref']],['vector_int','weights','',['/O','/Ref']],['int','groupThreshold','',[]],['double','eps','0.2',[]]],
);
1 change: 1 addition & 0 deletions maint/genlists
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ my %force = map +($_=>1), qw(
cv.Subdiv2D.getTriangleList
cv.Subdiv2D.getVoronoiFacetList
cv.QRCodeDetector.detectAndDecodeMulti
cv.groupRectangles
cv.CascadeClassifier.load
cv.CascadeClassifier.detectMultiScale
);
Expand Down

0 comments on commit 82c4d00

Please sign in to comment.