|
47 | 47 | ignore_list = ['locate', #int&
|
48 | 48 | 'minEnclosingCircle', #float&
|
49 | 49 | 'checkRange',
|
50 |
| - 'minMaxLoc', |
| 50 | + 'minMaxLoc', #double* |
51 | 51 | 'floodFill',
|
52 | 52 | 'phaseCorrelate',
|
53 | 53 | 'randShuffle',
|
|
70 | 70 | 'integral','integral2','line','matchTemplate','medianBlur','moments','putText','pyrDown','pyrUp','rectangle','remap',\
|
71 | 71 | 'resize','sepFilter2D','threshold','undistort','warpAffine','warpPerspective','watershed', 'groupRectangles', 'CamShift',\
|
72 | 72 | 'calcOpticalFlowFarneback', 'calcOpticalFlowPyrLK', 'createBackgroundSubtractorMOG2', 'estimateRigidTransform',\
|
73 |
| - 'findTransformECC', 'meanShift'], |
| 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'], |
74 | 77 | 'HOGDescriptor': ['load', 'HOGDescriptor', 'getDefaultPeopleDetector', 'getDaimlerPeopleDetector', 'setSVMDetector', 'detectMultiScale'],
|
75 | 78 | 'CascadeClassifier': ['load', 'detectMultiScale2', 'CascadeClassifier', 'detectMultiScale3', 'empty', 'detectMultiScale'],
|
76 | 79 | 'BackgroundSubtractorMOG2': ['BackgroundSubtractorMOG2', 'apply'],
|
77 | 80 | 'BackgroundSubtractor': ['apply', 'getBackgroundImage'],
|
78 | 81 | 'Algorithm': [],
|
79 |
| - 'Moments': [] |
| 82 | + 'Moments': [], |
| 83 | + 'CLAHE': ['apply', 'collectGarbage', 'getClipLimit', 'getTilesGridSize', 'setClipLimit', 'setTilesGridSize'] |
80 | 84 | }
|
81 | 85 |
|
82 | 86 | # Features to be exported
|
|
0 commit comments