gen_dict.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "whitelist":
  3. {
  4. "": [
  5. "adaptiveThreshold",
  6. "applyColorMap",
  7. "approxPolyDP",
  8. "approxPolyN",
  9. "arcLength",
  10. "arrowedLine",
  11. "bilateralFilter",
  12. "blendLinear",
  13. "blur",
  14. "boundingRect",
  15. "boxFilter",
  16. "calcBackProject",
  17. "calcHist",
  18. "Canny",
  19. "circle",
  20. "clipLine",
  21. "compareHist",
  22. "connectedComponents",
  23. "connectedComponentsWithStats",
  24. "contourArea",
  25. "convertMaps",
  26. "convexHull",
  27. "convexityDefects",
  28. "cornerHarris",
  29. "cornerMinEigenVal",
  30. "createCLAHE",
  31. "createHanningWindow",
  32. "createLineSegmentDetector",
  33. "cvtColor",
  34. "demosaicing",
  35. "dilate",
  36. "distanceTransform",
  37. "distanceTransformWithLabels",
  38. "divSpectrums",
  39. "drawContours",
  40. "drawMarker",
  41. "ellipse",
  42. "ellipse2Poly",
  43. "equalizeHist",
  44. "erode",
  45. "fillConvexPoly",
  46. "fillPoly",
  47. "filter2D",
  48. "findContours",
  49. "findContoursLinkRuns",
  50. "fitEllipse",
  51. "fitEllipseAMS",
  52. "fitEllipseDirect",
  53. "fitLine",
  54. "floodFill",
  55. "GaussianBlur",
  56. "getAffineTransform",
  57. "getFontScaleFromHeight",
  58. "getPerspectiveTransform",
  59. "getRectSubPix",
  60. "getRotationMatrix2D",
  61. "getStructuringElement",
  62. "goodFeaturesToTrack",
  63. "grabCut",
  64. "HoughCircles",
  65. "HoughLines",
  66. "HoughLinesP",
  67. "HuMoments",
  68. "integral",
  69. "integral2",
  70. "intersectConvexConvex",
  71. "invertAffineTransform",
  72. "isContourConvex",
  73. "Laplacian",
  74. "line",
  75. "matchShapes",
  76. "matchTemplate",
  77. "medianBlur",
  78. "minAreaRect",
  79. "minEnclosingCircle",
  80. "minEnclosingTriangle",
  81. "moments",
  82. "morphologyEx",
  83. "pointPolygonTest",
  84. "polylines",
  85. "preCornerDetect",
  86. "putText",
  87. "pyrDown",
  88. "pyrUp",
  89. "rectangle",
  90. "remap",
  91. "resize",
  92. "rotatedRectangleIntersection",
  93. "Scharr",
  94. "sepFilter2D",
  95. "Sobel",
  96. "spatialGradient",
  97. "sqrBoxFilter",
  98. "stackBlur",
  99. "threshold",
  100. "warpAffine",
  101. "warpPerspective",
  102. "warpPolar",
  103. "watershed"
  104. ],
  105. "CLAHE": ["apply", "collectGarbage", "getClipLimit", "getTilesGridSize", "setClipLimit", "setTilesGridSize"],
  106. "segmentation_IntelligentScissorsMB": [
  107. "IntelligentScissorsMB",
  108. "setWeights",
  109. "setGradientMagnitudeMaxLimit",
  110. "setEdgeFeatureZeroCrossingParameters",
  111. "setEdgeFeatureCannyParameters",
  112. "applyImage",
  113. "applyImageFeatures",
  114. "buildMap",
  115. "getContour"
  116. ]
  117. }
  118. }