mirror of
https://github.com/zebrajr/opencv.git
synced 2026-01-15 12:15:17 +00:00
Merge pull request #26387 from sturkmen72:js-imgproc
Add some functions to OpenCV JS API
This commit is contained in:
@@ -16,84 +16,105 @@ core = {
|
||||
|
||||
imgproc = {
|
||||
'': [
|
||||
'Canny',
|
||||
'GaussianBlur',
|
||||
'Laplacian',
|
||||
'HoughLines',
|
||||
'HoughLinesP',
|
||||
'HoughCircles',
|
||||
'Scharr',
|
||||
'Sobel',
|
||||
'adaptiveThreshold',
|
||||
'applyColorMap',
|
||||
'approxPolyDP',
|
||||
'approxPolyN',
|
||||
'arcLength',
|
||||
'arrowedLine',
|
||||
'bilateralFilter',
|
||||
'blendLinear',
|
||||
'blur',
|
||||
'boundingRect',
|
||||
'boxFilter',
|
||||
'calcBackProject',
|
||||
'calcHist',
|
||||
'Canny',
|
||||
'circle',
|
||||
'clipLine',
|
||||
'compareHist',
|
||||
'connectedComponents',
|
||||
'connectedComponentsWithStats',
|
||||
'contourArea',
|
||||
'convertMaps',
|
||||
'convexHull',
|
||||
'convexityDefects',
|
||||
'cornerHarris',
|
||||
'cornerMinEigenVal',
|
||||
'createCLAHE',
|
||||
'createHanningWindow',
|
||||
'createLineSegmentDetector',
|
||||
'cvtColor',
|
||||
'demosaicing',
|
||||
'dilate',
|
||||
'distanceTransform',
|
||||
'distanceTransformWithLabels',
|
||||
'divSpectrums',
|
||||
'drawContours',
|
||||
'drawMarker',
|
||||
'ellipse',
|
||||
'ellipse2Poly',
|
||||
'equalizeHist',
|
||||
'erode',
|
||||
'fillConvexPoly',
|
||||
'fillPoly',
|
||||
'filter2D',
|
||||
'findContours',
|
||||
'findContoursLinkRuns',
|
||||
'fitEllipse',
|
||||
'fitEllipseAMS',
|
||||
'fitEllipseDirect',
|
||||
'fitLine',
|
||||
'floodFill',
|
||||
'GaussianBlur',
|
||||
'getAffineTransform',
|
||||
'getFontScaleFromHeight',
|
||||
'getPerspectiveTransform',
|
||||
'getRectSubPix',
|
||||
'getRotationMatrix2D',
|
||||
'getStructuringElement',
|
||||
'goodFeaturesToTrack',
|
||||
'grabCut',
|
||||
#'initUndistortRectifyMap', # 4.x: moved to calib3d
|
||||
'HoughLines',
|
||||
'HoughLinesP',
|
||||
'HoughCircles',
|
||||
'HuMoments',
|
||||
'integral',
|
||||
'integral2',
|
||||
'intersectConvexConvex',
|
||||
'invertAffineTransform',
|
||||
'isContourConvex',
|
||||
'Laplacian',
|
||||
'line',
|
||||
'matchShapes',
|
||||
'matchTemplate',
|
||||
'medianBlur',
|
||||
'minAreaRect',
|
||||
'minEnclosingCircle',
|
||||
'minEnclosingTriangle',
|
||||
'moments',
|
||||
'morphologyEx',
|
||||
'pointPolygonTest',
|
||||
'polylines',
|
||||
'preCornerDetect',
|
||||
'putText',
|
||||
'pyrDown',
|
||||
'pyrUp',
|
||||
'rectangle',
|
||||
'remap',
|
||||
'resize',
|
||||
'rotatedRectangleIntersection',
|
||||
'Scharr',
|
||||
'sepFilter2D',
|
||||
'Sobel',
|
||||
'spatialGradient',
|
||||
'sqrBoxFilter',
|
||||
'stackBlur',
|
||||
'threshold',
|
||||
#'undistort', # 4.x: moved to calib3d
|
||||
'warpAffine',
|
||||
'warpPerspective',
|
||||
'warpPolar',
|
||||
'watershed',
|
||||
'fillPoly',
|
||||
'fillConvexPoly',
|
||||
'polylines',
|
||||
],
|
||||
'CLAHE': ['apply', 'collectGarbage', 'getClipLimit', 'getTilesGridSize', 'setClipLimit', 'setTilesGridSize'],
|
||||
'segmentation_IntelligentScissorsMB': [
|
||||
|
||||
Reference in New Issue
Block a user