• Home
  • Raw
  • Download

Lines Matching refs:nativeObj

432 …remap_0(src.nativeObj, dst.nativeObj, map1.nativeObj, map2.nativeObj, interpolation, borderMode, b…  in remap()
441 remap_1(src.nativeObj, dst.nativeObj, map1.nativeObj, map2.nativeObj, interpolation); in remap()
455 …convertMaps_0(map1.nativeObj, map2.nativeObj, dstmap1.nativeObj, dstmap2.nativeObj, dstmap1type, n… in convertMaps()
464 … convertMaps_1(map1.nativeObj, map2.nativeObj, dstmap1.nativeObj, dstmap2.nativeObj, dstmap1type); in convertMaps()
492 invertAffineTransform_0(M.nativeObj, iM.nativeObj); in invertAffineTransform()
506 Mat retVal = new Mat(getPerspectiveTransform_0(src.nativeObj, dst.nativeObj)); in getPerspectiveTransform()
521 Mat retVal = new Mat(getAffineTransform_0(src_mat.nativeObj, dst_mat.nativeObj)); in getAffineTransform()
535 …getRectSubPix_0(image.nativeObj, patchSize.width, patchSize.height, center.x, center.y, patch.nati… in getRectSubPix()
544 …getRectSubPix_1(image.nativeObj, patchSize.width, patchSize.height, center.x, center.y, patch.nati… in getRectSubPix()
558 logPolar_0(src.nativeObj, dst.nativeObj, center.x, center.y, M, flags); in logPolar()
572 linearPolar_0(src.nativeObj, dst.nativeObj, center.x, center.y, maxRadius, flags); in linearPolar()
586 integral_0(src.nativeObj, sum.nativeObj, sdepth); in integral()
595 integral_1(src.nativeObj, sum.nativeObj); in integral()
609 …filter2D_0(src.nativeObj, dst.nativeObj, ddepth, kernel.nativeObj, anchor.x, anchor.y, delta, bord… in filter2D()
618 … filter2D_1(src.nativeObj, dst.nativeObj, ddepth, kernel.nativeObj, anchor.x, anchor.y, delta); in filter2D()
627 filter2D_2(src.nativeObj, dst.nativeObj, ddepth, kernel.nativeObj); in filter2D()
641 …sepFilter2D_0(src.nativeObj, dst.nativeObj, ddepth, kernelX.nativeObj, kernelY.nativeObj, anchor.x… in sepFilter2D()
650 …sepFilter2D_1(src.nativeObj, dst.nativeObj, ddepth, kernelX.nativeObj, kernelY.nativeObj, anchor.x… in sepFilter2D()
659 sepFilter2D_2(src.nativeObj, dst.nativeObj, ddepth, kernelX.nativeObj, kernelY.nativeObj); in sepFilter2D()
673 Sobel_0(src.nativeObj, dst.nativeObj, ddepth, dx, dy, ksize, scale, delta, borderType); in Sobel()
682 Sobel_1(src.nativeObj, dst.nativeObj, ddepth, dx, dy, ksize, scale, delta); in Sobel()
691 Sobel_2(src.nativeObj, dst.nativeObj, ddepth, dx, dy); in Sobel()
705 Scharr_0(src.nativeObj, dst.nativeObj, ddepth, dx, dy, scale, delta, borderType); in Scharr()
714 Scharr_1(src.nativeObj, dst.nativeObj, ddepth, dx, dy, scale, delta); in Scharr()
723 Scharr_2(src.nativeObj, dst.nativeObj, ddepth, dx, dy); in Scharr()
737 Laplacian_0(src.nativeObj, dst.nativeObj, ddepth, ksize, scale, delta, borderType); in Laplacian()
746 Laplacian_1(src.nativeObj, dst.nativeObj, ddepth, ksize, scale, delta); in Laplacian()
755 Laplacian_2(src.nativeObj, dst.nativeObj, ddepth); in Laplacian()
769 Canny_0(image.nativeObj, edges.nativeObj, threshold1, threshold2, apertureSize, L2gradient); in Canny()
778 Canny_1(image.nativeObj, edges.nativeObj, threshold1, threshold2); in Canny()
792 cornerMinEigenVal_0(src.nativeObj, dst.nativeObj, blockSize, ksize, borderType); in cornerMinEigenVal()
801 cornerMinEigenVal_1(src.nativeObj, dst.nativeObj, blockSize, ksize); in cornerMinEigenVal()
810 cornerMinEigenVal_2(src.nativeObj, dst.nativeObj, blockSize); in cornerMinEigenVal()
870 getDerivKernels_0(kx.nativeObj, ky.nativeObj, dx, dy, ksize, normalize, ktype); in getDerivKernels()
879 getDerivKernels_1(kx.nativeObj, ky.nativeObj, dx, dy, ksize); in getDerivKernels()
939 medianBlur_0(src.nativeObj, dst.nativeObj, ksize); in medianBlur()
953 …GaussianBlur_0(src.nativeObj, dst.nativeObj, ksize.width, ksize.height, sigmaX, sigmaY, borderType… in GaussianBlur()
962 GaussianBlur_1(src.nativeObj, dst.nativeObj, ksize.width, ksize.height, sigmaX, sigmaY); in GaussianBlur()
971 GaussianBlur_2(src.nativeObj, dst.nativeObj, ksize.width, ksize.height, sigmaX); in GaussianBlur()
985 bilateralFilter_0(src.nativeObj, dst.nativeObj, d, sigmaColor, sigmaSpace, borderType); in bilateralFilter()
994 bilateralFilter_1(src.nativeObj, dst.nativeObj, d, sigmaColor, sigmaSpace); in bilateralFilter()
1008 …boxFilter_0(src.nativeObj, dst.nativeObj, ddepth, ksize.width, ksize.height, anchor.x, anchor.y, n… in boxFilter()
1017 …boxFilter_1(src.nativeObj, dst.nativeObj, ddepth, ksize.width, ksize.height, anchor.x, anchor.y, n… in boxFilter()
1026 boxFilter_2(src.nativeObj, dst.nativeObj, ddepth, ksize.width, ksize.height); in boxFilter()
1040 …sqrBoxFilter_0(_src.nativeObj, _dst.nativeObj, ddepth, ksize.width, ksize.height, anchor.x, anchor… in sqrBoxFilter()
1049 …sqrBoxFilter_1(_src.nativeObj, _dst.nativeObj, ddepth, ksize.width, ksize.height, anchor.x, anchor… in sqrBoxFilter()
1058 sqrBoxFilter_2(_src.nativeObj, _dst.nativeObj, ddepth, ksize.width, ksize.height); in sqrBoxFilter()
1072 … blur_0(src.nativeObj, dst.nativeObj, ksize.width, ksize.height, anchor.x, anchor.y, borderType); in blur()
1081 blur_1(src.nativeObj, dst.nativeObj, ksize.width, ksize.height, anchor.x, anchor.y); in blur()
1090 blur_2(src.nativeObj, dst.nativeObj, ksize.width, ksize.height); in blur()
1104 cornerHarris_0(src.nativeObj, dst.nativeObj, blockSize, ksize, k, borderType); in cornerHarris()
1113 cornerHarris_1(src.nativeObj, dst.nativeObj, blockSize, ksize, k); in cornerHarris()
1127 cornerEigenValsAndVecs_0(src.nativeObj, dst.nativeObj, blockSize, ksize, borderType); in cornerEigenValsAndVecs()
1136 cornerEigenValsAndVecs_1(src.nativeObj, dst.nativeObj, blockSize, ksize); in cornerEigenValsAndVecs()
1150 preCornerDetect_0(src.nativeObj, dst.nativeObj, ksize, borderType); in preCornerDetect()
1159 preCornerDetect_1(src.nativeObj, dst.nativeObj, ksize); in preCornerDetect()
1173 …cornerSubPix_0(image.nativeObj, corners_mat.nativeObj, winSize.width, winSize.height, zeroZone.wid… in cornerSubPix()
1187 …goodFeaturesToTrack_0(image.nativeObj, corners_mat.nativeObj, maxCorners, qualityLevel, minDistanc… in goodFeaturesToTrack()
1196 …goodFeaturesToTrack_1(image.nativeObj, corners_mat.nativeObj, maxCorners, qualityLevel, minDistanc… in goodFeaturesToTrack()
1210 …HoughLines_0(image.nativeObj, lines.nativeObj, rho, theta, threshold, srn, stn, min_theta, max_the… in HoughLines()
1219 HoughLines_1(image.nativeObj, lines.nativeObj, rho, theta, threshold); in HoughLines()
1233 … HoughLinesP_0(image.nativeObj, lines.nativeObj, rho, theta, threshold, minLineLength, maxLineGap); in HoughLinesP()
1242 HoughLinesP_1(image.nativeObj, lines.nativeObj, rho, theta, threshold); in HoughLinesP()
1256 …HoughCircles_0(image.nativeObj, circles.nativeObj, method, dp, minDist, param1, param2, minRadius,… in HoughCircles()
1265 HoughCircles_1(image.nativeObj, circles.nativeObj, method, dp, minDist); in HoughCircles()
1279 …erode_0(src.nativeObj, dst.nativeObj, kernel.nativeObj, anchor.x, anchor.y, iterations, borderType… in erode()
1288 erode_1(src.nativeObj, dst.nativeObj, kernel.nativeObj, anchor.x, anchor.y, iterations); in erode()
1297 erode_2(src.nativeObj, dst.nativeObj, kernel.nativeObj); in erode()
1311 …dilate_0(src.nativeObj, dst.nativeObj, kernel.nativeObj, anchor.x, anchor.y, iterations, borderTyp… in dilate()
1320 dilate_1(src.nativeObj, dst.nativeObj, kernel.nativeObj, anchor.x, anchor.y, iterations); in dilate()
1329 dilate_2(src.nativeObj, dst.nativeObj, kernel.nativeObj); in dilate()
1343 …morphologyEx_0(src.nativeObj, dst.nativeObj, op, kernel.nativeObj, anchor.x, anchor.y, iterations,… in morphologyEx()
1352 …morphologyEx_1(src.nativeObj, dst.nativeObj, op, kernel.nativeObj, anchor.x, anchor.y, iterations); in morphologyEx()
1361 morphologyEx_2(src.nativeObj, dst.nativeObj, op, kernel.nativeObj); in morphologyEx()
1375 resize_0(src.nativeObj, dst.nativeObj, dsize.width, dsize.height, fx, fy, interpolation); in resize()
1384 resize_1(src.nativeObj, dst.nativeObj, dsize.width, dsize.height); in resize()
1398 …warpAffine_0(src.nativeObj, dst.nativeObj, M.nativeObj, dsize.width, dsize.height, flags, borderMo… in warpAffine()
1407 warpAffine_1(src.nativeObj, dst.nativeObj, M.nativeObj, dsize.width, dsize.height, flags); in warpAffine()
1416 warpAffine_2(src.nativeObj, dst.nativeObj, M.nativeObj, dsize.width, dsize.height); in warpAffine()
1430 …warpPerspective_0(src.nativeObj, dst.nativeObj, M.nativeObj, dsize.width, dsize.height, flags, bor… in warpPerspective()
1439 … warpPerspective_1(src.nativeObj, dst.nativeObj, M.nativeObj, dsize.width, dsize.height, flags); in warpPerspective()
1448 warpPerspective_2(src.nativeObj, dst.nativeObj, M.nativeObj, dsize.width, dsize.height); in warpPerspective()
1462 integral2_0(src.nativeObj, sum.nativeObj, sqsum.nativeObj, sdepth, sqdepth); in integral2()
1471 integral2_1(src.nativeObj, sum.nativeObj, sqsum.nativeObj); in integral2()
1485 … integral3_0(src.nativeObj, sum.nativeObj, sqsum.nativeObj, tilted.nativeObj, sdepth, sqdepth); in integral3()
1494 integral3_1(src.nativeObj, sum.nativeObj, sqsum.nativeObj, tilted.nativeObj); in integral3()
1508 accumulate_0(src.nativeObj, dst.nativeObj, mask.nativeObj); in accumulate()
1517 accumulate_1(src.nativeObj, dst.nativeObj); in accumulate()
1531 accumulateSquare_0(src.nativeObj, dst.nativeObj, mask.nativeObj); in accumulateSquare()
1540 accumulateSquare_1(src.nativeObj, dst.nativeObj); in accumulateSquare()
1554 accumulateProduct_0(src1.nativeObj, src2.nativeObj, dst.nativeObj, mask.nativeObj); in accumulateProduct()
1563 accumulateProduct_1(src1.nativeObj, src2.nativeObj, dst.nativeObj); in accumulateProduct()
1577 accumulateWeighted_0(src.nativeObj, dst.nativeObj, alpha, mask.nativeObj); in accumulateWeighted()
1586 accumulateWeighted_1(src.nativeObj, dst.nativeObj, alpha); in accumulateWeighted()
1600 …Point retVal = new Point(phaseCorrelate_0(src1.nativeObj, src2.nativeObj, window.nativeObj, respon… in phaseCorrelate()
1609 Point retVal = new Point(phaseCorrelate_1(src1.nativeObj, src2.nativeObj)); in phaseCorrelate()
1623 createHanningWindow_0(dst.nativeObj, winSize.width, winSize.height, type); in createHanningWindow()
1637 double retVal = threshold_0(src.nativeObj, dst.nativeObj, thresh, maxval, type); in threshold()
1651 …adaptiveThreshold_0(src.nativeObj, dst.nativeObj, maxValue, adaptiveMethod, thresholdType, blockSi… in adaptiveThreshold()
1665 pyrDown_0(src.nativeObj, dst.nativeObj, dstsize.width, dstsize.height, borderType); in pyrDown()
1674 pyrDown_1(src.nativeObj, dst.nativeObj, dstsize.width, dstsize.height); in pyrDown()
1683 pyrDown_2(src.nativeObj, dst.nativeObj); in pyrDown()
1697 pyrUp_0(src.nativeObj, dst.nativeObj, dstsize.width, dstsize.height, borderType); in pyrUp()
1706 pyrUp_1(src.nativeObj, dst.nativeObj, dstsize.width, dstsize.height); in pyrUp()
1715 pyrUp_2(src.nativeObj, dst.nativeObj); in pyrUp()
1729 …undistort_0(src.nativeObj, dst.nativeObj, cameraMatrix.nativeObj, distCoeffs.nativeObj, newCameraM… in undistort()
1738 undistort_1(src.nativeObj, dst.nativeObj, cameraMatrix.nativeObj, distCoeffs.nativeObj); in undistort()
1752 …aMatrix.nativeObj, distCoeffs.nativeObj, R.nativeObj, newCameraMatrix.nativeObj, size.width, size.… in initUndistortRectifyMap()
1766 …0(cameraMatrix.nativeObj, distCoeffs.nativeObj, imageSize.width, imageSize.height, destImageWidth,… in initWideAngleProjMap()
1775 …1(cameraMatrix.nativeObj, distCoeffs.nativeObj, imageSize.width, imageSize.height, destImageWidth,… in initWideAngleProjMap()
1789 …Mat retVal = new Mat(getDefaultNewCameraMatrix_0(cameraMatrix.nativeObj, imgsize.width, imgsize.he… in getDefaultNewCameraMatrix()
1798 Mat retVal = new Mat(getDefaultNewCameraMatrix_1(cameraMatrix.nativeObj)); in getDefaultNewCameraMatrix()
1813 …undistortPoints_0(src_mat.nativeObj, dst_mat.nativeObj, cameraMatrix.nativeObj, distCoeffs.nativeO… in undistortPoints()
1823 …undistortPoints_1(src_mat.nativeObj, dst_mat.nativeObj, cameraMatrix.nativeObj, distCoeffs.nativeO… in undistortPoints()
1840 …alcHist_0(images_mat.nativeObj, channels_mat.nativeObj, mask.nativeObj, hist.nativeObj, histSize_m… in calcHist()
1852 …alcHist_1(images_mat.nativeObj, channels_mat.nativeObj, mask.nativeObj, hist.nativeObj, histSize_m… in calcHist()
1868 …calcBackProject_0(images_mat.nativeObj, channels_mat.nativeObj, hist.nativeObj, dst.nativeObj, ran… in calcBackProject()
1882 double retVal = compareHist_0(H1.nativeObj, H2.nativeObj, method); in compareHist()
1896 equalizeHist_0(src.nativeObj, dst.nativeObj); in equalizeHist()
1910 watershed_0(image.nativeObj, markers.nativeObj); in watershed()
1924 …pyrMeanShiftFiltering_0(src.nativeObj, dst.nativeObj, sp, sr, maxLevel, termcrit.type, termcrit.ma… in pyrMeanShiftFiltering()
1933 pyrMeanShiftFiltering_1(src.nativeObj, dst.nativeObj, sp, sr); in pyrMeanShiftFiltering()
1947 …grabCut_0(img.nativeObj, mask.nativeObj, rect.x, rect.y, rect.width, rect.height, bgdModel.nativeO… in grabCut()
1956 …grabCut_1(img.nativeObj, mask.nativeObj, rect.x, rect.y, rect.width, rect.height, bgdModel.nativeO… in grabCut()
1970 …distanceTransformWithLabels_0(src.nativeObj, dst.nativeObj, labels.nativeObj, distanceType, maskSi… in distanceTransformWithLabels()
1979 …distanceTransformWithLabels_1(src.nativeObj, dst.nativeObj, labels.nativeObj, distanceType, maskSi… in distanceTransformWithLabels()
1993 distanceTransform_0(src.nativeObj, dst.nativeObj, distanceType, maskSize, dstType); in distanceTransform()
2002 distanceTransform_1(src.nativeObj, dst.nativeObj, distanceType, maskSize); in distanceTransform()
2016 …int retVal = floodFill_0(image.nativeObj, mask.nativeObj, seedPoint.x, seedPoint.y, newVal.val[0],… in floodFill()
2025 …int retVal = floodFill_1(image.nativeObj, mask.nativeObj, seedPoint.x, seedPoint.y, newVal.val[0],… in floodFill()
2039 cvtColor_0(src.nativeObj, dst.nativeObj, code, dstCn); in cvtColor()
2048 cvtColor_1(src.nativeObj, dst.nativeObj, code); in cvtColor()
2062 demosaicing_0(_src.nativeObj, _dst.nativeObj, code, dcn); in demosaicing()
2071 demosaicing_1(_src.nativeObj, _dst.nativeObj, code); in demosaicing()
2099 matchTemplate_0(image.nativeObj, templ.nativeObj, result.nativeObj, method, mask.nativeObj); in matchTemplate()
2108 matchTemplate_1(image.nativeObj, templ.nativeObj, result.nativeObj, method); in matchTemplate()
2122 int retVal = connectedComponents_0(image.nativeObj, labels.nativeObj, connectivity, ltype); in connectedComponents()
2131 int retVal = connectedComponents_1(image.nativeObj, labels.nativeObj); in connectedComponents()
2145 …tVal = connectedComponentsWithStats_0(image.nativeObj, labels.nativeObj, stats.nativeObj, centroid… in connectedComponentsWithStats()
2154 …tVal = connectedComponentsWithStats_1(image.nativeObj, labels.nativeObj, stats.nativeObj, centroid… in connectedComponentsWithStats()
2168 …findContours_0(image.nativeObj, contours_mat.nativeObj, hierarchy.nativeObj, mode, method, offset.… in findContours()
2178 findContours_1(image.nativeObj, contours_mat.nativeObj, hierarchy.nativeObj, mode, method); in findContours()
2194 approxPolyDP_0(curve_mat.nativeObj, approxCurve_mat.nativeObj, epsilon, closed); in approxPolyDP()
2208 double retVal = arcLength_0(curve_mat.nativeObj, closed); in arcLength()
2222 Rect retVal = new Rect(boundingRect_0(points_mat.nativeObj)); in boundingRect()
2236 double retVal = contourArea_0(contour.nativeObj, oriented); in contourArea()
2245 double retVal = contourArea_1(contour.nativeObj); in contourArea()
2259 RotatedRect retVal = new RotatedRect(minAreaRect_0(points_mat.nativeObj)); in minAreaRect()
2273 …Points_0(box.center.x, box.center.y, box.size.width, box.size.height, box.angle, points.nativeObj); in boxPoints()
2289 minEnclosingCircle_0(points_mat.nativeObj, center_out, radius_out); in minEnclosingCircle()
2304 double retVal = minEnclosingTriangle_0(points.nativeObj, triangle.nativeObj); in minEnclosingTriangle()
2318 double retVal = matchShapes_0(contour1.nativeObj, contour2.nativeObj, method, parameter); in matchShapes()
2333 convexHull_0(points_mat.nativeObj, hull_mat.nativeObj, clockwise); in convexHull()
2343 convexHull_1(points_mat.nativeObj, hull_mat.nativeObj); in convexHull()
2359 …convexityDefects_0(contour_mat.nativeObj, convexhull_mat.nativeObj, convexityDefects_mat.nativeObj in convexityDefects()
2373 boolean retVal = isContourConvex_0(contour_mat.nativeObj); in isContourConvex()
2387 …float retVal = intersectConvexConvex_0(_p1.nativeObj, _p2.nativeObj, _p12.nativeObj, handleNested); in intersectConvexConvex()
2396 float retVal = intersectConvexConvex_1(_p1.nativeObj, _p2.nativeObj, _p12.nativeObj); in intersectConvexConvex()
2410 RotatedRect retVal = new RotatedRect(fitEllipse_0(points_mat.nativeObj)); in fitEllipse()
2424 fitLine_0(points.nativeObj, line.nativeObj, distType, param, reps, aeps); in fitLine()
2438 double retVal = pointPolygonTest_0(contour_mat.nativeObj, pt.x, pt.y, measureDist); in pointPolygonTest()
2452 …x, rect2.center.y, rect2.size.width, rect2.size.height, rect2.angle, intersectingRegion.nativeObj); in rotatedRectangleIntersection()
2489 applyColorMap_0(src.nativeObj, dst.nativeObj, colormap); in applyColorMap()
2503 …line_0(img.nativeObj, pt1.x, pt1.y, pt2.x, pt2.y, color.val[0], color.val[1], color.val[2], color.… in line()
2512 …line_1(img.nativeObj, pt1.x, pt1.y, pt2.x, pt2.y, color.val[0], color.val[1], color.val[2], color.… in line()
2521 …line_2(img.nativeObj, pt1.x, pt1.y, pt2.x, pt2.y, color.val[0], color.val[1], color.val[2], color.… in line()
2535 …arrowedLine_0(img.nativeObj, pt1.x, pt1.y, pt2.x, pt2.y, color.val[0], color.val[1], color.val[2],… in arrowedLine()
2544 …arrowedLine_1(img.nativeObj, pt1.x, pt1.y, pt2.x, pt2.y, color.val[0], color.val[1], color.val[2],… in arrowedLine()
2558 …rectangle_0(img.nativeObj, pt1.x, pt1.y, pt2.x, pt2.y, color.val[0], color.val[1], color.val[2], c… in rectangle()
2567 …rectangle_1(img.nativeObj, pt1.x, pt1.y, pt2.x, pt2.y, color.val[0], color.val[1], color.val[2], c… in rectangle()
2576 …rectangle_2(img.nativeObj, pt1.x, pt1.y, pt2.x, pt2.y, color.val[0], color.val[1], color.val[2], c… in rectangle()
2590 …circle_0(img.nativeObj, center.x, center.y, radius, color.val[0], color.val[1], color.val[2], colo… in circle()
2599 …circle_1(img.nativeObj, center.x, center.y, radius, color.val[0], color.val[1], color.val[2], colo… in circle()
2608 …circle_2(img.nativeObj, center.x, center.y, radius, color.val[0], color.val[1], color.val[2], colo… in circle()
2622 …ellipse_0(img.nativeObj, center.x, center.y, axes.width, axes.height, angle, startAngle, endAngle,… in ellipse()
2631 …ellipse_1(img.nativeObj, center.x, center.y, axes.width, axes.height, angle, startAngle, endAngle,… in ellipse()
2640 …ellipse_2(img.nativeObj, center.x, center.y, axes.width, axes.height, angle, startAngle, endAngle,… in ellipse()
2654 …ellipse_3(img.nativeObj, box.center.x, box.center.y, box.size.width, box.size.height, box.angle, c… in ellipse()
2663 …ellipse_4(img.nativeObj, box.center.x, box.center.y, box.size.width, box.size.height, box.angle, c… in ellipse()
2672 …ellipse_5(img.nativeObj, box.center.x, box.center.y, box.size.width, box.size.height, box.angle, c… in ellipse()
2686 …fillConvexPoly_0(img.nativeObj, points_mat.nativeObj, color.val[0], color.val[1], color.val[2], co… in fillConvexPoly()
2695 …fillConvexPoly_1(img.nativeObj, points_mat.nativeObj, color.val[0], color.val[1], color.val[2], co… in fillConvexPoly()
2710 …fillPoly_0(img.nativeObj, pts_mat.nativeObj, color.val[0], color.val[1], color.val[2], color.val[3… in fillPoly()
2720 …fillPoly_1(img.nativeObj, pts_mat.nativeObj, color.val[0], color.val[1], color.val[2], color.val[3… in fillPoly()
2735 …polylines_0(img.nativeObj, pts_mat.nativeObj, isClosed, color.val[0], color.val[1], color.val[2], … in polylines()
2745 …polylines_1(img.nativeObj, pts_mat.nativeObj, isClosed, color.val[0], color.val[1], color.val[2], … in polylines()
2755 …polylines_2(img.nativeObj, pts_mat.nativeObj, isClosed, color.val[0], color.val[1], color.val[2], … in polylines()
2770 …mage.nativeObj, contours_mat.nativeObj, contourIdx, color.val[0], color.val[1], color.val[2], colo… in drawContours()
2780 …drawContours_1(image.nativeObj, contours_mat.nativeObj, contourIdx, color.val[0], color.val[1], co… in drawContours()
2790 …drawContours_2(image.nativeObj, contours_mat.nativeObj, contourIdx, color.val[0], color.val[1], co… in drawContours()
2820 …_0(center.x, center.y, axes.width, axes.height, angle, arcStart, arcEnd, delta, pts_mat.nativeObj); in ellipse2Poly()
2834 …putText_0(img.nativeObj, text, org.x, org.y, fontFace, fontScale, color.val[0], color.val[1], colo… in putText()
2843 …putText_1(img.nativeObj, text, org.x, org.y, fontFace, fontScale, color.val[0], color.val[1], colo… in putText()
2852 …putText_2(img.nativeObj, text, org.x, org.y, fontFace, fontScale, color.val[0], color.val[1], colo… in putText()