Skip to content

Commit

Permalink
wrap cv.CascadeClassifier.read
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Mar 19, 2023
1 parent 70e2c94 commit 0d5aadf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Objdetect/funclist.pl
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@
@param filename Name of the file from which the classifier is loaded. The file may contain an old
HAAR classifier trained by the haartraining application or a new cascade classifier trained by the
traincascade application.',1,'bool',['String','filename','',['/C','/Ref']]],
['CascadeClassifier','read','@brief Reads a classifier from a FileStorage node.
@note The file may contain a new cascade classifier (trained traincascade application) only.',1,'bool',['FileNode','node','',['/C','/Ref']]],
['HOGDescriptor','detectMultiScale','@brief Detects objects of different sizes in the input image. The detected objects are returned as a list
of rectangles.
@param img Matrix of the type CV_8U or CV_8UC3 containing an image where objects are detected.
Expand Down
1 change: 1 addition & 0 deletions maint/genlists
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ my %force = map +($_=>1), qw(
cv.groupRectangles
cv.CascadeClassifier.load
cv.CascadeClassifier.detectMultiScale
cv.CascadeClassifier.read
cv.HOGDescriptor.detectMultiScale
cv.Tracker.init
cv.Tracker.update
Expand Down

0 comments on commit 0d5aadf

Please sign in to comment.