mirror of
https://github.com/opencv/opencv.git
synced 2024-12-17 10:58:00 +08:00
96 lines
2.6 KiB
JSON
96 lines
2.6 KiB
JSON
|
{
|
||
|
"whitelist":
|
||
|
{
|
||
|
"": [
|
||
|
"Canny",
|
||
|
"GaussianBlur",
|
||
|
"Laplacian",
|
||
|
"HoughLines",
|
||
|
"HoughLinesP",
|
||
|
"HoughCircles",
|
||
|
"Scharr",
|
||
|
"Sobel",
|
||
|
"adaptiveThreshold",
|
||
|
"approxPolyDP",
|
||
|
"arcLength",
|
||
|
"bilateralFilter",
|
||
|
"blur",
|
||
|
"boundingRect",
|
||
|
"boxFilter",
|
||
|
"calcBackProject",
|
||
|
"calcHist",
|
||
|
"circle",
|
||
|
"compareHist",
|
||
|
"connectedComponents",
|
||
|
"connectedComponentsWithStats",
|
||
|
"contourArea",
|
||
|
"convexHull",
|
||
|
"convexityDefects",
|
||
|
"cornerHarris",
|
||
|
"cornerMinEigenVal",
|
||
|
"createCLAHE",
|
||
|
"createLineSegmentDetector",
|
||
|
"cvtColor",
|
||
|
"demosaicing",
|
||
|
"dilate",
|
||
|
"distanceTransform",
|
||
|
"distanceTransformWithLabels",
|
||
|
"drawContours",
|
||
|
"ellipse",
|
||
|
"ellipse2Poly",
|
||
|
"equalizeHist",
|
||
|
"erode",
|
||
|
"filter2D",
|
||
|
"findContours",
|
||
|
"fitEllipse",
|
||
|
"fitLine",
|
||
|
"floodFill",
|
||
|
"getAffineTransform",
|
||
|
"getPerspectiveTransform",
|
||
|
"getRotationMatrix2D",
|
||
|
"getStructuringElement",
|
||
|
"goodFeaturesToTrack",
|
||
|
"grabCut",
|
||
|
"integral",
|
||
|
"integral2",
|
||
|
"isContourConvex",
|
||
|
"line",
|
||
|
"matchShapes",
|
||
|
"matchTemplate",
|
||
|
"medianBlur",
|
||
|
"minAreaRect",
|
||
|
"minEnclosingCircle",
|
||
|
"moments",
|
||
|
"morphologyEx",
|
||
|
"pointPolygonTest",
|
||
|
"putText",
|
||
|
"pyrDown",
|
||
|
"pyrUp",
|
||
|
"rectangle",
|
||
|
"remap",
|
||
|
"resize",
|
||
|
"sepFilter2D",
|
||
|
"threshold",
|
||
|
"warpAffine",
|
||
|
"warpPerspective",
|
||
|
"warpPolar",
|
||
|
"watershed",
|
||
|
"fillPoly",
|
||
|
"fillConvexPoly",
|
||
|
"polylines"
|
||
|
],
|
||
|
"CLAHE": ["apply", "collectGarbage", "getClipLimit", "getTilesGridSize", "setClipLimit", "setTilesGridSize"],
|
||
|
"segmentation_IntelligentScissorsMB": [
|
||
|
"IntelligentScissorsMB",
|
||
|
"setWeights",
|
||
|
"setGradientMagnitudeMaxLimit",
|
||
|
"setEdgeFeatureZeroCrossingParameters",
|
||
|
"setEdgeFeatureCannyParameters",
|
||
|
"applyImage",
|
||
|
"applyImageFeatures",
|
||
|
"buildMap",
|
||
|
"getContour"
|
||
|
]
|
||
|
}
|
||
|
}
|