Package org.opencv.imgproc
Class Imgproc
java.lang.Object
org.opencv.imgproc.Imgproc
public class Imgproc extends Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Imgproc() -
Method Summary
Modifier and Type Method Description static voidaccumulate(Mat src, Mat dst)static voidaccumulate(Mat src, Mat dst, Mat mask)static voidaccumulateProduct(Mat src1, Mat src2, Mat dst)static voidaccumulateProduct(Mat src1, Mat src2, Mat dst, Mat mask)static voidaccumulateSquare(Mat src, Mat dst)static voidaccumulateSquare(Mat src, Mat dst, Mat mask)static voidaccumulateWeighted(Mat src, Mat dst, double alpha)static voidaccumulateWeighted(Mat src, Mat dst, double alpha, Mat mask)static voidadaptiveThreshold(Mat src, Mat dst, double maxValue, int adaptiveMethod, int thresholdType, int blockSize, double C)static voidapplyColorMap(Mat src, Mat dst, int colormap)static voidapplyColorMap(Mat src, Mat dst, Mat userColor)static voidapproxPolyDP(MatOfPoint2f curve, MatOfPoint2f approxCurve, double epsilon, boolean closed)static doublearcLength(MatOfPoint2f curve, boolean closed)static voidarrowedLine(Mat img, Point pt1, Point pt2, Scalar color)static voidarrowedLine(Mat img, Point pt1, Point pt2, Scalar color, int thickness, int line_type, int shift, double tipLength)static voidbilateralFilter(Mat src, Mat dst, int d, double sigmaColor, double sigmaSpace)static voidbilateralFilter(Mat src, Mat dst, int d, double sigmaColor, double sigmaSpace, int borderType)static voidblur(Mat src, Mat dst, Size ksize)static voidblur(Mat src, Mat dst, Size ksize, Point anchor)static voidblur(Mat src, Mat dst, Size ksize, Point anchor, int borderType)static RectboundingRect(MatOfPoint points)static voidboxFilter(Mat src, Mat dst, int ddepth, Size ksize)static voidboxFilter(Mat src, Mat dst, int ddepth, Size ksize, Point anchor, boolean normalize)static voidboxFilter(Mat src, Mat dst, int ddepth, Size ksize, Point anchor, boolean normalize, int borderType)static voidboxPoints(RotatedRect box, Mat points)static voidcalcBackProject(List<Mat> images, MatOfInt channels, Mat hist, Mat dst, MatOfFloat ranges, double scale)static voidcalcHist(List<Mat> images, MatOfInt channels, Mat mask, Mat hist, MatOfInt histSize, MatOfFloat ranges)static voidcalcHist(List<Mat> images, MatOfInt channels, Mat mask, Mat hist, MatOfInt histSize, MatOfFloat ranges, boolean accumulate)static voidCanny(Mat image, Mat edges, double threshold1, double threshold2)static voidCanny(Mat image, Mat edges, double threshold1, double threshold2, int apertureSize, boolean L2gradient)static voidCanny(Mat dx, Mat dy, Mat edges, double threshold1, double threshold2)static voidCanny(Mat dx, Mat dy, Mat edges, double threshold1, double threshold2, boolean L2gradient)static voidcircle(Mat img, Point center, int radius, Scalar color)static voidcircle(Mat img, Point center, int radius, Scalar color, int thickness)static voidcircle(Mat img, Point center, int radius, Scalar color, int thickness, int lineType, int shift)static booleanclipLine(Rect imgRect, Point pt1, Point pt2)static doublecompareHist(Mat H1, Mat H2, int method)static intconnectedComponents(Mat image, Mat labels)static intconnectedComponents(Mat image, Mat labels, int connectivity, int ltype)static intconnectedComponentsWithAlgorithm(Mat image, Mat labels, int connectivity, int ltype, int ccltype)static intconnectedComponentsWithStats(Mat image, Mat labels, Mat stats, Mat centroids)static intconnectedComponentsWithStats(Mat image, Mat labels, Mat stats, Mat centroids, int connectivity, int ltype)static intconnectedComponentsWithStatsWithAlgorithm(Mat image, Mat labels, Mat stats, Mat centroids, int connectivity, int ltype, int ccltype)static doublecontourArea(Mat contour)static doublecontourArea(Mat contour, boolean oriented)static voidconvertMaps(Mat map1, Mat map2, Mat dstmap1, Mat dstmap2, int dstmap1type)static voidconvertMaps(Mat map1, Mat map2, Mat dstmap1, Mat dstmap2, int dstmap1type, boolean nninterpolation)static voidconvexHull(MatOfPoint points, MatOfInt hull)static voidconvexHull(MatOfPoint points, MatOfInt hull, boolean clockwise)static voidconvexityDefects(MatOfPoint contour, MatOfInt convexhull, MatOfInt4 convexityDefects)static voidcornerEigenValsAndVecs(Mat src, Mat dst, int blockSize, int ksize)static voidcornerEigenValsAndVecs(Mat src, Mat dst, int blockSize, int ksize, int borderType)static voidcornerHarris(Mat src, Mat dst, int blockSize, int ksize, double k)static voidcornerHarris(Mat src, Mat dst, int blockSize, int ksize, double k, int borderType)static voidcornerMinEigenVal(Mat src, Mat dst, int blockSize)static voidcornerMinEigenVal(Mat src, Mat dst, int blockSize, int ksize)static voidcornerMinEigenVal(Mat src, Mat dst, int blockSize, int ksize, int borderType)static voidcornerSubPix(Mat image, Mat corners, Size winSize, Size zeroZone, TermCriteria criteria)static CLAHEcreateCLAHE()static CLAHEcreateCLAHE(double clipLimit, Size tileGridSize)static voidcreateHanningWindow(Mat dst, Size winSize, int type)static LineSegmentDetectorcreateLineSegmentDetector()static LineSegmentDetectorcreateLineSegmentDetector(int _refine, double _scale, double _sigma_scale, double _quant, double _ang_th, double _log_eps, double _density_th, int _n_bins)static voidcvtColor(Mat src, Mat dst, int code)static voidcvtColor(Mat src, Mat dst, int code, int dstCn)static voidcvtColorTwoPlane(Mat src1, Mat src2, Mat dst, int code)static voiddemosaicing(Mat _src, Mat _dst, int code)static voiddemosaicing(Mat _src, Mat _dst, int code, int dcn)static voiddilate(Mat src, Mat dst, Mat kernel)static voiddilate(Mat src, Mat dst, Mat kernel, Point anchor, int iterations)static voiddilate(Mat src, Mat dst, Mat kernel, Point anchor, int iterations, int borderType, Scalar borderValue)static voiddistanceTransform(Mat src, Mat dst, int distanceType, int maskSize)static voiddistanceTransform(Mat src, Mat dst, int distanceType, int maskSize, int dstType)static voiddistanceTransformWithLabels(Mat src, Mat dst, Mat labels, int distanceType, int maskSize)static voiddistanceTransformWithLabels(Mat src, Mat dst, Mat labels, int distanceType, int maskSize, int labelType)static voiddrawContours(Mat image, List<MatOfPoint> contours, int contourIdx, Scalar color)static voiddrawContours(Mat image, List<MatOfPoint> contours, int contourIdx, Scalar color, int thickness)static voiddrawContours(Mat image, List<MatOfPoint> contours, int contourIdx, Scalar color, int thickness, int lineType, Mat hierarchy, int maxLevel, Point offset)static voiddrawMarker(Mat img, Point position, Scalar color)static voiddrawMarker(Mat img, Point position, Scalar color, int markerType, int markerSize, int thickness, int line_type)static voidellipse(Mat img, Point center, Size axes, double angle, double startAngle, double endAngle, Scalar color)static voidellipse(Mat img, Point center, Size axes, double angle, double startAngle, double endAngle, Scalar color, int thickness)static voidellipse(Mat img, Point center, Size axes, double angle, double startAngle, double endAngle, Scalar color, int thickness, int lineType, int shift)static voidellipse(Mat img, RotatedRect box, Scalar color)static voidellipse(Mat img, RotatedRect box, Scalar color, int thickness)static voidellipse(Mat img, RotatedRect box, Scalar color, int thickness, int lineType)static voidellipse2Poly(Point center, Size axes, int angle, int arcStart, int arcEnd, int delta, MatOfPoint pts)static floatEMD(Mat signature1, Mat signature2, int distType)static floatEMD(Mat signature1, Mat signature2, int distType, Mat cost, Mat flow)static voidequalizeHist(Mat src, Mat dst)static voiderode(Mat src, Mat dst, Mat kernel)static voiderode(Mat src, Mat dst, Mat kernel, Point anchor, int iterations)static voiderode(Mat src, Mat dst, Mat kernel, Point anchor, int iterations, int borderType, Scalar borderValue)static voidfillConvexPoly(Mat img, MatOfPoint points, Scalar color)static voidfillConvexPoly(Mat img, MatOfPoint points, Scalar color, int lineType, int shift)static voidfillPoly(Mat img, List<MatOfPoint> pts, Scalar color)static voidfillPoly(Mat img, List<MatOfPoint> pts, Scalar color, int lineType, int shift, Point offset)static voidfilter2D(Mat src, Mat dst, int ddepth, Mat kernel)static voidfilter2D(Mat src, Mat dst, int ddepth, Mat kernel, Point anchor, double delta)static voidfilter2D(Mat src, Mat dst, int ddepth, Mat kernel, Point anchor, double delta, int borderType)static voidfindContours(Mat image, List<MatOfPoint> contours, Mat hierarchy, int mode, int method)static voidfindContours(Mat image, List<MatOfPoint> contours, Mat hierarchy, int mode, int method, Point offset)static RotatedRectfitEllipse(MatOfPoint2f points)static RotatedRectfitEllipseAMS(Mat points)static RotatedRectfitEllipseDirect(Mat points)static voidfitLine(Mat points, Mat line, int distType, double param, double reps, double aeps)static intfloodFill(Mat image, Mat mask, Point seedPoint, Scalar newVal)static intfloodFill(Mat image, Mat mask, Point seedPoint, Scalar newVal, Rect rect, Scalar loDiff, Scalar upDiff, int flags)static voidGaussianBlur(Mat src, Mat dst, Size ksize, double sigmaX)static voidGaussianBlur(Mat src, Mat dst, Size ksize, double sigmaX, double sigmaY)static voidGaussianBlur(Mat src, Mat dst, Size ksize, double sigmaX, double sigmaY, int borderType)static MatgetAffineTransform(MatOfPoint2f src, MatOfPoint2f dst)static MatgetDefaultNewCameraMatrix(Mat cameraMatrix)static MatgetDefaultNewCameraMatrix(Mat cameraMatrix, Size imgsize, boolean centerPrincipalPoint)static voidgetDerivKernels(Mat kx, Mat ky, int dx, int dy, int ksize)static voidgetDerivKernels(Mat kx, Mat ky, int dx, int dy, int ksize, boolean normalize, int ktype)static doublegetFontScaleFromHeight(int fontFace, int pixelHeight)static doublegetFontScaleFromHeight(int fontFace, int pixelHeight, int thickness)static MatgetGaborKernel(Size ksize, double sigma, double theta, double lambd, double gamma)static MatgetGaborKernel(Size ksize, double sigma, double theta, double lambd, double gamma, double psi, int ktype)static MatgetGaussianKernel(int ksize, double sigma)static MatgetGaussianKernel(int ksize, double sigma, int ktype)static MatgetPerspectiveTransform(Mat src, Mat dst)static voidgetRectSubPix(Mat image, Size patchSize, Point center, Mat patch)static voidgetRectSubPix(Mat image, Size patchSize, Point center, Mat patch, int patchType)static MatgetRotationMatrix2D(Point center, double angle, double scale)static MatgetStructuringElement(int shape, Size ksize)static MatgetStructuringElement(int shape, Size ksize, Point anchor)static SizegetTextSize(String text, int fontFace, double fontScale, int thickness, int[] baseLine)static voidgoodFeaturesToTrack(Mat image, MatOfPoint corners, int maxCorners, double qualityLevel, double minDistance)static voidgoodFeaturesToTrack(Mat image, MatOfPoint corners, int maxCorners, double qualityLevel, double minDistance, Mat mask, int blockSize, boolean useHarrisDetector, double k)static voidgoodFeaturesToTrack(Mat image, MatOfPoint corners, int maxCorners, double qualityLevel, double minDistance, Mat mask, int blockSize, int gradientSize)static voidgoodFeaturesToTrack(Mat image, MatOfPoint corners, int maxCorners, double qualityLevel, double minDistance, Mat mask, int blockSize, int gradientSize, boolean useHarrisDetector, double k)static voidgrabCut(Mat img, Mat mask, Rect rect, Mat bgdModel, Mat fgdModel, int iterCount)static voidgrabCut(Mat img, Mat mask, Rect rect, Mat bgdModel, Mat fgdModel, int iterCount, int mode)static voidHoughCircles(Mat image, Mat circles, int method, double dp, double minDist)static voidHoughCircles(Mat image, Mat circles, int method, double dp, double minDist, double param1, double param2, int minRadius, int maxRadius)static voidHoughLines(Mat image, Mat lines, double rho, double theta, int threshold)static voidHoughLines(Mat image, Mat lines, double rho, double theta, int threshold, double srn, double stn, double min_theta, double max_theta)static voidHoughLinesP(Mat image, Mat lines, double rho, double theta, int threshold)static voidHoughLinesP(Mat image, Mat lines, double rho, double theta, int threshold, double minLineLength, double maxLineGap)static voidHoughLinesPointSet(Mat _point, Mat _lines, int lines_max, int threshold, double min_rho, double max_rho, double rho_step, double min_theta, double max_theta, double theta_step)static voidHuMoments(Moments m, Mat hu)static voidinitUndistortRectifyMap(Mat cameraMatrix, Mat distCoeffs, Mat R, Mat newCameraMatrix, Size size, int m1type, Mat map1, Mat map2)static floatinitWideAngleProjMap(Mat cameraMatrix, Mat distCoeffs, Size imageSize, int destImageWidth, int m1type, Mat map1, Mat map2)static floatinitWideAngleProjMap(Mat cameraMatrix, Mat distCoeffs, Size imageSize, int destImageWidth, int m1type, Mat map1, Mat map2, int projType, double alpha)static voidintegral(Mat src, Mat sum)static voidintegral(Mat src, Mat sum, int sdepth)static voidintegral2(Mat src, Mat sum, Mat sqsum)static voidintegral2(Mat src, Mat sum, Mat sqsum, int sdepth, int sqdepth)static voidintegral3(Mat src, Mat sum, Mat sqsum, Mat tilted)static voidintegral3(Mat src, Mat sum, Mat sqsum, Mat tilted, int sdepth, int sqdepth)static floatintersectConvexConvex(Mat _p1, Mat _p2, Mat _p12)static floatintersectConvexConvex(Mat _p1, Mat _p2, Mat _p12, boolean handleNested)static voidinvertAffineTransform(Mat M, Mat iM)static booleanisContourConvex(MatOfPoint contour)static voidLaplacian(Mat src, Mat dst, int ddepth)static voidLaplacian(Mat src, Mat dst, int ddepth, int ksize, double scale, double delta)static voidLaplacian(Mat src, Mat dst, int ddepth, int ksize, double scale, double delta, int borderType)static voidline(Mat img, Point pt1, Point pt2, Scalar color)static voidline(Mat img, Point pt1, Point pt2, Scalar color, int thickness)static voidline(Mat img, Point pt1, Point pt2, Scalar color, int thickness, int lineType, int shift)static voidlinearPolar(Mat src, Mat dst, Point center, double maxRadius, int flags)Deprecated.static voidlogPolar(Mat src, Mat dst, Point center, double M, int flags)Deprecated.static doublematchShapes(Mat contour1, Mat contour2, int method, double parameter)static voidmatchTemplate(Mat image, Mat templ, Mat result, int method)static voidmatchTemplate(Mat image, Mat templ, Mat result, int method, Mat mask)static voidmedianBlur(Mat src, Mat dst, int ksize)static RotatedRectminAreaRect(MatOfPoint2f points)static voidminEnclosingCircle(MatOfPoint2f points, Point center, float[] radius)static doubleminEnclosingTriangle(Mat points, Mat triangle)static Momentsmoments(Mat array)static Momentsmoments(Mat array, boolean binaryImage)static voidmorphologyEx(Mat src, Mat dst, int op, Mat kernel)static voidmorphologyEx(Mat src, Mat dst, int op, Mat kernel, Point anchor, int iterations)static voidmorphologyEx(Mat src, Mat dst, int op, Mat kernel, Point anchor, int iterations, int borderType, Scalar borderValue)static PointphaseCorrelate(Mat src1, Mat src2)static PointphaseCorrelate(Mat src1, Mat src2, Mat window, double[] response)static doublepointPolygonTest(MatOfPoint2f contour, Point pt, boolean measureDist)static voidpolylines(Mat img, List<MatOfPoint> pts, boolean isClosed, Scalar color)static voidpolylines(Mat img, List<MatOfPoint> pts, boolean isClosed, Scalar color, int thickness)static voidpolylines(Mat img, List<MatOfPoint> pts, boolean isClosed, Scalar color, int thickness, int lineType, int shift)static voidpreCornerDetect(Mat src, Mat dst, int ksize)static voidpreCornerDetect(Mat src, Mat dst, int ksize, int borderType)static voidputText(Mat img, String text, Point org, int fontFace, double fontScale, Scalar color)static voidputText(Mat img, String text, Point org, int fontFace, double fontScale, Scalar color, int thickness)static voidputText(Mat img, String text, Point org, int fontFace, double fontScale, Scalar color, int thickness, int lineType, boolean bottomLeftOrigin)static voidpyrDown(Mat src, Mat dst)static voidpyrDown(Mat src, Mat dst, Size dstsize)static voidpyrDown(Mat src, Mat dst, Size dstsize, int borderType)static voidpyrMeanShiftFiltering(Mat src, Mat dst, double sp, double sr)static voidpyrMeanShiftFiltering(Mat src, Mat dst, double sp, double sr, int maxLevel, TermCriteria termcrit)static voidpyrUp(Mat src, Mat dst)static voidpyrUp(Mat src, Mat dst, Size dstsize)static voidpyrUp(Mat src, Mat dst, Size dstsize, int borderType)static voidrectangle(Mat img, Point pt1, Point pt2, Scalar color)static voidrectangle(Mat img, Point pt1, Point pt2, Scalar color, int thickness)static voidrectangle(Mat img, Point pt1, Point pt2, Scalar color, int thickness, int lineType, int shift)static voidremap(Mat src, Mat dst, Mat map1, Mat map2, int interpolation)static voidremap(Mat src, Mat dst, Mat map1, Mat map2, int interpolation, int borderMode, Scalar borderValue)static voidresize(Mat src, Mat dst, Size dsize)static voidresize(Mat src, Mat dst, Size dsize, double fx, double fy, int interpolation)static introtatedRectangleIntersection(RotatedRect rect1, RotatedRect rect2, Mat intersectingRegion)static voidScharr(Mat src, Mat dst, int ddepth, int dx, int dy)static voidScharr(Mat src, Mat dst, int ddepth, int dx, int dy, double scale, double delta)static voidScharr(Mat src, Mat dst, int ddepth, int dx, int dy, double scale, double delta, int borderType)static voidsepFilter2D(Mat src, Mat dst, int ddepth, Mat kernelX, Mat kernelY)static voidsepFilter2D(Mat src, Mat dst, int ddepth, Mat kernelX, Mat kernelY, Point anchor, double delta)static voidsepFilter2D(Mat src, Mat dst, int ddepth, Mat kernelX, Mat kernelY, Point anchor, double delta, int borderType)static voidSobel(Mat src, Mat dst, int ddepth, int dx, int dy)static voidSobel(Mat src, Mat dst, int ddepth, int dx, int dy, int ksize, double scale, double delta)static voidSobel(Mat src, Mat dst, int ddepth, int dx, int dy, int ksize, double scale, double delta, int borderType)static voidspatialGradient(Mat src, Mat dx, Mat dy)static voidspatialGradient(Mat src, Mat dx, Mat dy, int ksize)static voidspatialGradient(Mat src, Mat dx, Mat dy, int ksize, int borderType)static voidsqrBoxFilter(Mat _src, Mat _dst, int ddepth, Size ksize)static voidsqrBoxFilter(Mat _src, Mat _dst, int ddepth, Size ksize, Point anchor, boolean normalize)static voidsqrBoxFilter(Mat _src, Mat _dst, int ddepth, Size ksize, Point anchor, boolean normalize, int borderType)static doublethreshold(Mat src, Mat dst, double thresh, double maxval, int type)static voidundistort(Mat src, Mat dst, Mat cameraMatrix, Mat distCoeffs)static voidundistort(Mat src, Mat dst, Mat cameraMatrix, Mat distCoeffs, Mat newCameraMatrix)static voidundistortPoints(Mat src, Mat dst, Mat cameraMatrix, Mat distCoeffs)static voidundistortPoints(Mat src, Mat dst, Mat cameraMatrix, Mat distCoeffs, Mat R, Mat P)static voidundistortPointsIter(Mat src, Mat dst, Mat cameraMatrix, Mat distCoeffs, Mat R, Mat P, TermCriteria criteria)static voidwarpAffine(Mat src, Mat dst, Mat M, Size dsize)static voidwarpAffine(Mat src, Mat dst, Mat M, Size dsize, int flags)static voidwarpAffine(Mat src, Mat dst, Mat M, Size dsize, int flags, int borderMode, Scalar borderValue)static voidwarpPerspective(Mat src, Mat dst, Mat M, Size dsize)static voidwarpPerspective(Mat src, Mat dst, Mat M, Size dsize, int flags)static voidwarpPerspective(Mat src, Mat dst, Mat M, Size dsize, int flags, int borderMode, Scalar borderValue)static voidwarpPolar(Mat src, Mat dst, Size dsize, Point center, double maxRadius, int flags)static voidwatershed(Mat image, Mat markers)
-
Field Details
-
LINE_AA
public static final int LINE_AA- See Also:
- Constant Field Values
-
LINE_8
public static final int LINE_8- See Also:
- Constant Field Values
-
LINE_4
public static final int LINE_4- See Also:
- Constant Field Values
-
CV_BLUR_NO_SCALE
public static final int CV_BLUR_NO_SCALE- See Also:
- Constant Field Values
-
CV_BLUR
public static final int CV_BLUR- See Also:
- Constant Field Values
-
CV_GAUSSIAN
public static final int CV_GAUSSIAN- See Also:
- Constant Field Values
-
CV_MEDIAN
public static final int CV_MEDIAN- See Also:
- Constant Field Values
-
CV_BILATERAL
public static final int CV_BILATERAL- See Also:
- Constant Field Values
-
CV_GAUSSIAN_5x5
public static final int CV_GAUSSIAN_5x5- See Also:
- Constant Field Values
-
CV_SCHARR
public static final int CV_SCHARR- See Also:
- Constant Field Values
-
CV_MAX_SOBEL_KSIZE
public static final int CV_MAX_SOBEL_KSIZE- See Also:
- Constant Field Values
-
CV_RGBA2mRGBA
public static final int CV_RGBA2mRGBA- See Also:
- Constant Field Values
-
CV_mRGBA2RGBA
public static final int CV_mRGBA2RGBA- See Also:
- Constant Field Values
-
CV_WARP_FILL_OUTLIERS
public static final int CV_WARP_FILL_OUTLIERS- See Also:
- Constant Field Values
-
CV_WARP_INVERSE_MAP
public static final int CV_WARP_INVERSE_MAP- See Also:
- Constant Field Values
-
CV_SHAPE_RECT
public static final int CV_SHAPE_RECT- See Also:
- Constant Field Values
-
CV_SHAPE_CROSS
public static final int CV_SHAPE_CROSS- See Also:
- Constant Field Values
-
CV_SHAPE_ELLIPSE
public static final int CV_SHAPE_ELLIPSE- See Also:
- Constant Field Values
-
CV_SHAPE_CUSTOM
public static final int CV_SHAPE_CUSTOM- See Also:
- Constant Field Values
-
CV_CHAIN_CODE
public static final int CV_CHAIN_CODE- See Also:
- Constant Field Values
-
CV_LINK_RUNS
public static final int CV_LINK_RUNS- See Also:
- Constant Field Values
-
CV_POLY_APPROX_DP
public static final int CV_POLY_APPROX_DP- See Also:
- Constant Field Values
-
CV_CONTOURS_MATCH_I1
public static final int CV_CONTOURS_MATCH_I1- See Also:
- Constant Field Values
-
CV_CONTOURS_MATCH_I2
public static final int CV_CONTOURS_MATCH_I2- See Also:
- Constant Field Values
-
CV_CONTOURS_MATCH_I3
public static final int CV_CONTOURS_MATCH_I3- See Also:
- Constant Field Values
-
CV_CLOCKWISE
public static final int CV_CLOCKWISE- See Also:
- Constant Field Values
-
CV_COUNTER_CLOCKWISE
public static final int CV_COUNTER_CLOCKWISE- See Also:
- Constant Field Values
-
CV_COMP_CORREL
public static final int CV_COMP_CORREL- See Also:
- Constant Field Values
-
CV_COMP_CHISQR
public static final int CV_COMP_CHISQR- See Also:
- Constant Field Values
-
CV_COMP_INTERSECT
public static final int CV_COMP_INTERSECT- See Also:
- Constant Field Values
-
CV_COMP_BHATTACHARYYA
public static final int CV_COMP_BHATTACHARYYA- See Also:
- Constant Field Values
-
CV_COMP_HELLINGER
public static final int CV_COMP_HELLINGER- See Also:
- Constant Field Values
-
CV_COMP_CHISQR_ALT
public static final int CV_COMP_CHISQR_ALT- See Also:
- Constant Field Values
-
CV_COMP_KL_DIV
public static final int CV_COMP_KL_DIV- See Also:
- Constant Field Values
-
CV_DIST_MASK_3
public static final int CV_DIST_MASK_3- See Also:
- Constant Field Values
-
CV_DIST_MASK_5
public static final int CV_DIST_MASK_5- See Also:
- Constant Field Values
-
CV_DIST_MASK_PRECISE
public static final int CV_DIST_MASK_PRECISE- See Also:
- Constant Field Values
-
CV_DIST_LABEL_CCOMP
public static final int CV_DIST_LABEL_CCOMP- See Also:
- Constant Field Values
-
CV_DIST_LABEL_PIXEL
public static final int CV_DIST_LABEL_PIXEL- See Also:
- Constant Field Values
-
CV_DIST_USER
public static final int CV_DIST_USER- See Also:
- Constant Field Values
-
CV_DIST_L1
public static final int CV_DIST_L1- See Also:
- Constant Field Values
-
CV_DIST_L2
public static final int CV_DIST_L2- See Also:
- Constant Field Values
-
CV_DIST_C
public static final int CV_DIST_C- See Also:
- Constant Field Values
-
CV_DIST_L12
public static final int CV_DIST_L12- See Also:
- Constant Field Values
-
CV_DIST_FAIR
public static final int CV_DIST_FAIR- See Also:
- Constant Field Values
-
CV_DIST_WELSCH
public static final int CV_DIST_WELSCH- See Also:
- Constant Field Values
-
CV_DIST_HUBER
public static final int CV_DIST_HUBER- See Also:
- Constant Field Values
-
CV_CANNY_L2_GRADIENT
public static final int CV_CANNY_L2_GRADIENT- See Also:
- Constant Field Values
-
CV_HOUGH_STANDARD
public static final int CV_HOUGH_STANDARD- See Also:
- Constant Field Values
-
CV_HOUGH_PROBABILISTIC
public static final int CV_HOUGH_PROBABILISTIC- See Also:
- Constant Field Values
-
CV_HOUGH_MULTI_SCALE
public static final int CV_HOUGH_MULTI_SCALE- See Also:
- Constant Field Values
-
CV_HOUGH_GRADIENT
public static final int CV_HOUGH_GRADIENT- See Also:
- Constant Field Values
-
MORPH_ERODE
public static final int MORPH_ERODE- See Also:
- Constant Field Values
-
MORPH_DILATE
public static final int MORPH_DILATE- See Also:
- Constant Field Values
-
MORPH_OPEN
public static final int MORPH_OPEN- See Also:
- Constant Field Values
-
MORPH_CLOSE
public static final int MORPH_CLOSE- See Also:
- Constant Field Values
-
MORPH_GRADIENT
public static final int MORPH_GRADIENT- See Also:
- Constant Field Values
-
MORPH_TOPHAT
public static final int MORPH_TOPHAT- See Also:
- Constant Field Values
-
MORPH_BLACKHAT
public static final int MORPH_BLACKHAT- See Also:
- Constant Field Values
-
MORPH_HITMISS
public static final int MORPH_HITMISS- See Also:
- Constant Field Values
-
MORPH_RECT
public static final int MORPH_RECT- See Also:
- Constant Field Values
-
MORPH_CROSS
public static final int MORPH_CROSS- See Also:
- Constant Field Values
-
MORPH_ELLIPSE
public static final int MORPH_ELLIPSE- See Also:
- Constant Field Values
-
INTER_NEAREST
public static final int INTER_NEAREST- See Also:
- Constant Field Values
-
INTER_LINEAR
public static final int INTER_LINEAR- See Also:
- Constant Field Values
-
INTER_CUBIC
public static final int INTER_CUBIC- See Also:
- Constant Field Values
-
INTER_AREA
public static final int INTER_AREA- See Also:
- Constant Field Values
-
INTER_LANCZOS4
public static final int INTER_LANCZOS4- See Also:
- Constant Field Values
-
INTER_LINEAR_EXACT
public static final int INTER_LINEAR_EXACT- See Also:
- Constant Field Values
-
INTER_MAX
public static final int INTER_MAX- See Also:
- Constant Field Values
-
WARP_FILL_OUTLIERS
public static final int WARP_FILL_OUTLIERS- See Also:
- Constant Field Values
-
WARP_INVERSE_MAP
public static final int WARP_INVERSE_MAP- See Also:
- Constant Field Values
-
WARP_POLAR_LINEAR
public static final int WARP_POLAR_LINEAR- See Also:
- Constant Field Values
-
WARP_POLAR_LOG
public static final int WARP_POLAR_LOG- See Also:
- Constant Field Values
-
INTER_BITS
public static final int INTER_BITS- See Also:
- Constant Field Values
-
INTER_BITS2
public static final int INTER_BITS2- See Also:
- Constant Field Values
-
INTER_TAB_SIZE
public static final int INTER_TAB_SIZE- See Also:
- Constant Field Values
-
INTER_TAB_SIZE2
public static final int INTER_TAB_SIZE2- See Also:
- Constant Field Values
-
DIST_USER
public static final int DIST_USER- See Also:
- Constant Field Values
-
DIST_L1
public static final int DIST_L1- See Also:
- Constant Field Values
-
DIST_L2
public static final int DIST_L2- See Also:
- Constant Field Values
-
DIST_C
public static final int DIST_C- See Also:
- Constant Field Values
-
DIST_L12
public static final int DIST_L12- See Also:
- Constant Field Values
-
DIST_FAIR
public static final int DIST_FAIR- See Also:
- Constant Field Values
-
DIST_WELSCH
public static final int DIST_WELSCH- See Also:
- Constant Field Values
-
DIST_HUBER
public static final int DIST_HUBER- See Also:
- Constant Field Values
-
DIST_MASK_3
public static final int DIST_MASK_3- See Also:
- Constant Field Values
-
DIST_MASK_5
public static final int DIST_MASK_5- See Also:
- Constant Field Values
-
DIST_MASK_PRECISE
public static final int DIST_MASK_PRECISE- See Also:
- Constant Field Values
-
THRESH_BINARY
public static final int THRESH_BINARY- See Also:
- Constant Field Values
-
THRESH_BINARY_INV
public static final int THRESH_BINARY_INV- See Also:
- Constant Field Values
-
THRESH_TRUNC
public static final int THRESH_TRUNC- See Also:
- Constant Field Values
-
THRESH_TOZERO
public static final int THRESH_TOZERO- See Also:
- Constant Field Values
-
THRESH_TOZERO_INV
public static final int THRESH_TOZERO_INV- See Also:
- Constant Field Values
-
THRESH_MASK
public static final int THRESH_MASK- See Also:
- Constant Field Values
-
THRESH_OTSU
public static final int THRESH_OTSU- See Also:
- Constant Field Values
-
THRESH_TRIANGLE
public static final int THRESH_TRIANGLE- See Also:
- Constant Field Values
-
ADAPTIVE_THRESH_MEAN_C
public static final int ADAPTIVE_THRESH_MEAN_C- See Also:
- Constant Field Values
-
ADAPTIVE_THRESH_GAUSSIAN_C
public static final int ADAPTIVE_THRESH_GAUSSIAN_C- See Also:
- Constant Field Values
-
PROJ_SPHERICAL_ORTHO
public static final int PROJ_SPHERICAL_ORTHO- See Also:
- Constant Field Values
-
PROJ_SPHERICAL_EQRECT
public static final int PROJ_SPHERICAL_EQRECT- See Also:
- Constant Field Values
-
GC_BGD
public static final int GC_BGD- See Also:
- Constant Field Values
-
GC_FGD
public static final int GC_FGD- See Also:
- Constant Field Values
-
GC_PR_BGD
public static final int GC_PR_BGD- See Also:
- Constant Field Values
-
GC_PR_FGD
public static final int GC_PR_FGD- See Also:
- Constant Field Values
-
GC_INIT_WITH_RECT
public static final int GC_INIT_WITH_RECT- See Also:
- Constant Field Values
-
GC_INIT_WITH_MASK
public static final int GC_INIT_WITH_MASK- See Also:
- Constant Field Values
-
GC_EVAL
public static final int GC_EVAL- See Also:
- Constant Field Values
-
GC_EVAL_FREEZE_MODEL
public static final int GC_EVAL_FREEZE_MODEL- See Also:
- Constant Field Values
-
DIST_LABEL_CCOMP
public static final int DIST_LABEL_CCOMP- See Also:
- Constant Field Values
-
DIST_LABEL_PIXEL
public static final int DIST_LABEL_PIXEL- See Also:
- Constant Field Values
-
FLOODFILL_FIXED_RANGE
public static final int FLOODFILL_FIXED_RANGE- See Also:
- Constant Field Values
-
FLOODFILL_MASK_ONLY
public static final int FLOODFILL_MASK_ONLY- See Also:
- Constant Field Values
-
CC_STAT_LEFT
public static final int CC_STAT_LEFT- See Also:
- Constant Field Values
-
CC_STAT_TOP
public static final int CC_STAT_TOP- See Also:
- Constant Field Values
-
CC_STAT_WIDTH
public static final int CC_STAT_WIDTH- See Also:
- Constant Field Values
-
CC_STAT_HEIGHT
public static final int CC_STAT_HEIGHT- See Also:
- Constant Field Values
-
CC_STAT_AREA
public static final int CC_STAT_AREA- See Also:
- Constant Field Values
-
CC_STAT_MAX
public static final int CC_STAT_MAX- See Also:
- Constant Field Values
-
CCL_WU
public static final int CCL_WU- See Also:
- Constant Field Values
-
CCL_DEFAULT
public static final int CCL_DEFAULT- See Also:
- Constant Field Values
-
CCL_GRANA
public static final int CCL_GRANA- See Also:
- Constant Field Values
-
RETR_EXTERNAL
public static final int RETR_EXTERNAL- See Also:
- Constant Field Values
-
RETR_LIST
public static final int RETR_LIST- See Also:
- Constant Field Values
-
RETR_CCOMP
public static final int RETR_CCOMP- See Also:
- Constant Field Values
-
RETR_TREE
public static final int RETR_TREE- See Also:
- Constant Field Values
-
RETR_FLOODFILL
public static final int RETR_FLOODFILL- See Also:
- Constant Field Values
-
CHAIN_APPROX_NONE
public static final int CHAIN_APPROX_NONE- See Also:
- Constant Field Values
-
CHAIN_APPROX_SIMPLE
public static final int CHAIN_APPROX_SIMPLE- See Also:
- Constant Field Values
-
CHAIN_APPROX_TC89_L1
public static final int CHAIN_APPROX_TC89_L1- See Also:
- Constant Field Values
-
CHAIN_APPROX_TC89_KCOS
public static final int CHAIN_APPROX_TC89_KCOS- See Also:
- Constant Field Values
-
CONTOURS_MATCH_I1
public static final int CONTOURS_MATCH_I1- See Also:
- Constant Field Values
-
CONTOURS_MATCH_I2
public static final int CONTOURS_MATCH_I2- See Also:
- Constant Field Values
-
CONTOURS_MATCH_I3
public static final int CONTOURS_MATCH_I3- See Also:
- Constant Field Values
-
HOUGH_STANDARD
public static final int HOUGH_STANDARD- See Also:
- Constant Field Values
-
HOUGH_PROBABILISTIC
public static final int HOUGH_PROBABILISTIC- See Also:
- Constant Field Values
-
HOUGH_MULTI_SCALE
public static final int HOUGH_MULTI_SCALE- See Also:
- Constant Field Values
-
HOUGH_GRADIENT
public static final int HOUGH_GRADIENT- See Also:
- Constant Field Values
-
LSD_REFINE_NONE
public static final int LSD_REFINE_NONE- See Also:
- Constant Field Values
-
LSD_REFINE_STD
public static final int LSD_REFINE_STD- See Also:
- Constant Field Values
-
LSD_REFINE_ADV
public static final int LSD_REFINE_ADV- See Also:
- Constant Field Values
-
HISTCMP_CORREL
public static final int HISTCMP_CORREL- See Also:
- Constant Field Values
-
HISTCMP_CHISQR
public static final int HISTCMP_CHISQR- See Also:
- Constant Field Values
-
HISTCMP_INTERSECT
public static final int HISTCMP_INTERSECT- See Also:
- Constant Field Values
-
HISTCMP_BHATTACHARYYA
public static final int HISTCMP_BHATTACHARYYA- See Also:
- Constant Field Values
-
HISTCMP_HELLINGER
public static final int HISTCMP_HELLINGER- See Also:
- Constant Field Values
-
HISTCMP_CHISQR_ALT
public static final int HISTCMP_CHISQR_ALT- See Also:
- Constant Field Values
-
HISTCMP_KL_DIV
public static final int HISTCMP_KL_DIV- See Also:
- Constant Field Values
-
COLOR_BGR2BGRA
public static final int COLOR_BGR2BGRA- See Also:
- Constant Field Values
-
COLOR_RGB2RGBA
public static final int COLOR_RGB2RGBA- See Also:
- Constant Field Values
-
COLOR_BGRA2BGR
public static final int COLOR_BGRA2BGR- See Also:
- Constant Field Values
-
COLOR_RGBA2RGB
public static final int COLOR_RGBA2RGB- See Also:
- Constant Field Values
-
COLOR_BGR2RGBA
public static final int COLOR_BGR2RGBA- See Also:
- Constant Field Values
-
COLOR_RGB2BGRA
public static final int COLOR_RGB2BGRA- See Also:
- Constant Field Values
-
COLOR_RGBA2BGR
public static final int COLOR_RGBA2BGR- See Also:
- Constant Field Values
-
COLOR_BGRA2RGB
public static final int COLOR_BGRA2RGB- See Also:
- Constant Field Values
-
COLOR_BGR2RGB
public static final int COLOR_BGR2RGB- See Also:
- Constant Field Values
-
COLOR_RGB2BGR
public static final int COLOR_RGB2BGR- See Also:
- Constant Field Values
-
COLOR_BGRA2RGBA
public static final int COLOR_BGRA2RGBA- See Also:
- Constant Field Values
-
COLOR_RGBA2BGRA
public static final int COLOR_RGBA2BGRA- See Also:
- Constant Field Values
-
COLOR_BGR2GRAY
public static final int COLOR_BGR2GRAY- See Also:
- Constant Field Values
-
COLOR_RGB2GRAY
public static final int COLOR_RGB2GRAY- See Also:
- Constant Field Values
-
COLOR_GRAY2BGR
public static final int COLOR_GRAY2BGR- See Also:
- Constant Field Values
-
COLOR_GRAY2RGB
public static final int COLOR_GRAY2RGB- See Also:
- Constant Field Values
-
COLOR_GRAY2BGRA
public static final int COLOR_GRAY2BGRA- See Also:
- Constant Field Values
-
COLOR_GRAY2RGBA
public static final int COLOR_GRAY2RGBA- See Also:
- Constant Field Values
-
COLOR_BGRA2GRAY
public static final int COLOR_BGRA2GRAY- See Also:
- Constant Field Values
-
COLOR_RGBA2GRAY
public static final int COLOR_RGBA2GRAY- See Also:
- Constant Field Values
-
COLOR_BGR2BGR565
public static final int COLOR_BGR2BGR565- See Also:
- Constant Field Values
-
COLOR_RGB2BGR565
public static final int COLOR_RGB2BGR565- See Also:
- Constant Field Values
-
COLOR_BGR5652BGR
public static final int COLOR_BGR5652BGR- See Also:
- Constant Field Values
-
COLOR_BGR5652RGB
public static final int COLOR_BGR5652RGB- See Also:
- Constant Field Values
-
COLOR_BGRA2BGR565
public static final int COLOR_BGRA2BGR565- See Also:
- Constant Field Values
-
COLOR_RGBA2BGR565
public static final int COLOR_RGBA2BGR565- See Also:
- Constant Field Values
-
COLOR_BGR5652BGRA
public static final int COLOR_BGR5652BGRA- See Also:
- Constant Field Values
-
COLOR_BGR5652RGBA
public static final int COLOR_BGR5652RGBA- See Also:
- Constant Field Values
-
COLOR_GRAY2BGR565
public static final int COLOR_GRAY2BGR565- See Also:
- Constant Field Values
-
COLOR_BGR5652GRAY
public static final int COLOR_BGR5652GRAY- See Also:
- Constant Field Values
-
COLOR_BGR2BGR555
public static final int COLOR_BGR2BGR555- See Also:
- Constant Field Values
-
COLOR_RGB2BGR555
public static final int COLOR_RGB2BGR555- See Also:
- Constant Field Values
-
COLOR_BGR5552BGR
public static final int COLOR_BGR5552BGR- See Also:
- Constant Field Values
-
COLOR_BGR5552RGB
public static final int COLOR_BGR5552RGB- See Also:
- Constant Field Values
-
COLOR_BGRA2BGR555
public static final int COLOR_BGRA2BGR555- See Also:
- Constant Field Values
-
COLOR_RGBA2BGR555
public static final int COLOR_RGBA2BGR555- See Also:
- Constant Field Values
-
COLOR_BGR5552BGRA
public static final int COLOR_BGR5552BGRA- See Also:
- Constant Field Values
-
COLOR_BGR5552RGBA
public static final int COLOR_BGR5552RGBA- See Also:
- Constant Field Values
-
COLOR_GRAY2BGR555
public static final int COLOR_GRAY2BGR555- See Also:
- Constant Field Values
-
COLOR_BGR5552GRAY
public static final int COLOR_BGR5552GRAY- See Also:
- Constant Field Values
-
COLOR_BGR2XYZ
public static final int COLOR_BGR2XYZ- See Also:
- Constant Field Values
-
COLOR_RGB2XYZ
public static final int COLOR_RGB2XYZ- See Also:
- Constant Field Values
-
COLOR_XYZ2BGR
public static final int COLOR_XYZ2BGR- See Also:
- Constant Field Values
-
COLOR_XYZ2RGB
public static final int COLOR_XYZ2RGB- See Also:
- Constant Field Values
-
COLOR_BGR2YCrCb
public static final int COLOR_BGR2YCrCb- See Also:
- Constant Field Values
-
COLOR_RGB2YCrCb
public static final int COLOR_RGB2YCrCb- See Also:
- Constant Field Values
-
COLOR_YCrCb2BGR
public static final int COLOR_YCrCb2BGR- See Also:
- Constant Field Values
-
COLOR_YCrCb2RGB
public static final int COLOR_YCrCb2RGB- See Also:
- Constant Field Values
-
COLOR_BGR2HSV
public static final int COLOR_BGR2HSV- See Also:
- Constant Field Values
-
COLOR_RGB2HSV
public static final int COLOR_RGB2HSV- See Also:
- Constant Field Values
-
COLOR_BGR2Lab
public static final int COLOR_BGR2Lab- See Also:
- Constant Field Values
-
COLOR_RGB2Lab
public static final int COLOR_RGB2Lab- See Also:
- Constant Field Values
-
COLOR_BGR2Luv
public static final int COLOR_BGR2Luv- See Also:
- Constant Field Values
-
COLOR_RGB2Luv
public static final int COLOR_RGB2Luv- See Also:
- Constant Field Values
-
COLOR_BGR2HLS
public static final int COLOR_BGR2HLS- See Also:
- Constant Field Values
-
COLOR_RGB2HLS
public static final int COLOR_RGB2HLS- See Also:
- Constant Field Values
-
COLOR_HSV2BGR
public static final int COLOR_HSV2BGR- See Also:
- Constant Field Values
-
COLOR_HSV2RGB
public static final int COLOR_HSV2RGB- See Also:
- Constant Field Values
-
COLOR_Lab2BGR
public static final int COLOR_Lab2BGR- See Also:
- Constant Field Values
-
COLOR_Lab2RGB
public static final int COLOR_Lab2RGB- See Also:
- Constant Field Values
-
COLOR_Luv2BGR
public static final int COLOR_Luv2BGR- See Also:
- Constant Field Values
-
COLOR_Luv2RGB
public static final int COLOR_Luv2RGB- See Also:
- Constant Field Values
-
COLOR_HLS2BGR
public static final int COLOR_HLS2BGR- See Also:
- Constant Field Values
-
COLOR_HLS2RGB
public static final int COLOR_HLS2RGB- See Also:
- Constant Field Values
-
COLOR_BGR2HSV_FULL
public static final int COLOR_BGR2HSV_FULL- See Also:
- Constant Field Values
-
COLOR_RGB2HSV_FULL
public static final int COLOR_RGB2HSV_FULL- See Also:
- Constant Field Values
-
COLOR_BGR2HLS_FULL
public static final int COLOR_BGR2HLS_FULL- See Also:
- Constant Field Values
-
COLOR_RGB2HLS_FULL
public static final int COLOR_RGB2HLS_FULL- See Also:
- Constant Field Values
-
COLOR_HSV2BGR_FULL
public static final int COLOR_HSV2BGR_FULL- See Also:
- Constant Field Values
-
COLOR_HSV2RGB_FULL
public static final int COLOR_HSV2RGB_FULL- See Also:
- Constant Field Values
-
COLOR_HLS2BGR_FULL
public static final int COLOR_HLS2BGR_FULL- See Also:
- Constant Field Values
-
COLOR_HLS2RGB_FULL
public static final int COLOR_HLS2RGB_FULL- See Also:
- Constant Field Values
-
COLOR_LBGR2Lab
public static final int COLOR_LBGR2Lab- See Also:
- Constant Field Values
-
COLOR_LRGB2Lab
public static final int COLOR_LRGB2Lab- See Also:
- Constant Field Values
-
COLOR_LBGR2Luv
public static final int COLOR_LBGR2Luv- See Also:
- Constant Field Values
-
COLOR_LRGB2Luv
public static final int COLOR_LRGB2Luv- See Also:
- Constant Field Values
-
COLOR_Lab2LBGR
public static final int COLOR_Lab2LBGR- See Also:
- Constant Field Values
-
COLOR_Lab2LRGB
public static final int COLOR_Lab2LRGB- See Also:
- Constant Field Values
-
COLOR_Luv2LBGR
public static final int COLOR_Luv2LBGR- See Also:
- Constant Field Values
-
COLOR_Luv2LRGB
public static final int COLOR_Luv2LRGB- See Also:
- Constant Field Values
-
COLOR_BGR2YUV
public static final int COLOR_BGR2YUV- See Also:
- Constant Field Values
-
COLOR_RGB2YUV
public static final int COLOR_RGB2YUV- See Also:
- Constant Field Values
-
COLOR_YUV2BGR
public static final int COLOR_YUV2BGR- See Also:
- Constant Field Values
-
COLOR_YUV2RGB
public static final int COLOR_YUV2RGB- See Also:
- Constant Field Values
-
COLOR_YUV2RGB_NV12
public static final int COLOR_YUV2RGB_NV12- See Also:
- Constant Field Values
-
COLOR_YUV2BGR_NV12
public static final int COLOR_YUV2BGR_NV12- See Also:
- Constant Field Values
-
COLOR_YUV2RGB_NV21
public static final int COLOR_YUV2RGB_NV21- See Also:
- Constant Field Values
-
COLOR_YUV2BGR_NV21
public static final int COLOR_YUV2BGR_NV21- See Also:
- Constant Field Values
-
COLOR_YUV420sp2RGB
public static final int COLOR_YUV420sp2RGB- See Also:
- Constant Field Values
-
COLOR_YUV420sp2BGR
public static final int COLOR_YUV420sp2BGR- See Also:
- Constant Field Values
-
COLOR_YUV2RGBA_NV12
public static final int COLOR_YUV2RGBA_NV12- See Also:
- Constant Field Values
-
COLOR_YUV2BGRA_NV12
public static final int COLOR_YUV2BGRA_NV12- See Also:
- Constant Field Values
-
COLOR_YUV2RGBA_NV21
public static final int COLOR_YUV2RGBA_NV21- See Also:
- Constant Field Values
-
COLOR_YUV2BGRA_NV21
public static final int COLOR_YUV2BGRA_NV21- See Also:
- Constant Field Values
-
COLOR_YUV420sp2RGBA
public static final int COLOR_YUV420sp2RGBA- See Also:
- Constant Field Values
-
COLOR_YUV420sp2BGRA
public static final int COLOR_YUV420sp2BGRA- See Also:
- Constant Field Values
-
COLOR_YUV2RGB_YV12
public static final int COLOR_YUV2RGB_YV12- See Also:
- Constant Field Values
-
COLOR_YUV2BGR_YV12
public static final int COLOR_YUV2BGR_YV12- See Also:
- Constant Field Values
-
COLOR_YUV2RGB_IYUV
public static final int COLOR_YUV2RGB_IYUV- See Also:
- Constant Field Values
-
COLOR_YUV2BGR_IYUV
public static final int COLOR_YUV2BGR_IYUV- See Also:
- Constant Field Values
-
COLOR_YUV2RGB_I420
public static final int COLOR_YUV2RGB_I420- See Also:
- Constant Field Values
-
COLOR_YUV2BGR_I420
public static final int COLOR_YUV2BGR_I420- See Also:
- Constant Field Values
-
COLOR_YUV420p2RGB
public static final int COLOR_YUV420p2RGB- See Also:
- Constant Field Values
-
COLOR_YUV420p2BGR
public static final int COLOR_YUV420p2BGR- See Also:
- Constant Field Values
-
COLOR_YUV2RGBA_YV12
public static final int COLOR_YUV2RGBA_YV12- See Also:
- Constant Field Values
-
COLOR_YUV2BGRA_YV12
public static final int COLOR_YUV2BGRA_YV12- See Also:
- Constant Field Values
-
COLOR_YUV2RGBA_IYUV
public static final int COLOR_YUV2RGBA_IYUV- See Also:
- Constant Field Values
-
COLOR_YUV2BGRA_IYUV
public static final int COLOR_YUV2BGRA_IYUV- See Also:
- Constant Field Values
-
COLOR_YUV2RGBA_I420
public static final int COLOR_YUV2RGBA_I420- See Also:
- Constant Field Values
-
COLOR_YUV2BGRA_I420
public static final int COLOR_YUV2BGRA_I420- See Also:
- Constant Field Values
-
COLOR_YUV420p2RGBA
public static final int COLOR_YUV420p2RGBA- See Also:
- Constant Field Values
-
COLOR_YUV420p2BGRA
public static final int COLOR_YUV420p2BGRA- See Also:
- Constant Field Values
-
COLOR_YUV2GRAY_420
public static final int COLOR_YUV2GRAY_420- See Also:
- Constant Field Values
-
COLOR_YUV2GRAY_NV21
public static final int COLOR_YUV2GRAY_NV21- See Also:
- Constant Field Values
-
COLOR_YUV2GRAY_NV12
public static final int COLOR_YUV2GRAY_NV12- See Also:
- Constant Field Values
-
COLOR_YUV2GRAY_YV12
public static final int COLOR_YUV2GRAY_YV12- See Also:
- Constant Field Values
-
COLOR_YUV2GRAY_IYUV
public static final int COLOR_YUV2GRAY_IYUV- See Also:
- Constant Field Values
-
COLOR_YUV2GRAY_I420
public static final int COLOR_YUV2GRAY_I420- See Also:
- Constant Field Values
-
COLOR_YUV420sp2GRAY
public static final int COLOR_YUV420sp2GRAY- See Also:
- Constant Field Values
-
COLOR_YUV420p2GRAY
public static final int COLOR_YUV420p2GRAY- See Also:
- Constant Field Values
-
COLOR_YUV2RGB_UYVY
public static final int COLOR_YUV2RGB_UYVY- See Also:
- Constant Field Values
-
COLOR_YUV2BGR_UYVY
public static final int COLOR_YUV2BGR_UYVY- See Also:
- Constant Field Values
-
COLOR_YUV2RGB_Y422
public static final int COLOR_YUV2RGB_Y422- See Also:
- Constant Field Values
-
COLOR_YUV2BGR_Y422
public static final int COLOR_YUV2BGR_Y422- See Also:
- Constant Field Values
-
COLOR_YUV2RGB_UYNV
public static final int COLOR_YUV2RGB_UYNV- See Also:
- Constant Field Values
-
COLOR_YUV2BGR_UYNV
public static final int COLOR_YUV2BGR_UYNV- See Also:
- Constant Field Values
-
COLOR_YUV2RGBA_UYVY
public static final int COLOR_YUV2RGBA_UYVY- See Also:
- Constant Field Values
-
COLOR_YUV2BGRA_UYVY
public static final int COLOR_YUV2BGRA_UYVY- See Also:
- Constant Field Values
-
COLOR_YUV2RGBA_Y422
public static final int COLOR_YUV2RGBA_Y422- See Also:
- Constant Field Values
-
COLOR_YUV2BGRA_Y422
public static final int COLOR_YUV2BGRA_Y422- See Also:
- Constant Field Values
-
COLOR_YUV2RGBA_UYNV
public static final int COLOR_YUV2RGBA_UYNV- See Also:
- Constant Field Values
-
COLOR_YUV2BGRA_UYNV
public static final int COLOR_YUV2BGRA_UYNV- See Also:
- Constant Field Values
-
COLOR_YUV2RGB_YUY2
public static final int COLOR_YUV2RGB_YUY2- See Also:
- Constant Field Values
-
COLOR_YUV2BGR_YUY2
public static final int COLOR_YUV2BGR_YUY2- See Also:
- Constant Field Values
-
COLOR_YUV2RGB_YVYU
public static final int COLOR_YUV2RGB_YVYU- See Also:
- Constant Field Values
-
COLOR_YUV2BGR_YVYU
public static final int COLOR_YUV2BGR_YVYU- See Also:
- Constant Field Values
-
COLOR_YUV2RGB_YUYV
public static final int COLOR_YUV2RGB_YUYV- See Also:
- Constant Field Values
-
COLOR_YUV2BGR_YUYV
public static final int COLOR_YUV2BGR_YUYV- See Also:
- Constant Field Values
-
COLOR_YUV2RGB_YUNV
public static final int COLOR_YUV2RGB_YUNV- See Also:
- Constant Field Values
-
COLOR_YUV2BGR_YUNV
public static final int COLOR_YUV2BGR_YUNV- See Also:
- Constant Field Values
-
COLOR_YUV2RGBA_YUY2
public static final int COLOR_YUV2RGBA_YUY2- See Also:
- Constant Field Values
-
COLOR_YUV2BGRA_YUY2
public static final int COLOR_YUV2BGRA_YUY2- See Also:
- Constant Field Values
-
COLOR_YUV2RGBA_YVYU
public static final int COLOR_YUV2RGBA_YVYU- See Also:
- Constant Field Values
-
COLOR_YUV2BGRA_YVYU
public static final int COLOR_YUV2BGRA_YVYU- See Also:
- Constant Field Values
-
COLOR_YUV2RGBA_YUYV
public static final int COLOR_YUV2RGBA_YUYV- See Also:
- Constant Field Values
-
COLOR_YUV2BGRA_YUYV
public static final int COLOR_YUV2BGRA_YUYV- See Also:
- Constant Field Values
-
COLOR_YUV2RGBA_YUNV
public static final int COLOR_YUV2RGBA_YUNV- See Also:
- Constant Field Values
-
COLOR_YUV2BGRA_YUNV
public static final int COLOR_YUV2BGRA_YUNV- See Also:
- Constant Field Values
-
COLOR_YUV2GRAY_UYVY
public static final int COLOR_YUV2GRAY_UYVY- See Also:
- Constant Field Values
-
COLOR_YUV2GRAY_YUY2
public static final int COLOR_YUV2GRAY_YUY2- See Also:
- Constant Field Values
-
COLOR_YUV2GRAY_Y422
public static final int COLOR_YUV2GRAY_Y422- See Also:
- Constant Field Values
-
COLOR_YUV2GRAY_UYNV
public static final int COLOR_YUV2GRAY_UYNV- See Also:
- Constant Field Values
-
COLOR_YUV2GRAY_YVYU
public static final int COLOR_YUV2GRAY_YVYU- See Also:
- Constant Field Values
-
COLOR_YUV2GRAY_YUYV
public static final int COLOR_YUV2GRAY_YUYV- See Also:
- Constant Field Values
-
COLOR_YUV2GRAY_YUNV
public static final int COLOR_YUV2GRAY_YUNV- See Also:
- Constant Field Values
-
COLOR_RGBA2mRGBA
public static final int COLOR_RGBA2mRGBA- See Also:
- Constant Field Values
-
COLOR_mRGBA2RGBA
public static final int COLOR_mRGBA2RGBA- See Also:
- Constant Field Values
-
COLOR_RGB2YUV_I420
public static final int COLOR_RGB2YUV_I420- See Also:
- Constant Field Values
-
COLOR_BGR2YUV_I420
public static final int COLOR_BGR2YUV_I420- See Also:
- Constant Field Values
-
COLOR_RGB2YUV_IYUV
public static final int COLOR_RGB2YUV_IYUV- See Also:
- Constant Field Values
-
COLOR_BGR2YUV_IYUV
public static final int COLOR_BGR2YUV_IYUV- See Also:
- Constant Field Values
-
COLOR_RGBA2YUV_I420
public static final int COLOR_RGBA2YUV_I420- See Also:
- Constant Field Values
-
COLOR_BGRA2YUV_I420
public static final int COLOR_BGRA2YUV_I420- See Also:
- Constant Field Values
-
COLOR_RGBA2YUV_IYUV
public static final int COLOR_RGBA2YUV_IYUV- See Also:
- Constant Field Values
-
COLOR_BGRA2YUV_IYUV
public static final int COLOR_BGRA2YUV_IYUV- See Also:
- Constant Field Values
-
COLOR_RGB2YUV_YV12
public static final int COLOR_RGB2YUV_YV12- See Also:
- Constant Field Values
-
COLOR_BGR2YUV_YV12
public static final int COLOR_BGR2YUV_YV12- See Also:
- Constant Field Values
-
COLOR_RGBA2YUV_YV12
public static final int COLOR_RGBA2YUV_YV12- See Also:
- Constant Field Values
-
COLOR_BGRA2YUV_YV12
public static final int COLOR_BGRA2YUV_YV12- See Also:
- Constant Field Values
-
COLOR_BayerBG2BGR
public static final int COLOR_BayerBG2BGR- See Also:
- Constant Field Values
-
COLOR_BayerGB2BGR
public static final int COLOR_BayerGB2BGR- See Also:
- Constant Field Values
-
COLOR_BayerRG2BGR
public static final int COLOR_BayerRG2BGR- See Also:
- Constant Field Values
-
COLOR_BayerGR2BGR
public static final int COLOR_BayerGR2BGR- See Also:
- Constant Field Values
-
COLOR_BayerBG2RGB
public static final int COLOR_BayerBG2RGB- See Also:
- Constant Field Values
-
COLOR_BayerGB2RGB
public static final int COLOR_BayerGB2RGB- See Also:
- Constant Field Values
-
COLOR_BayerRG2RGB
public static final int COLOR_BayerRG2RGB- See Also:
- Constant Field Values
-
COLOR_BayerGR2RGB
public static final int COLOR_BayerGR2RGB- See Also:
- Constant Field Values
-
COLOR_BayerBG2GRAY
public static final int COLOR_BayerBG2GRAY- See Also:
- Constant Field Values
-
COLOR_BayerGB2GRAY
public static final int COLOR_BayerGB2GRAY- See Also:
- Constant Field Values
-
COLOR_BayerRG2GRAY
public static final int COLOR_BayerRG2GRAY- See Also:
- Constant Field Values
-
COLOR_BayerGR2GRAY
public static final int COLOR_BayerGR2GRAY- See Also:
- Constant Field Values
-
COLOR_BayerBG2BGR_VNG
public static final int COLOR_BayerBG2BGR_VNG- See Also:
- Constant Field Values
-
COLOR_BayerGB2BGR_VNG
public static final int COLOR_BayerGB2BGR_VNG- See Also:
- Constant Field Values
-
COLOR_BayerRG2BGR_VNG
public static final int COLOR_BayerRG2BGR_VNG- See Also:
- Constant Field Values
-
COLOR_BayerGR2BGR_VNG
public static final int COLOR_BayerGR2BGR_VNG- See Also:
- Constant Field Values
-
COLOR_BayerBG2RGB_VNG
public static final int COLOR_BayerBG2RGB_VNG- See Also:
- Constant Field Values
-
COLOR_BayerGB2RGB_VNG
public static final int COLOR_BayerGB2RGB_VNG- See Also:
- Constant Field Values
-
COLOR_BayerRG2RGB_VNG
public static final int COLOR_BayerRG2RGB_VNG- See Also:
- Constant Field Values
-
COLOR_BayerGR2RGB_VNG
public static final int COLOR_BayerGR2RGB_VNG- See Also:
- Constant Field Values
-
COLOR_BayerBG2BGR_EA
public static final int COLOR_BayerBG2BGR_EA- See Also:
- Constant Field Values
-
COLOR_BayerGB2BGR_EA
public static final int COLOR_BayerGB2BGR_EA- See Also:
- Constant Field Values
-
COLOR_BayerRG2BGR_EA
public static final int COLOR_BayerRG2BGR_EA- See Also:
- Constant Field Values
-
COLOR_BayerGR2BGR_EA
public static final int COLOR_BayerGR2BGR_EA- See Also:
- Constant Field Values
-
COLOR_BayerBG2RGB_EA
public static final int COLOR_BayerBG2RGB_EA- See Also:
- Constant Field Values
-
COLOR_BayerGB2RGB_EA
public static final int COLOR_BayerGB2RGB_EA- See Also:
- Constant Field Values
-
COLOR_BayerRG2RGB_EA
public static final int COLOR_BayerRG2RGB_EA- See Also:
- Constant Field Values
-
COLOR_BayerGR2RGB_EA
public static final int COLOR_BayerGR2RGB_EA- See Also:
- Constant Field Values
-
COLOR_BayerBG2BGRA
public static final int COLOR_BayerBG2BGRA- See Also:
- Constant Field Values
-
COLOR_BayerGB2BGRA
public static final int COLOR_BayerGB2BGRA- See Also:
- Constant Field Values
-
COLOR_BayerRG2BGRA
public static final int COLOR_BayerRG2BGRA- See Also:
- Constant Field Values
-
COLOR_BayerGR2BGRA
public static final int COLOR_BayerGR2BGRA- See Also:
- Constant Field Values
-
COLOR_BayerBG2RGBA
public static final int COLOR_BayerBG2RGBA- See Also:
- Constant Field Values
-
COLOR_BayerGB2RGBA
public static final int COLOR_BayerGB2RGBA- See Also:
- Constant Field Values
-
COLOR_BayerRG2RGBA
public static final int COLOR_BayerRG2RGBA- See Also:
- Constant Field Values
-
COLOR_BayerGR2RGBA
public static final int COLOR_BayerGR2RGBA- See Also:
- Constant Field Values
-
COLOR_COLORCVT_MAX
public static final int COLOR_COLORCVT_MAX- See Also:
- Constant Field Values
-
INTERSECT_NONE
public static final int INTERSECT_NONE- See Also:
- Constant Field Values
-
INTERSECT_PARTIAL
public static final int INTERSECT_PARTIAL- See Also:
- Constant Field Values
-
INTERSECT_FULL
public static final int INTERSECT_FULL- See Also:
- Constant Field Values
-
TM_SQDIFF
public static final int TM_SQDIFF- See Also:
- Constant Field Values
-
TM_SQDIFF_NORMED
public static final int TM_SQDIFF_NORMED- See Also:
- Constant Field Values
-
TM_CCORR
public static final int TM_CCORR- See Also:
- Constant Field Values
-
TM_CCORR_NORMED
public static final int TM_CCORR_NORMED- See Also:
- Constant Field Values
-
TM_CCOEFF
public static final int TM_CCOEFF- See Also:
- Constant Field Values
-
TM_CCOEFF_NORMED
public static final int TM_CCOEFF_NORMED- See Also:
- Constant Field Values
-
COLORMAP_AUTUMN
public static final int COLORMAP_AUTUMN- See Also:
- Constant Field Values
-
COLORMAP_BONE
public static final int COLORMAP_BONE- See Also:
- Constant Field Values
-
COLORMAP_JET
public static final int COLORMAP_JET- See Also:
- Constant Field Values
-
COLORMAP_WINTER
public static final int COLORMAP_WINTER- See Also:
- Constant Field Values
-
COLORMAP_RAINBOW
public static final int COLORMAP_RAINBOW- See Also:
- Constant Field Values
-
COLORMAP_OCEAN
public static final int COLORMAP_OCEAN- See Also:
- Constant Field Values
-
COLORMAP_SUMMER
public static final int COLORMAP_SUMMER- See Also:
- Constant Field Values
-
COLORMAP_SPRING
public static final int COLORMAP_SPRING- See Also:
- Constant Field Values
-
COLORMAP_COOL
public static final int COLORMAP_COOL- See Also:
- Constant Field Values
-
COLORMAP_HSV
public static final int COLORMAP_HSV- See Also:
- Constant Field Values
-
COLORMAP_PINK
public static final int COLORMAP_PINK- See Also:
- Constant Field Values
-
COLORMAP_HOT
public static final int COLORMAP_HOT- See Also:
- Constant Field Values
-
COLORMAP_PARULA
public static final int COLORMAP_PARULA- See Also:
- Constant Field Values
-
MARKER_CROSS
public static final int MARKER_CROSS- See Also:
- Constant Field Values
-
MARKER_TILTED_CROSS
public static final int MARKER_TILTED_CROSS- See Also:
- Constant Field Values
-
MARKER_STAR
public static final int MARKER_STAR- See Also:
- Constant Field Values
-
MARKER_DIAMOND
public static final int MARKER_DIAMOND- See Also:
- Constant Field Values
-
MARKER_SQUARE
public static final int MARKER_SQUARE- See Also:
- Constant Field Values
-
MARKER_TRIANGLE_UP
public static final int MARKER_TRIANGLE_UP- See Also:
- Constant Field Values
-
MARKER_TRIANGLE_DOWN
public static final int MARKER_TRIANGLE_DOWN- See Also:
- Constant Field Values
-
-
Constructor Details
-
Imgproc
public Imgproc()
-
-
Method Details
-
getAffineTransform
-
getDefaultNewCameraMatrix
-
getDefaultNewCameraMatrix
-
getGaborKernel
-
getGaborKernel
-
getGaussianKernel
-
getGaussianKernel
-
getPerspectiveTransform
-
getRotationMatrix2D
-
getStructuringElement
-
getStructuringElement
-
moments
-
moments
-
phaseCorrelate
-
phaseCorrelate
-
createCLAHE
-
createCLAHE
-
createLineSegmentDetector
public static LineSegmentDetector createLineSegmentDetector(int _refine, double _scale, double _sigma_scale, double _quant, double _ang_th, double _log_eps, double _density_th, int _n_bins) -
createLineSegmentDetector
-
boundingRect
-
fitEllipse
-
fitEllipseAMS
-
fitEllipseDirect
-
minAreaRect
-
clipLine
-
isContourConvex
-
arcLength
-
compareHist
-
contourArea
-
contourArea
-
getFontScaleFromHeight
public static double getFontScaleFromHeight(int fontFace, int pixelHeight, int thickness) -
getFontScaleFromHeight
public static double getFontScaleFromHeight(int fontFace, int pixelHeight) -
matchShapes
-
minEnclosingTriangle
-
pointPolygonTest
-
threshold
-
initWideAngleProjMap
-
initWideAngleProjMap
-
intersectConvexConvex
-
intersectConvexConvex
-
EMD
-
EMD
-
connectedComponentsWithAlgorithm
-
connectedComponents
-
connectedComponents
-
connectedComponentsWithStatsWithAlgorithm
-
connectedComponentsWithStats
-
connectedComponentsWithStats
-
floodFill
-
floodFill
-
rotatedRectangleIntersection
public static int rotatedRectangleIntersection(RotatedRect rect1, RotatedRect rect2, Mat intersectingRegion) -
Canny
-
Canny
-
Canny
-
Canny
-
GaussianBlur
-
GaussianBlur
-
GaussianBlur
-
HoughCircles
-
HoughCircles
-
HoughLines
-
HoughLines
-
HoughLinesP
-
HoughLinesP
-
HoughLinesPointSet
-
HuMoments
-
Laplacian
-
Laplacian
-
Laplacian
-
Scharr
-
Scharr
-
Scharr
-
Sobel
-
Sobel
-
Sobel
-
accumulate
-
accumulate
-
accumulateProduct
-
accumulateProduct
-
accumulateSquare
-
accumulateSquare
-
accumulateWeighted
-
accumulateWeighted
-
adaptiveThreshold
-
applyColorMap
-
applyColorMap
-
approxPolyDP
public static void approxPolyDP(MatOfPoint2f curve, MatOfPoint2f approxCurve, double epsilon, boolean closed) -
arrowedLine
-
arrowedLine
-
bilateralFilter
-
bilateralFilter
-
blur
-
blur
-
blur
-
boxFilter
-
boxFilter
-
boxFilter
-
boxPoints
-
calcBackProject
-
calcHist
-
calcHist
-
circle
-
circle
-
circle
-
convertMaps
-
convertMaps
-
convexHull
-
convexHull
-
convexityDefects
public static void convexityDefects(MatOfPoint contour, MatOfInt convexhull, MatOfInt4 convexityDefects) -
cornerEigenValsAndVecs
-
cornerEigenValsAndVecs
-
cornerHarris
-
cornerHarris
-
cornerMinEigenVal
-
cornerMinEigenVal
-
cornerMinEigenVal
-
cornerSubPix
public static void cornerSubPix(Mat image, Mat corners, Size winSize, Size zeroZone, TermCriteria criteria) -
createHanningWindow
-
cvtColor
-
cvtColor
-
cvtColorTwoPlane
-
demosaicing
-
demosaicing
-
dilate
-
dilate
-
dilate
-
distanceTransformWithLabels
-
distanceTransformWithLabels
-
distanceTransform
-
distanceTransform
-
drawContours
-
drawContours
public static void drawContours(Mat image, List<MatOfPoint> contours, int contourIdx, Scalar color, int thickness) -
drawContours
public static void drawContours(Mat image, List<MatOfPoint> contours, int contourIdx, Scalar color) -
drawMarker
-
drawMarker
-
ellipse
-
ellipse
-
ellipse
-
ellipse
-
ellipse
-
ellipse
-
ellipse2Poly
public static void ellipse2Poly(Point center, Size axes, int angle, int arcStart, int arcEnd, int delta, MatOfPoint pts) -
equalizeHist
-
erode
-
erode
-
erode
-
fillConvexPoly
public static void fillConvexPoly(Mat img, MatOfPoint points, Scalar color, int lineType, int shift) -
fillConvexPoly
-
fillPoly
public static void fillPoly(Mat img, List<MatOfPoint> pts, Scalar color, int lineType, int shift, Point offset) -
fillPoly
-
filter2D
-
filter2D
-
filter2D
-
findContours
public static void findContours(Mat image, List<MatOfPoint> contours, Mat hierarchy, int mode, int method, Point offset) -
findContours
public static void findContours(Mat image, List<MatOfPoint> contours, Mat hierarchy, int mode, int method) -
fitLine
-
getDerivKernels
-
getDerivKernels
-
getRectSubPix
-
getRectSubPix
-
goodFeaturesToTrack
public static void goodFeaturesToTrack(Mat image, MatOfPoint corners, int maxCorners, double qualityLevel, double minDistance, Mat mask, int blockSize, int gradientSize, boolean useHarrisDetector, double k) -
goodFeaturesToTrack
public static void goodFeaturesToTrack(Mat image, MatOfPoint corners, int maxCorners, double qualityLevel, double minDistance, Mat mask, int blockSize, int gradientSize) -
goodFeaturesToTrack
public static void goodFeaturesToTrack(Mat image, MatOfPoint corners, int maxCorners, double qualityLevel, double minDistance, Mat mask, int blockSize, boolean useHarrisDetector, double k) -
goodFeaturesToTrack
public static void goodFeaturesToTrack(Mat image, MatOfPoint corners, int maxCorners, double qualityLevel, double minDistance) -
grabCut
-
grabCut
-
initUndistortRectifyMap
-
integral3
-
integral3
-
integral2
-
integral2
-
integral
-
integral
-
invertAffineTransform
-
line
-
line
-
line
-
linearPolar
@Deprecated public static void linearPolar(Mat src, Mat dst, Point center, double maxRadius, int flags)Deprecated. -
logPolar
Deprecated. -
matchTemplate
-
matchTemplate
-
medianBlur
-
minEnclosingCircle
-
morphologyEx
-
morphologyEx
-
morphologyEx
-
polylines
public static void polylines(Mat img, List<MatOfPoint> pts, boolean isClosed, Scalar color, int thickness, int lineType, int shift) -
polylines
public static void polylines(Mat img, List<MatOfPoint> pts, boolean isClosed, Scalar color, int thickness) -
polylines
-
preCornerDetect
-
preCornerDetect
-
putText
-
putText
-
putText
-
pyrDown
-
pyrDown
-
pyrDown
-
pyrMeanShiftFiltering
public static void pyrMeanShiftFiltering(Mat src, Mat dst, double sp, double sr, int maxLevel, TermCriteria termcrit) -
pyrMeanShiftFiltering
-
pyrUp
-
pyrUp
-
pyrUp
-
rectangle
-
rectangle
-
rectangle
-
remap
-
remap
-
resize
-
resize
-
sepFilter2D
-
sepFilter2D
-
sepFilter2D
-
spatialGradient
-
spatialGradient
-
spatialGradient
-
sqrBoxFilter
-
sqrBoxFilter
-
sqrBoxFilter
-
undistort
-
undistort
-
undistortPointsIter
-
undistortPoints
-
undistortPoints
-
warpAffine
-
warpAffine
-
warpAffine
-
warpPerspective
-
warpPerspective
-
warpPerspective
-
warpPolar
-
watershed
-
getTextSize
-