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 fa1ff23 commit 3ce7615Copy full SHA for 3ce7615
modules/js/src/embindgen.py
@@ -73,7 +73,7 @@
73
'findTransformECC', 'meanShift', 'getRotationMatrix2D', 'getPerspectiveTransform', 'filter2D', 'morphologyEx',\
74
'getStructuringElement', 'convertScaleAbs', 'isContourConvex', 'minAreaRect', 'minEnclosingCircle', 'fitLine',\
75
'minMaxLoc', 'convexityDefects', 'pointPolygonTest', 'matchShapes', 'createCLAHE', 'dft', 'getOptimalDFTSize',\
76
- 'HoughLines', 'HoughLinesP', 'HoughCircles'],
+ 'HoughLines', 'HoughLinesP', 'HoughCircles', 'polylines'],
77
'HOGDescriptor': ['load', 'HOGDescriptor', 'getDefaultPeopleDetector', 'getDaimlerPeopleDetector', 'setSVMDetector', 'detectMultiScale'],
78
'CascadeClassifier': ['load', 'detectMultiScale2', 'CascadeClassifier', 'detectMultiScale3', 'empty', 'detectMultiScale'],
79
'BackgroundSubtractorMOG2': ['BackgroundSubtractorMOG2', 'apply'],
0 commit comments