Skip to content

Commit 3ce7615

Browse files
committed
Expose polylines for video analysis tutorial
Fix opencv#121
1 parent fa1ff23 commit 3ce7615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/js/src/embindgen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
'findTransformECC', 'meanShift', 'getRotationMatrix2D', 'getPerspectiveTransform', 'filter2D', 'morphologyEx',\
7474
'getStructuringElement', 'convertScaleAbs', 'isContourConvex', 'minAreaRect', 'minEnclosingCircle', 'fitLine',\
7575
'minMaxLoc', 'convexityDefects', 'pointPolygonTest', 'matchShapes', 'createCLAHE', 'dft', 'getOptimalDFTSize',\
76-
'HoughLines', 'HoughLinesP', 'HoughCircles'],
76+
'HoughLines', 'HoughLinesP', 'HoughCircles', 'polylines'],
7777
'HOGDescriptor': ['load', 'HOGDescriptor', 'getDefaultPeopleDetector', 'getDaimlerPeopleDetector', 'setSVMDetector', 'detectMultiScale'],
7878
'CascadeClassifier': ['load', 'detectMultiScale2', 'CascadeClassifier', 'detectMultiScale3', 'empty', 'detectMultiScale'],
7979
'BackgroundSubtractorMOG2': ['BackgroundSubtractorMOG2', 'apply'],

0 commit comments

Comments
 (0)