org.opencv.imgproc
Class Imgproc
java.lang.Object
org.opencv.imgproc.Imgproc
public class Imgproc
- extends java.lang.Object
Method Summary |
static void |
accumulate(Mat src,
Mat dst)
|
static void |
accumulate(Mat src,
Mat dst,
Mat mask)
|
static void |
accumulateProduct(Mat src1,
Mat src2,
Mat dst)
|
static void |
accumulateProduct(Mat src1,
Mat src2,
Mat dst,
Mat mask)
|
static void |
accumulateSquare(Mat src,
Mat dst)
|
static void |
accumulateSquare(Mat src,
Mat dst,
Mat mask)
|
static void |
accumulateWeighted(Mat src,
Mat dst,
double alpha)
|
static void |
accumulateWeighted(Mat src,
Mat dst,
double alpha,
Mat mask)
|
static void |
adaptiveThreshold(Mat src,
Mat dst,
double maxValue,
int adaptiveMethod,
int thresholdType,
int blockSize,
double C)
|
static void |
applyColorMap(Mat src,
Mat dst,
int colormap)
|
static void |
approxPolyDP(MatOfPoint2f curve,
MatOfPoint2f approxCurve,
double epsilon,
boolean closed)
|
static double |
arcLength(MatOfPoint2f curve,
boolean closed)
|
static void |
arrowedLine(Mat img,
Point pt1,
Point pt2,
Scalar color)
|
static void |
arrowedLine(Mat img,
Point pt1,
Point pt2,
Scalar color,
int thickness,
int line_type,
int shift,
double tipLength)
|
static void |
bilateralFilter(Mat src,
Mat dst,
int d,
double sigmaColor,
double sigmaSpace)
|
static void |
bilateralFilter(Mat src,
Mat dst,
int d,
double sigmaColor,
double sigmaSpace,
int borderType)
|
static void |
blur(Mat src,
Mat dst,
Size ksize)
|
static void |
blur(Mat src,
Mat dst,
Size ksize,
Point anchor)
|
static void |
blur(Mat src,
Mat dst,
Size ksize,
Point anchor,
int borderType)
|
static Rect |
boundingRect(MatOfPoint points)
|
static void |
boxFilter(Mat src,
Mat dst,
int ddepth,
Size ksize)
|
static void |
boxFilter(Mat src,
Mat dst,
int ddepth,
Size ksize,
Point anchor,
boolean normalize)
|
static void |
boxFilter(Mat src,
Mat dst,
int ddepth,
Size ksize,
Point anchor,
boolean normalize,
int borderType)
|
static void |
boxPoints(RotatedRect box,
Mat points)
|
static void |
calcBackProject(java.util.List<Mat> images,
MatOfInt channels,
Mat hist,
Mat dst,
MatOfFloat ranges,
double scale)
|
static void |
calcHist(java.util.List<Mat> images,
MatOfInt channels,
Mat mask,
Mat hist,
MatOfInt histSize,
MatOfFloat ranges)
|
static void |
calcHist(java.util.List<Mat> images,
MatOfInt channels,
Mat mask,
Mat hist,
MatOfInt histSize,
MatOfFloat ranges,
boolean accumulate)
|
static void |
Canny(Mat image,
Mat edges,
double threshold1,
double threshold2)
|
static void |
Canny(Mat image,
Mat edges,
double threshold1,
double threshold2,
int apertureSize,
boolean L2gradient)
|
static void |
circle(Mat img,
Point center,
int radius,
Scalar color)
|
static void |
circle(Mat img,
Point center,
int radius,
Scalar color,
int thickness)
|
static void |
circle(Mat img,
Point center,
int radius,
Scalar color,
int thickness,
int lineType,
int shift)
|
static boolean |
clipLine(Rect imgRect,
Point pt1,
Point pt2)
|
static double |
compareHist(Mat H1,
Mat H2,
int method)
|
static int |
connectedComponents(Mat image,
Mat labels)
|
static int |
connectedComponents(Mat image,
Mat labels,
int connectivity,
int ltype)
|
static int |
connectedComponentsWithStats(Mat image,
Mat labels,
Mat stats,
Mat centroids)
|
static int |
connectedComponentsWithStats(Mat image,
Mat labels,
Mat stats,
Mat centroids,
int connectivity,
int ltype)
|
static double |
contourArea(Mat contour)
|
static double |
contourArea(Mat contour,
boolean oriented)
|
static void |
convertMaps(Mat map1,
Mat map2,
Mat dstmap1,
Mat dstmap2,
int dstmap1type)
|
static void |
convertMaps(Mat map1,
Mat map2,
Mat dstmap1,
Mat dstmap2,
int dstmap1type,
boolean nninterpolation)
|
static void |
convexHull(MatOfPoint points,
MatOfInt hull)
|
static void |
convexHull(MatOfPoint points,
MatOfInt hull,
boolean clockwise)
|
static void |
convexityDefects(MatOfPoint contour,
MatOfInt convexhull,
MatOfInt4 convexityDefects)
|
static void |
cornerEigenValsAndVecs(Mat src,
Mat dst,
int blockSize,
int ksize)
|
static void |
cornerEigenValsAndVecs(Mat src,
Mat dst,
int blockSize,
int ksize,
int borderType)
|
static void |
cornerHarris(Mat src,
Mat dst,
int blockSize,
int ksize,
double k)
|
static void |
cornerHarris(Mat src,
Mat dst,
int blockSize,
int ksize,
double k,
int borderType)
|
static void |
cornerMinEigenVal(Mat src,
Mat dst,
int blockSize)
|
static void |
cornerMinEigenVal(Mat src,
Mat dst,
int blockSize,
int ksize)
|
static void |
cornerMinEigenVal(Mat src,
Mat dst,
int blockSize,
int ksize,
int borderType)
|
static void |
cornerSubPix(Mat image,
MatOfPoint2f corners,
Size winSize,
Size zeroZone,
TermCriteria criteria)
|
static CLAHE |
createCLAHE()
|
static CLAHE |
createCLAHE(double clipLimit,
Size tileGridSize)
|
static void |
createHanningWindow(Mat dst,
Size winSize,
int type)
|
static LineSegmentDetector |
createLineSegmentDetector()
|
static LineSegmentDetector |
createLineSegmentDetector(int _refine,
double _scale,
double _sigma_scale,
double _quant,
double _ang_th,
double _log_eps,
double _density_th,
int _n_bins)
|
static void |
cvtColor(Mat src,
Mat dst,
int code)
|
static void |
cvtColor(Mat src,
Mat dst,
int code,
int dstCn)
|
static void |
demosaicing(Mat _src,
Mat _dst,
int code)
|
static void |
demosaicing(Mat _src,
Mat _dst,
int code,
int dcn)
|
static void |
dilate(Mat src,
Mat dst,
Mat kernel)
|
static void |
dilate(Mat src,
Mat dst,
Mat kernel,
Point anchor,
int iterations)
|
static void |
dilate(Mat src,
Mat dst,
Mat kernel,
Point anchor,
int iterations,
int borderType,
Scalar borderValue)
|
static void |
distanceTransform(Mat src,
Mat dst,
int distanceType,
int maskSize)
|
static void |
distanceTransform(Mat src,
Mat dst,
int distanceType,
int maskSize,
int dstType)
|
static void |
distanceTransformWithLabels(Mat src,
Mat dst,
Mat labels,
int distanceType,
int maskSize)
|
static void |
distanceTransformWithLabels(Mat src,
Mat dst,
Mat labels,
int distanceType,
int maskSize,
int labelType)
|
static void |
drawContours(Mat image,
java.util.List<MatOfPoint> contours,
int contourIdx,
Scalar color)
|
static void |
drawContours(Mat image,
java.util.List<MatOfPoint> contours,
int contourIdx,
Scalar color,
int thickness)
|
static void |
drawContours(Mat image,
java.util.List<MatOfPoint> contours,
int contourIdx,
Scalar color,
int thickness,
int lineType,
Mat hierarchy,
int maxLevel,
Point offset)
|
static void |
ellipse(Mat img,
Point center,
Size axes,
double angle,
double startAngle,
double endAngle,
Scalar color)
|
static void |
ellipse(Mat img,
Point center,
Size axes,
double angle,
double startAngle,
double endAngle,
Scalar color,
int thickness)
|
static void |
ellipse(Mat img,
Point center,
Size axes,
double angle,
double startAngle,
double endAngle,
Scalar color,
int thickness,
int lineType,
int shift)
|
static void |
ellipse(Mat img,
RotatedRect box,
Scalar color)
|
static void |
ellipse(Mat img,
RotatedRect box,
Scalar color,
int thickness)
|
static void |
ellipse(Mat img,
RotatedRect box,
Scalar color,
int thickness,
int lineType)
|
static void |
ellipse2Poly(Point center,
Size axes,
int angle,
int arcStart,
int arcEnd,
int delta,
MatOfPoint pts)
|
static void |
equalizeHist(Mat src,
Mat dst)
|
static void |
erode(Mat src,
Mat dst,
Mat kernel)
|
static void |
erode(Mat src,
Mat dst,
Mat kernel,
Point anchor,
int iterations)
|
static void |
erode(Mat src,
Mat dst,
Mat kernel,
Point anchor,
int iterations,
int borderType,
Scalar borderValue)
|
static void |
fillConvexPoly(Mat img,
MatOfPoint points,
Scalar color)
|
static void |
fillConvexPoly(Mat img,
MatOfPoint points,
Scalar color,
int lineType,
int shift)
|
static void |
fillPoly(Mat img,
java.util.List<MatOfPoint> pts,
Scalar color)
|
static void |
fillPoly(Mat img,
java.util.List<MatOfPoint> pts,
Scalar color,
int lineType,
int shift,
Point offset)
|
static void |
filter2D(Mat src,
Mat dst,
int ddepth,
Mat kernel)
|
static void |
filter2D(Mat src,
Mat dst,
int ddepth,
Mat kernel,
Point anchor,
double delta)
|
static void |
filter2D(Mat src,
Mat dst,
int ddepth,
Mat kernel,
Point anchor,
double delta,
int borderType)
|
static void |
findContours(Mat image,
java.util.List<MatOfPoint> contours,
Mat hierarchy,
int mode,
int method)
|
static void |
findContours(Mat image,
java.util.List<MatOfPoint> contours,
Mat hierarchy,
int mode,
int method,
Point offset)
|
static RotatedRect |
fitEllipse(MatOfPoint2f points)
|
static void |
fitLine(Mat points,
Mat line,
int distType,
double param,
double reps,
double aeps)
|
static int |
floodFill(Mat image,
Mat mask,
Point seedPoint,
Scalar newVal)
|
static int |
floodFill(Mat image,
Mat mask,
Point seedPoint,
Scalar newVal,
Rect rect,
Scalar loDiff,
Scalar upDiff,
int flags)
|
static void |
GaussianBlur(Mat src,
Mat dst,
Size ksize,
double sigmaX)
|
static void |
GaussianBlur(Mat src,
Mat dst,
Size ksize,
double sigmaX,
double sigmaY)
|
static void |
GaussianBlur(Mat src,
Mat dst,
Size ksize,
double sigmaX,
double sigmaY,
int borderType)
|
static Mat |
getAffineTransform(MatOfPoint2f src,
MatOfPoint2f dst)
|
static Mat |
getDefaultNewCameraMatrix(Mat cameraMatrix)
|
static Mat |
getDefaultNewCameraMatrix(Mat cameraMatrix,
Size imgsize,
boolean centerPrincipalPoint)
|
static void |
getDerivKernels(Mat kx,
Mat ky,
int dx,
int dy,
int ksize)
|
static void |
getDerivKernels(Mat kx,
Mat ky,
int dx,
int dy,
int ksize,
boolean normalize,
int ktype)
|
static Mat |
getGaborKernel(Size ksize,
double sigma,
double theta,
double lambd,
double gamma)
|
static Mat |
getGaborKernel(Size ksize,
double sigma,
double theta,
double lambd,
double gamma,
double psi,
int ktype)
|
static Mat |
getGaussianKernel(int ksize,
double sigma)
|
static Mat |
getGaussianKernel(int ksize,
double sigma,
int ktype)
|
static Mat |
getPerspectiveTransform(Mat src,
Mat dst)
|
static void |
getRectSubPix(Mat image,
Size patchSize,
Point center,
Mat patch)
|
static void |
getRectSubPix(Mat image,
Size patchSize,
Point center,
Mat patch,
int patchType)
|
static Mat |
getRotationMatrix2D(Point center,
double angle,
double scale)
|
static Mat |
getStructuringElement(int shape,
Size ksize)
|
static Mat |
getStructuringElement(int shape,
Size ksize,
Point anchor)
|
static Size |
getTextSize(java.lang.String text,
int fontFace,
double fontScale,
int thickness,
int[] baseLine)
|
static void |
goodFeaturesToTrack(Mat image,
MatOfPoint corners,
int maxCorners,
double qualityLevel,
double minDistance)
|
static void |
goodFeaturesToTrack(Mat image,
MatOfPoint corners,
int maxCorners,
double qualityLevel,
double minDistance,
Mat mask,
int blockSize,
boolean useHarrisDetector,
double k)
|
static void |
grabCut(Mat img,
Mat mask,
Rect rect,
Mat bgdModel,
Mat fgdModel,
int iterCount)
|
static void |
grabCut(Mat img,
Mat mask,
Rect rect,
Mat bgdModel,
Mat fgdModel,
int iterCount,
int mode)
|
static void |
HoughCircles(Mat image,
Mat circles,
int method,
double dp,
double minDist)
|
static void |
HoughCircles(Mat image,
Mat circles,
int method,
double dp,
double minDist,
double param1,
double param2,
int minRadius,
int maxRadius)
|
static void |
HoughLines(Mat image,
Mat lines,
double rho,
double theta,
int threshold)
|
static void |
HoughLines(Mat image,
Mat lines,
double rho,
double theta,
int threshold,
double srn,
double stn,
double min_theta,
double max_theta)
|
static void |
HoughLinesP(Mat image,
Mat lines,
double rho,
double theta,
int threshold)
|
static void |
HoughLinesP(Mat image,
Mat lines,
double rho,
double theta,
int threshold,
double minLineLength,
double maxLineGap)
|
static void |
initUndistortRectifyMap(Mat cameraMatrix,
Mat distCoeffs,
Mat R,
Mat newCameraMatrix,
Size size,
int m1type,
Mat map1,
Mat map2)
|
static float |
initWideAngleProjMap(Mat cameraMatrix,
Mat distCoeffs,
Size imageSize,
int destImageWidth,
int m1type,
Mat map1,
Mat map2)
|
static float |
initWideAngleProjMap(Mat cameraMatrix,
Mat distCoeffs,
Size imageSize,
int destImageWidth,
int m1type,
Mat map1,
Mat map2,
int projType,
double alpha)
|
static void |
integral(Mat src,
Mat sum)
|
static void |
integral(Mat src,
Mat sum,
int sdepth)
|
static void |
integral2(Mat src,
Mat sum,
Mat sqsum)
|
static void |
integral2(Mat src,
Mat sum,
Mat sqsum,
int sdepth,
int sqdepth)
|
static void |
integral3(Mat src,
Mat sum,
Mat sqsum,
Mat tilted)
|
static void |
integral3(Mat src,
Mat sum,
Mat sqsum,
Mat tilted,
int sdepth,
int sqdepth)
|
static float |
intersectConvexConvex(Mat _p1,
Mat _p2,
Mat _p12)
|
static float |
intersectConvexConvex(Mat _p1,
Mat _p2,
Mat _p12,
boolean handleNested)
|
static void |
invertAffineTransform(Mat M,
Mat iM)
|
static boolean |
isContourConvex(MatOfPoint contour)
|
static void |
Laplacian(Mat src,
Mat dst,
int ddepth)
|
static void |
Laplacian(Mat src,
Mat dst,
int ddepth,
int ksize,
double scale,
double delta)
|
static void |
Laplacian(Mat src,
Mat dst,
int ddepth,
int ksize,
double scale,
double delta,
int borderType)
|
static void |
line(Mat img,
Point pt1,
Point pt2,
Scalar color)
|
static void |
line(Mat img,
Point pt1,
Point pt2,
Scalar color,
int thickness)
|
static void |
line(Mat img,
Point pt1,
Point pt2,
Scalar color,
int thickness,
int lineType,
int shift)
|
static void |
linearPolar(Mat src,
Mat dst,
Point center,
double maxRadius,
int flags)
|
static void |
logPolar(Mat src,
Mat dst,
Point center,
double M,
int flags)
|
static double |
matchShapes(Mat contour1,
Mat contour2,
int method,
double parameter)
|
static void |
matchTemplate(Mat image,
Mat templ,
Mat result,
int method)
|
static void |
matchTemplate(Mat image,
Mat templ,
Mat result,
int method,
Mat mask)
|
static void |
medianBlur(Mat src,
Mat dst,
int ksize)
|
static RotatedRect |
minAreaRect(MatOfPoint2f points)
|
static void |
minEnclosingCircle(MatOfPoint2f points,
Point center,
float[] radius)
|
static double |
minEnclosingTriangle(Mat points,
Mat triangle)
|
static void |
morphologyEx(Mat src,
Mat dst,
int op,
Mat kernel)
|
static void |
morphologyEx(Mat src,
Mat dst,
int op,
Mat kernel,
Point anchor,
int iterations)
|
static void |
morphologyEx(Mat src,
Mat dst,
int op,
Mat kernel,
Point anchor,
int iterations,
int borderType,
Scalar borderValue)
|
static Point |
phaseCorrelate(Mat src1,
Mat src2)
|
static Point |
phaseCorrelate(Mat src1,
Mat src2,
Mat window,
double[] response)
|
static double |
pointPolygonTest(MatOfPoint2f contour,
Point pt,
boolean measureDist)
|
static void |
polylines(Mat img,
java.util.List<MatOfPoint> pts,
boolean isClosed,
Scalar color)
|
static void |
polylines(Mat img,
java.util.List<MatOfPoint> pts,
boolean isClosed,
Scalar color,
int thickness)
|
static void |
polylines(Mat img,
java.util.List<MatOfPoint> pts,
boolean isClosed,
Scalar color,
int thickness,
int lineType,
int shift)
|
static void |
preCornerDetect(Mat src,
Mat dst,
int ksize)
|
static void |
preCornerDetect(Mat src,
Mat dst,
int ksize,
int borderType)
|
static void |
putText(Mat img,
java.lang.String text,
Point org,
int fontFace,
double fontScale,
Scalar color)
|
static void |
putText(Mat img,
java.lang.String text,
Point org,
int fontFace,
double fontScale,
Scalar color,
int thickness)
|
static void |
putText(Mat img,
java.lang.String text,
Point org,
int fontFace,
double fontScale,
Scalar color,
int thickness,
int lineType,
boolean bottomLeftOrigin)
|
static void |
pyrDown(Mat src,
Mat dst)
|
static void |
pyrDown(Mat src,
Mat dst,
Size dstsize)
|
static void |
pyrDown(Mat src,
Mat dst,
Size dstsize,
int borderType)
|
static void |
pyrMeanShiftFiltering(Mat src,
Mat dst,
double sp,
double sr)
|
static void |
pyrMeanShiftFiltering(Mat src,
Mat dst,
double sp,
double sr,
int maxLevel,
TermCriteria termcrit)
|
static void |
pyrUp(Mat src,
Mat dst)
|
static void |
pyrUp(Mat src,
Mat dst,
Size dstsize)
|
static void |
pyrUp(Mat src,
Mat dst,
Size dstsize,
int borderType)
|
static void |
rectangle(Mat img,
Point pt1,
Point pt2,
Scalar color)
|
static void |
rectangle(Mat img,
Point pt1,
Point pt2,
Scalar color,
int thickness)
|
static void |
rectangle(Mat img,
Point pt1,
Point pt2,
Scalar color,
int thickness,
int lineType,
int shift)
|
static void |
remap(Mat src,
Mat dst,
Mat map1,
Mat map2,
int interpolation)
|
static void |
remap(Mat src,
Mat dst,
Mat map1,
Mat map2,
int interpolation,
int borderMode,
Scalar borderValue)
|
static void |
resize(Mat src,
Mat dst,
Size dsize)
|
static void |
resize(Mat src,
Mat dst,
Size dsize,
double fx,
double fy,
int interpolation)
|
static int |
rotatedRectangleIntersection(RotatedRect rect1,
RotatedRect rect2,
Mat intersectingRegion)
|
static void |
Scharr(Mat src,
Mat dst,
int ddepth,
int dx,
int dy)
|
static void |
Scharr(Mat src,
Mat dst,
int ddepth,
int dx,
int dy,
double scale,
double delta)
|
static void |
Scharr(Mat src,
Mat dst,
int ddepth,
int dx,
int dy,
double scale,
double delta,
int borderType)
|
static void |
sepFilter2D(Mat src,
Mat dst,
int ddepth,
Mat kernelX,
Mat kernelY)
|
static void |
sepFilter2D(Mat src,
Mat dst,
int ddepth,
Mat kernelX,
Mat kernelY,
Point anchor,
double delta)
|
static void |
sepFilter2D(Mat src,
Mat dst,
int ddepth,
Mat kernelX,
Mat kernelY,
Point anchor,
double delta,
int borderType)
|
static void |
Sobel(Mat src,
Mat dst,
int ddepth,
int dx,
int dy)
|
static void |
Sobel(Mat src,
Mat dst,
int ddepth,
int dx,
int dy,
int ksize,
double scale,
double delta)
|
static void |
Sobel(Mat src,
Mat dst,
int ddepth,
int dx,
int dy,
int ksize,
double scale,
double delta,
int borderType)
|
static void |
sqrBoxFilter(Mat _src,
Mat _dst,
int ddepth,
Size ksize)
|
static void |
sqrBoxFilter(Mat _src,
Mat _dst,
int ddepth,
Size ksize,
Point anchor,
boolean normalize)
|
static void |
sqrBoxFilter(Mat _src,
Mat _dst,
int ddepth,
Size ksize,
Point anchor,
boolean normalize,
int borderType)
|
static double |
threshold(Mat src,
Mat dst,
double thresh,
double maxval,
int type)
|
static void |
undistort(Mat src,
Mat dst,
Mat cameraMatrix,
Mat distCoeffs)
|
static void |
undistort(Mat src,
Mat dst,
Mat cameraMatrix,
Mat distCoeffs,
Mat newCameraMatrix)
|
static void |
undistortPoints(MatOfPoint2f src,
MatOfPoint2f dst,
Mat cameraMatrix,
Mat distCoeffs)
|
static void |
undistortPoints(MatOfPoint2f src,
MatOfPoint2f dst,
Mat cameraMatrix,
Mat distCoeffs,
Mat R,
Mat P)
|
static void |
warpAffine(Mat src,
Mat dst,
Mat M,
Size dsize)
|
static void |
warpAffine(Mat src,
Mat dst,
Mat M,
Size dsize,
int flags)
|
static void |
warpAffine(Mat src,
Mat dst,
Mat M,
Size dsize,
int flags,
int borderMode,
Scalar borderValue)
|
static void |
warpPerspective(Mat src,
Mat dst,
Mat M,
Size dsize)
|
static void |
warpPerspective(Mat src,
Mat dst,
Mat M,
Size dsize,
int flags)
|
static void |
warpPerspective(Mat src,
Mat dst,
Mat M,
Size dsize,
int flags,
int borderMode,
Scalar borderValue)
|
static void |
watershed(Mat image,
Mat markers)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ADAPTIVE_THRESH_GAUSSIAN_C
public static final int ADAPTIVE_THRESH_GAUSSIAN_C
- See Also:
- Constant Field Values
ADAPTIVE_THRESH_MEAN_C
public static final int ADAPTIVE_THRESH_MEAN_C
- See Also:
- Constant Field Values
CC_STAT_AREA
public static final int CC_STAT_AREA
- See Also:
- Constant Field Values
CC_STAT_HEIGHT
public static final int CC_STAT_HEIGHT
- See Also:
- Constant Field Values
CC_STAT_LEFT
public static final int CC_STAT_LEFT
- See Also:
- Constant Field Values
CC_STAT_MAX
public static final int CC_STAT_MAX
- 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
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_KCOS
public static final int CHAIN_APPROX_TC89_KCOS
- See Also:
- Constant Field Values
CHAIN_APPROX_TC89_L1
public static final int CHAIN_APPROX_TC89_L1
- See Also:
- Constant Field Values
COLOR_BayerBG2BGR
public static final int COLOR_BayerBG2BGR
- See Also:
- Constant Field Values
COLOR_BayerBG2BGR_EA
public static final int COLOR_BayerBG2BGR_EA
- See Also:
- Constant Field Values
COLOR_BayerBG2BGR_VNG
public static final int COLOR_BayerBG2BGR_VNG
- See Also:
- Constant Field Values
COLOR_BayerBG2GRAY
public static final int COLOR_BayerBG2GRAY
- See Also:
- Constant Field Values
COLOR_BayerBG2RGB
public static final int COLOR_BayerBG2RGB
- See Also:
- Constant Field Values
COLOR_BayerBG2RGB_EA
public static final int COLOR_BayerBG2RGB_EA
- See Also:
- Constant Field Values
COLOR_BayerBG2RGB_VNG
public static final int COLOR_BayerBG2RGB_VNG
- See Also:
- Constant Field Values
COLOR_BayerGB2BGR
public static final int COLOR_BayerGB2BGR
- See Also:
- Constant Field Values
COLOR_BayerGB2BGR_EA
public static final int COLOR_BayerGB2BGR_EA
- See Also:
- Constant Field Values
COLOR_BayerGB2BGR_VNG
public static final int COLOR_BayerGB2BGR_VNG
- See Also:
- Constant Field Values
COLOR_BayerGB2GRAY
public static final int COLOR_BayerGB2GRAY
- See Also:
- Constant Field Values
COLOR_BayerGB2RGB
public static final int COLOR_BayerGB2RGB
- See Also:
- Constant Field Values
COLOR_BayerGB2RGB_EA
public static final int COLOR_BayerGB2RGB_EA
- See Also:
- Constant Field Values
COLOR_BayerGB2RGB_VNG
public static final int COLOR_BayerGB2RGB_VNG
- See Also:
- Constant Field Values
COLOR_BayerGR2BGR
public static final int COLOR_BayerGR2BGR
- See Also:
- Constant Field Values
COLOR_BayerGR2BGR_EA
public static final int COLOR_BayerGR2BGR_EA
- See Also:
- Constant Field Values
COLOR_BayerGR2BGR_VNG
public static final int COLOR_BayerGR2BGR_VNG
- See Also:
- Constant Field Values
COLOR_BayerGR2GRAY
public static final int COLOR_BayerGR2GRAY
- See Also:
- Constant Field Values
COLOR_BayerGR2RGB
public static final int COLOR_BayerGR2RGB
- See Also:
- Constant Field Values
COLOR_BayerGR2RGB_EA
public static final int COLOR_BayerGR2RGB_EA
- See Also:
- Constant Field Values
COLOR_BayerGR2RGB_VNG
public static final int COLOR_BayerGR2RGB_VNG
- See Also:
- Constant Field Values
COLOR_BayerRG2BGR
public static final int COLOR_BayerRG2BGR
- See Also:
- Constant Field Values
COLOR_BayerRG2BGR_EA
public static final int COLOR_BayerRG2BGR_EA
- See Also:
- Constant Field Values
COLOR_BayerRG2BGR_VNG
public static final int COLOR_BayerRG2BGR_VNG
- See Also:
- Constant Field Values
COLOR_BayerRG2GRAY
public static final int COLOR_BayerRG2GRAY
- See Also:
- Constant Field Values
COLOR_BayerRG2RGB
public static final int COLOR_BayerRG2RGB
- See Also:
- Constant Field Values
COLOR_BayerRG2RGB_EA
public static final int COLOR_BayerRG2RGB_EA
- See Also:
- Constant Field Values
COLOR_BayerRG2RGB_VNG
public static final int COLOR_BayerRG2RGB_VNG
- See Also:
- Constant Field Values
COLOR_BGR2BGR555
public static final int COLOR_BGR2BGR555
- See Also:
- Constant Field Values
COLOR_BGR2BGR565
public static final int COLOR_BGR2BGR565
- See Also:
- Constant Field Values
COLOR_BGR2BGRA
public static final int COLOR_BGR2BGRA
- See Also:
- Constant Field Values
COLOR_BGR2GRAY
public static final int COLOR_BGR2GRAY
- See Also:
- Constant Field Values
COLOR_BGR2HLS
public static final int COLOR_BGR2HLS
- See Also:
- Constant Field Values
COLOR_BGR2HLS_FULL
public static final int COLOR_BGR2HLS_FULL
- See Also:
- Constant Field Values
COLOR_BGR2HSV
public static final int COLOR_BGR2HSV
- See Also:
- Constant Field Values
COLOR_BGR2HSV_FULL
public static final int COLOR_BGR2HSV_FULL
- See Also:
- Constant Field Values
COLOR_BGR2Lab
public static final int COLOR_BGR2Lab
- See Also:
- Constant Field Values
COLOR_BGR2Luv
public static final int COLOR_BGR2Luv
- See Also:
- Constant Field Values
COLOR_BGR2RGB
public static final int COLOR_BGR2RGB
- See Also:
- Constant Field Values
COLOR_BGR2RGBA
public static final int COLOR_BGR2RGBA
- See Also:
- Constant Field Values
COLOR_BGR2XYZ
public static final int COLOR_BGR2XYZ
- See Also:
- Constant Field Values
COLOR_BGR2YCrCb
public static final int COLOR_BGR2YCrCb
- See Also:
- Constant Field Values
COLOR_BGR2YUV
public static final int COLOR_BGR2YUV
- See Also:
- Constant Field Values
COLOR_BGR2YUV_I420
public static final int COLOR_BGR2YUV_I420
- See Also:
- Constant Field Values
COLOR_BGR2YUV_IYUV
public static final int COLOR_BGR2YUV_IYUV
- See Also:
- Constant Field Values
COLOR_BGR2YUV_YV12
public static final int COLOR_BGR2YUV_YV12
- See Also:
- Constant Field Values
COLOR_BGR5552BGR
public static final int COLOR_BGR5552BGR
- See Also:
- Constant Field Values
COLOR_BGR5552BGRA
public static final int COLOR_BGR5552BGRA
- See Also:
- Constant Field Values
COLOR_BGR5552GRAY
public static final int COLOR_BGR5552GRAY
- See Also:
- Constant Field Values
COLOR_BGR5552RGB
public static final int COLOR_BGR5552RGB
- See Also:
- Constant Field Values
COLOR_BGR5552RGBA
public static final int COLOR_BGR5552RGBA
- See Also:
- Constant Field Values
COLOR_BGR5652BGR
public static final int COLOR_BGR5652BGR
- See Also:
- Constant Field Values
COLOR_BGR5652BGRA
public static final int COLOR_BGR5652BGRA
- See Also:
- Constant Field Values
COLOR_BGR5652GRAY
public static final int COLOR_BGR5652GRAY
- See Also:
- Constant Field Values
COLOR_BGR5652RGB
public static final int COLOR_BGR5652RGB
- See Also:
- Constant Field Values
COLOR_BGR5652RGBA
public static final int COLOR_BGR5652RGBA
- See Also:
- Constant Field Values
COLOR_BGRA2BGR
public static final int COLOR_BGRA2BGR
- See Also:
- Constant Field Values
COLOR_BGRA2BGR555
public static final int COLOR_BGRA2BGR555
- See Also:
- Constant Field Values
COLOR_BGRA2BGR565
public static final int COLOR_BGRA2BGR565
- See Also:
- Constant Field Values
COLOR_BGRA2GRAY
public static final int COLOR_BGRA2GRAY
- See Also:
- Constant Field Values
COLOR_BGRA2RGB
public static final int COLOR_BGRA2RGB
- See Also:
- Constant Field Values
COLOR_BGRA2RGBA
public static final int COLOR_BGRA2RGBA
- See Also:
- Constant Field Values
COLOR_BGRA2YUV_I420
public static final int COLOR_BGRA2YUV_I420
- See Also:
- Constant Field Values
COLOR_BGRA2YUV_IYUV
public static final int COLOR_BGRA2YUV_IYUV
- See Also:
- Constant Field Values
COLOR_BGRA2YUV_YV12
public static final int COLOR_BGRA2YUV_YV12
- See Also:
- Constant Field Values
COLOR_COLORCVT_MAX
public static final int COLOR_COLORCVT_MAX
- See Also:
- Constant Field Values
COLOR_GRAY2BGR
public static final int COLOR_GRAY2BGR
- See Also:
- Constant Field Values
COLOR_GRAY2BGR555
public static final int COLOR_GRAY2BGR555
- See Also:
- Constant Field Values
COLOR_GRAY2BGR565
public static final int COLOR_GRAY2BGR565
- See Also:
- Constant Field Values
COLOR_GRAY2BGRA
public static final int COLOR_GRAY2BGRA
- See Also:
- Constant Field Values
COLOR_GRAY2RGB
public static final int COLOR_GRAY2RGB
- See Also:
- Constant Field Values
COLOR_GRAY2RGBA
public static final int COLOR_GRAY2RGBA
- See Also:
- Constant Field Values
COLOR_HLS2BGR
public static final int COLOR_HLS2BGR
- See Also:
- Constant Field Values
COLOR_HLS2BGR_FULL
public static final int COLOR_HLS2BGR_FULL
- See Also:
- Constant Field Values
COLOR_HLS2RGB
public static final int COLOR_HLS2RGB
- See Also:
- Constant Field Values
COLOR_HLS2RGB_FULL
public static final int COLOR_HLS2RGB_FULL
- See Also:
- Constant Field Values
COLOR_HSV2BGR
public static final int COLOR_HSV2BGR
- See Also:
- Constant Field Values
COLOR_HSV2BGR_FULL
public static final int COLOR_HSV2BGR_FULL
- See Also:
- Constant Field Values
COLOR_HSV2RGB
public static final int COLOR_HSV2RGB
- See Also:
- Constant Field Values
COLOR_HSV2RGB_FULL
public static final int COLOR_HSV2RGB_FULL
- See Also:
- Constant Field Values
COLOR_Lab2BGR
public static final int COLOR_Lab2BGR
- 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_Lab2RGB
public static final int COLOR_Lab2RGB
- See Also:
- Constant Field Values
COLOR_LBGR2Lab
public static final int COLOR_LBGR2Lab
- See Also:
- Constant Field Values
COLOR_LBGR2Luv
public static final int COLOR_LBGR2Luv
- See Also:
- Constant Field Values
COLOR_LRGB2Lab
public static final int COLOR_LRGB2Lab
- See Also:
- Constant Field Values
COLOR_LRGB2Luv
public static final int COLOR_LRGB2Luv
- See Also:
- Constant Field Values
COLOR_Luv2BGR
public static final int COLOR_Luv2BGR
- 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_Luv2RGB
public static final int COLOR_Luv2RGB
- See Also:
- Constant Field Values
COLOR_mRGBA2RGBA
public static final int COLOR_mRGBA2RGBA
- See Also:
- Constant Field Values
COLOR_RGB2BGR
public static final int COLOR_RGB2BGR
- See Also:
- Constant Field Values
COLOR_RGB2BGR555
public static final int COLOR_RGB2BGR555
- See Also:
- Constant Field Values
COLOR_RGB2BGR565
public static final int COLOR_RGB2BGR565
- See Also:
- Constant Field Values
COLOR_RGB2BGRA
public static final int COLOR_RGB2BGRA
- See Also:
- Constant Field Values
COLOR_RGB2GRAY
public static final int COLOR_RGB2GRAY
- See Also:
- Constant Field Values
COLOR_RGB2HLS
public static final int COLOR_RGB2HLS
- See Also:
- Constant Field Values
COLOR_RGB2HLS_FULL
public static final int COLOR_RGB2HLS_FULL
- See Also:
- Constant Field Values
COLOR_RGB2HSV
public static final int COLOR_RGB2HSV
- See Also:
- Constant Field Values
COLOR_RGB2HSV_FULL
public static final int COLOR_RGB2HSV_FULL
- See Also:
- Constant Field Values
COLOR_RGB2Lab
public static final int COLOR_RGB2Lab
- See Also:
- Constant Field Values
COLOR_RGB2Luv
public static final int COLOR_RGB2Luv
- See Also:
- Constant Field Values
COLOR_RGB2RGBA
public static final int COLOR_RGB2RGBA
- See Also:
- Constant Field Values
COLOR_RGB2XYZ
public static final int COLOR_RGB2XYZ
- See Also:
- Constant Field Values
COLOR_RGB2YCrCb
public static final int COLOR_RGB2YCrCb
- See Also:
- Constant Field Values
COLOR_RGB2YUV
public static final int COLOR_RGB2YUV
- See Also:
- Constant Field Values
COLOR_RGB2YUV_I420
public static final int COLOR_RGB2YUV_I420
- See Also:
- Constant Field Values
COLOR_RGB2YUV_IYUV
public static final int COLOR_RGB2YUV_IYUV
- See Also:
- Constant Field Values
COLOR_RGB2YUV_YV12
public static final int COLOR_RGB2YUV_YV12
- See Also:
- Constant Field Values
COLOR_RGBA2BGR
public static final int COLOR_RGBA2BGR
- See Also:
- Constant Field Values
COLOR_RGBA2BGR555
public static final int COLOR_RGBA2BGR555
- See Also:
- Constant Field Values
COLOR_RGBA2BGR565
public static final int COLOR_RGBA2BGR565
- See Also:
- Constant Field Values
COLOR_RGBA2BGRA
public static final int COLOR_RGBA2BGRA
- See Also:
- Constant Field Values
COLOR_RGBA2GRAY
public static final int COLOR_RGBA2GRAY
- See Also:
- Constant Field Values
COLOR_RGBA2mRGBA
public static final int COLOR_RGBA2mRGBA
- See Also:
- Constant Field Values
COLOR_RGBA2RGB
public static final int COLOR_RGBA2RGB
- See Also:
- Constant Field Values
COLOR_RGBA2YUV_I420
public static final int COLOR_RGBA2YUV_I420
- See Also:
- Constant Field Values
COLOR_RGBA2YUV_IYUV
public static final int COLOR_RGBA2YUV_IYUV
- See Also:
- Constant Field Values
COLOR_RGBA2YUV_YV12
public static final int COLOR_RGBA2YUV_YV12
- 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_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_YUV2BGR
public static final int COLOR_YUV2BGR
- See Also:
- Constant Field Values
COLOR_YUV2BGR_I420
public static final int COLOR_YUV2BGR_I420
- See Also:
- Constant Field Values
COLOR_YUV2BGR_IYUV
public static final int COLOR_YUV2BGR_IYUV
- See Also:
- Constant Field Values
COLOR_YUV2BGR_NV12
public static final int COLOR_YUV2BGR_NV12
- See Also:
- Constant Field Values
COLOR_YUV2BGR_NV21
public static final int COLOR_YUV2BGR_NV21
- See Also:
- Constant Field Values
COLOR_YUV2BGR_UYNV
public static final int COLOR_YUV2BGR_UYNV
- See Also:
- Constant Field Values
COLOR_YUV2BGR_UYVY
public static final int COLOR_YUV2BGR_UYVY
- See Also:
- Constant Field Values
COLOR_YUV2BGR_Y422
public static final int COLOR_YUV2BGR_Y422
- See Also:
- Constant Field Values
COLOR_YUV2BGR_YUNV
public static final int COLOR_YUV2BGR_YUNV
- See Also:
- Constant Field Values
COLOR_YUV2BGR_YUY2
public static final int COLOR_YUV2BGR_YUY2
- See Also:
- Constant Field Values
COLOR_YUV2BGR_YUYV
public static final int COLOR_YUV2BGR_YUYV
- See Also:
- Constant Field Values
COLOR_YUV2BGR_YV12
public static final int COLOR_YUV2BGR_YV12
- See Also:
- Constant Field Values
COLOR_YUV2BGR_YVYU
public static final int COLOR_YUV2BGR_YVYU
- See Also:
- Constant Field Values
COLOR_YUV2BGRA_I420
public static final int COLOR_YUV2BGRA_I420
- See Also:
- Constant Field Values
COLOR_YUV2BGRA_IYUV
public static final int COLOR_YUV2BGRA_IYUV
- See Also:
- Constant Field Values
COLOR_YUV2BGRA_NV12
public static final int COLOR_YUV2BGRA_NV12
- See Also:
- Constant Field Values
COLOR_YUV2BGRA_NV21
public static final int COLOR_YUV2BGRA_NV21
- See Also:
- Constant Field Values
COLOR_YUV2BGRA_UYNV
public static final int COLOR_YUV2BGRA_UYNV
- See Also:
- Constant Field Values
COLOR_YUV2BGRA_UYVY
public static final int COLOR_YUV2BGRA_UYVY
- See Also:
- Constant Field Values
COLOR_YUV2BGRA_Y422
public static final int COLOR_YUV2BGRA_Y422
- See Also:
- Constant Field Values
COLOR_YUV2BGRA_YUNV
public static final int COLOR_YUV2BGRA_YUNV
- See Also:
- Constant Field Values
COLOR_YUV2BGRA_YUY2
public static final int COLOR_YUV2BGRA_YUY2
- See Also:
- Constant Field Values
COLOR_YUV2BGRA_YUYV
public static final int COLOR_YUV2BGRA_YUYV
- See Also:
- Constant Field Values
COLOR_YUV2BGRA_YV12
public static final int COLOR_YUV2BGRA_YV12
- See Also:
- Constant Field Values
COLOR_YUV2BGRA_YVYU
public static final int COLOR_YUV2BGRA_YVYU
- See Also:
- Constant Field Values
COLOR_YUV2GRAY_420
public static final int COLOR_YUV2GRAY_420
- See Also:
- Constant Field Values
COLOR_YUV2GRAY_I420
public static final int COLOR_YUV2GRAY_I420
- See Also:
- Constant Field Values
COLOR_YUV2GRAY_IYUV
public static final int COLOR_YUV2GRAY_IYUV
- See Also:
- Constant Field Values
COLOR_YUV2GRAY_NV12
public static final int COLOR_YUV2GRAY_NV12
- See Also:
- Constant Field Values
COLOR_YUV2GRAY_NV21
public static final int COLOR_YUV2GRAY_NV21
- See Also:
- Constant Field Values
COLOR_YUV2GRAY_UYNV
public static final int COLOR_YUV2GRAY_UYNV
- See Also:
- Constant Field Values
COLOR_YUV2GRAY_UYVY
public static final int COLOR_YUV2GRAY_UYVY
- See Also:
- Constant Field Values
COLOR_YUV2GRAY_Y422
public static final int COLOR_YUV2GRAY_Y422
- See Also:
- Constant Field Values
COLOR_YUV2GRAY_YUNV
public static final int COLOR_YUV2GRAY_YUNV
- See Also:
- Constant Field Values
COLOR_YUV2GRAY_YUY2
public static final int COLOR_YUV2GRAY_YUY2
- See Also:
- Constant Field Values
COLOR_YUV2GRAY_YUYV
public static final int COLOR_YUV2GRAY_YUYV
- See Also:
- Constant Field Values
COLOR_YUV2GRAY_YV12
public static final int COLOR_YUV2GRAY_YV12
- See Also:
- Constant Field Values
COLOR_YUV2GRAY_YVYU
public static final int COLOR_YUV2GRAY_YVYU
- See Also:
- Constant Field Values
COLOR_YUV2RGB
public static final int COLOR_YUV2RGB
- See Also:
- Constant Field Values
COLOR_YUV2RGB_I420
public static final int COLOR_YUV2RGB_I420
- See Also:
- Constant Field Values
COLOR_YUV2RGB_IYUV
public static final int COLOR_YUV2RGB_IYUV
- See Also:
- Constant Field Values
COLOR_YUV2RGB_NV12
public static final int COLOR_YUV2RGB_NV12
- See Also:
- Constant Field Values
COLOR_YUV2RGB_NV21
public static final int COLOR_YUV2RGB_NV21
- See Also:
- Constant Field Values
COLOR_YUV2RGB_UYNV
public static final int COLOR_YUV2RGB_UYNV
- See Also:
- Constant Field Values
COLOR_YUV2RGB_UYVY
public static final int COLOR_YUV2RGB_UYVY
- See Also:
- Constant Field Values
COLOR_YUV2RGB_Y422
public static final int COLOR_YUV2RGB_Y422
- See Also:
- Constant Field Values
COLOR_YUV2RGB_YUNV
public static final int COLOR_YUV2RGB_YUNV
- See Also:
- Constant Field Values
COLOR_YUV2RGB_YUY2
public static final int COLOR_YUV2RGB_YUY2
- See Also:
- Constant Field Values
COLOR_YUV2RGB_YUYV
public static final int COLOR_YUV2RGB_YUYV
- See Also:
- Constant Field Values
COLOR_YUV2RGB_YV12
public static final int COLOR_YUV2RGB_YV12
- See Also:
- Constant Field Values
COLOR_YUV2RGB_YVYU
public static final int COLOR_YUV2RGB_YVYU
- See Also:
- Constant Field Values
COLOR_YUV2RGBA_I420
public static final int COLOR_YUV2RGBA_I420
- See Also:
- Constant Field Values
COLOR_YUV2RGBA_IYUV
public static final int COLOR_YUV2RGBA_IYUV
- See Also:
- Constant Field Values
COLOR_YUV2RGBA_NV12
public static final int COLOR_YUV2RGBA_NV12
- See Also:
- Constant Field Values
COLOR_YUV2RGBA_NV21
public static final int COLOR_YUV2RGBA_NV21
- See Also:
- Constant Field Values
COLOR_YUV2RGBA_UYNV
public static final int COLOR_YUV2RGBA_UYNV
- See Also:
- Constant Field Values
COLOR_YUV2RGBA_UYVY
public static final int COLOR_YUV2RGBA_UYVY
- See Also:
- Constant Field Values
COLOR_YUV2RGBA_Y422
public static final int COLOR_YUV2RGBA_Y422
- See Also:
- Constant Field Values
COLOR_YUV2RGBA_YUNV
public static final int COLOR_YUV2RGBA_YUNV
- See Also:
- Constant Field Values
COLOR_YUV2RGBA_YUY2
public static final int COLOR_YUV2RGBA_YUY2
- See Also:
- Constant Field Values
COLOR_YUV2RGBA_YUYV
public static final int COLOR_YUV2RGBA_YUYV
- See Also:
- Constant Field Values
COLOR_YUV2RGBA_YV12
public static final int COLOR_YUV2RGBA_YV12
- See Also:
- Constant Field Values
COLOR_YUV2RGBA_YVYU
public static final int COLOR_YUV2RGBA_YVYU
- See Also:
- Constant Field Values
COLOR_YUV420p2BGR
public static final int COLOR_YUV420p2BGR
- See Also:
- Constant Field Values
COLOR_YUV420p2BGRA
public static final int COLOR_YUV420p2BGRA
- See Also:
- Constant Field Values
COLOR_YUV420p2GRAY
public static final int COLOR_YUV420p2GRAY
- See Also:
- Constant Field Values
COLOR_YUV420p2RGB
public static final int COLOR_YUV420p2RGB
- See Also:
- Constant Field Values
COLOR_YUV420p2RGBA
public static final int COLOR_YUV420p2RGBA
- See Also:
- Constant Field Values
COLOR_YUV420sp2BGR
public static final int COLOR_YUV420sp2BGR
- See Also:
- Constant Field Values
COLOR_YUV420sp2BGRA
public static final int COLOR_YUV420sp2BGRA
- See Also:
- Constant Field Values
COLOR_YUV420sp2GRAY
public static final int COLOR_YUV420sp2GRAY
- See Also:
- Constant Field Values
COLOR_YUV420sp2RGB
public static final int COLOR_YUV420sp2RGB
- See Also:
- Constant Field Values
COLOR_YUV420sp2RGBA
public static final int COLOR_YUV420sp2RGBA
- 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_COOL
public static final int COLORMAP_COOL
- See Also:
- Constant Field Values
COLORMAP_HOT
public static final int COLORMAP_HOT
- See Also:
- Constant Field Values
COLORMAP_HSV
public static final int COLORMAP_HSV
- See Also:
- Constant Field Values
COLORMAP_JET
public static final int COLORMAP_JET
- See Also:
- Constant Field Values
COLORMAP_OCEAN
public static final int COLORMAP_OCEAN
- See Also:
- Constant Field Values
COLORMAP_PINK
public static final int COLORMAP_PINK
- See Also:
- Constant Field Values
COLORMAP_RAINBOW
public static final int COLORMAP_RAINBOW
- See Also:
- Constant Field Values
COLORMAP_SPRING
public static final int COLORMAP_SPRING
- See Also:
- Constant Field Values
COLORMAP_SUMMER
public static final int COLORMAP_SUMMER
- See Also:
- Constant Field Values
COLORMAP_WINTER
public static final int COLORMAP_WINTER
- See Also:
- Constant Field Values
CV_BILATERAL
public static final int CV_BILATERAL
- See Also:
- Constant Field Values
CV_BLUR
public static final int CV_BLUR
- See Also:
- Constant Field Values
CV_BLUR_NO_SCALE
public static final int CV_BLUR_NO_SCALE
- See Also:
- Constant Field Values
CV_CANNY_L2_GRADIENT
public static final int CV_CANNY_L2_GRADIENT
- See Also:
- Constant Field Values
CV_CHAIN_CODE
public static final int CV_CHAIN_CODE
- See Also:
- Constant Field Values
CV_CLOCKWISE
public static final int CV_CLOCKWISE
- See Also:
- Constant Field Values
CV_COMP_BHATTACHARYYA
public static final int CV_COMP_BHATTACHARYYA
- See Also:
- Constant Field Values
CV_COMP_CHISQR
public static final int CV_COMP_CHISQR
- See Also:
- Constant Field Values
CV_COMP_CHISQR_ALT
public static final int CV_COMP_CHISQR_ALT
- See Also:
- Constant Field Values
CV_COMP_CORREL
public static final int CV_COMP_CORREL
- See Also:
- Constant Field Values
CV_COMP_HELLINGER
public static final int CV_COMP_HELLINGER
- See Also:
- Constant Field Values
CV_COMP_INTERSECT
public static final int CV_COMP_INTERSECT
- See Also:
- Constant Field Values
CV_COMP_KL_DIV
public static final int CV_COMP_KL_DIV
- 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_COUNTER_CLOCKWISE
public static final int CV_COUNTER_CLOCKWISE
- See Also:
- Constant Field Values
CV_DIST_C
public static final int CV_DIST_C
- See Also:
- Constant Field Values
CV_DIST_FAIR
public static final int CV_DIST_FAIR
- See Also:
- Constant Field Values
CV_DIST_HUBER
public static final int CV_DIST_HUBER
- See Also:
- Constant Field Values
CV_DIST_L1
public static final int CV_DIST_L1
- See Also:
- Constant Field Values
CV_DIST_L12
public static final int CV_DIST_L12
- See Also:
- Constant Field Values
CV_DIST_L2
public static final int CV_DIST_L2
- 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_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_USER
public static final int CV_DIST_USER
- See Also:
- Constant Field Values
CV_DIST_WELSCH
public static final int CV_DIST_WELSCH
- See Also:
- Constant Field Values
CV_GAUSSIAN
public static final int CV_GAUSSIAN
- See Also:
- Constant Field Values
CV_GAUSSIAN_5x5
public static final int CV_GAUSSIAN_5x5
- See Also:
- Constant Field Values
CV_HOUGH_GRADIENT
public static final int CV_HOUGH_GRADIENT
- See Also:
- Constant Field Values
CV_HOUGH_MULTI_SCALE
public static final int CV_HOUGH_MULTI_SCALE
- See Also:
- Constant Field Values
CV_HOUGH_PROBABILISTIC
public static final int CV_HOUGH_PROBABILISTIC
- See Also:
- Constant Field Values
CV_HOUGH_STANDARD
public static final int CV_HOUGH_STANDARD
- See Also:
- Constant Field Values
CV_LINK_RUNS
public static final int CV_LINK_RUNS
- See Also:
- Constant Field Values
CV_MAX_SOBEL_KSIZE
public static final int CV_MAX_SOBEL_KSIZE
- See Also:
- Constant Field Values
CV_MEDIAN
public static final int CV_MEDIAN
- See Also:
- Constant Field Values
CV_mRGBA2RGBA
public static final int CV_mRGBA2RGBA
- See Also:
- Constant Field Values
CV_POLY_APPROX_DP
public static final int CV_POLY_APPROX_DP
- See Also:
- Constant Field Values
CV_RGBA2mRGBA
public static final int CV_RGBA2mRGBA
- See Also:
- Constant Field Values
CV_SCHARR
public static final int CV_SCHARR
- See Also:
- Constant Field Values
CV_SHAPE_CROSS
public static final int CV_SHAPE_CROSS
- See Also:
- Constant Field Values
CV_SHAPE_CUSTOM
public static final int CV_SHAPE_CUSTOM
- See Also:
- Constant Field Values
CV_SHAPE_ELLIPSE
public static final int CV_SHAPE_ELLIPSE
- See Also:
- Constant Field Values
CV_SHAPE_RECT
public static final int CV_SHAPE_RECT
- 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
DIST_C
public static final int DIST_C
- See Also:
- Constant Field Values
DIST_FAIR
public static final int DIST_FAIR
- See Also:
- Constant Field Values
DIST_HUBER
public static final int DIST_HUBER
- See Also:
- Constant Field Values
DIST_L1
public static final int DIST_L1
- See Also:
- Constant Field Values
DIST_L12
public static final int DIST_L12
- See Also:
- Constant Field Values
DIST_L2
public static final int DIST_L2
- 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
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
DIST_USER
public static final int DIST_USER
- See Also:
- Constant Field Values
DIST_WELSCH
public static final int DIST_WELSCH
- 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
GC_BGD
public static final int GC_BGD
- See Also:
- Constant Field Values
GC_EVAL
public static final int GC_EVAL
- See Also:
- Constant Field Values
GC_FGD
public static final int GC_FGD
- See Also:
- Constant Field Values
GC_INIT_WITH_MASK
public static final int GC_INIT_WITH_MASK
- See Also:
- Constant Field Values
GC_INIT_WITH_RECT
public static final int GC_INIT_WITH_RECT
- 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
HISTCMP_BHATTACHARYYA
public static final int HISTCMP_BHATTACHARYYA
- See Also:
- Constant Field Values
HISTCMP_CHISQR
public static final int HISTCMP_CHISQR
- See Also:
- Constant Field Values
HISTCMP_CHISQR_ALT
public static final int HISTCMP_CHISQR_ALT
- See Also:
- Constant Field Values
HISTCMP_CORREL
public static final int HISTCMP_CORREL
- See Also:
- Constant Field Values
HISTCMP_HELLINGER
public static final int HISTCMP_HELLINGER
- See Also:
- Constant Field Values
HISTCMP_INTERSECT
public static final int HISTCMP_INTERSECT
- See Also:
- Constant Field Values
HISTCMP_KL_DIV
public static final int HISTCMP_KL_DIV
- See Also:
- Constant Field Values
HOUGH_GRADIENT
public static final int HOUGH_GRADIENT
- See Also:
- Constant Field Values
HOUGH_MULTI_SCALE
public static final int HOUGH_MULTI_SCALE
- See Also:
- Constant Field Values
HOUGH_PROBABILISTIC
public static final int HOUGH_PROBABILISTIC
- See Also:
- Constant Field Values
HOUGH_STANDARD
public static final int HOUGH_STANDARD
- See Also:
- Constant Field Values
INTER_AREA
public static final int INTER_AREA
- 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_CUBIC
public static final int INTER_CUBIC
- See Also:
- Constant Field Values
INTER_LANCZOS4
public static final int INTER_LANCZOS4
- See Also:
- Constant Field Values
INTER_LINEAR
public static final int INTER_LINEAR
- See Also:
- Constant Field Values
INTER_MAX
public static final int INTER_MAX
- See Also:
- Constant Field Values
INTER_NEAREST
public static final int INTER_NEAREST
- 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
INTERSECT_FULL
public static final int INTERSECT_FULL
- 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
LINE_4
public static final int LINE_4
- See Also:
- Constant Field Values
LINE_8
public static final int LINE_8
- See Also:
- Constant Field Values
LINE_AA
public static final int LINE_AA
- See Also:
- Constant Field Values
LSD_REFINE_ADV
public static final int LSD_REFINE_ADV
- 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
MORPH_BLACKHAT
public static final int MORPH_BLACKHAT
- See Also:
- Constant Field Values
MORPH_CLOSE
public static final int MORPH_CLOSE
- See Also:
- Constant Field Values
MORPH_CROSS
public static final int MORPH_CROSS
- See Also:
- Constant Field Values
MORPH_DILATE
public static final int MORPH_DILATE
- See Also:
- Constant Field Values
MORPH_ELLIPSE
public static final int MORPH_ELLIPSE
- See Also:
- Constant Field Values
MORPH_ERODE
public static final int MORPH_ERODE
- See Also:
- Constant Field Values
MORPH_GRADIENT
public static final int MORPH_GRADIENT
- See Also:
- Constant Field Values
MORPH_OPEN
public static final int MORPH_OPEN
- See Also:
- Constant Field Values
MORPH_RECT
public static final int MORPH_RECT
- See Also:
- Constant Field Values
MORPH_TOPHAT
public static final int MORPH_TOPHAT
- See Also:
- Constant Field Values
PROJ_SPHERICAL_EQRECT
public static final int PROJ_SPHERICAL_EQRECT
- See Also:
- Constant Field Values
PROJ_SPHERICAL_ORTHO
public static final int PROJ_SPHERICAL_ORTHO
- See Also:
- Constant Field Values
RETR_CCOMP
public static final int RETR_CCOMP
- See Also:
- Constant Field Values
RETR_EXTERNAL
public static final int RETR_EXTERNAL
- See Also:
- Constant Field Values
RETR_FLOODFILL
public static final int RETR_FLOODFILL
- See Also:
- Constant Field Values
RETR_LIST
public static final int RETR_LIST
- See Also:
- Constant Field Values
RETR_TREE
public static final int RETR_TREE
- 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_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_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_TRIANGLE
public static final int THRESH_TRIANGLE
- See Also:
- Constant Field Values
THRESH_TRUNC
public static final int THRESH_TRUNC
- 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
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_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
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
Imgproc
public Imgproc()
accumulate
public static void accumulate(Mat src,
Mat dst)
accumulate
public static void accumulate(Mat src,
Mat dst,
Mat mask)
accumulateProduct
public static void accumulateProduct(Mat src1,
Mat src2,
Mat dst)
accumulateProduct
public static void accumulateProduct(Mat src1,
Mat src2,
Mat dst,
Mat mask)
accumulateSquare
public static void accumulateSquare(Mat src,
Mat dst)
accumulateSquare
public static void accumulateSquare(Mat src,
Mat dst,
Mat mask)
accumulateWeighted
public static void accumulateWeighted(Mat src,
Mat dst,
double alpha)
accumulateWeighted
public static void accumulateWeighted(Mat src,
Mat dst,
double alpha,
Mat mask)
adaptiveThreshold
public static void adaptiveThreshold(Mat src,
Mat dst,
double maxValue,
int adaptiveMethod,
int thresholdType,
int blockSize,
double C)
applyColorMap
public static void applyColorMap(Mat src,
Mat dst,
int colormap)
approxPolyDP
public static void approxPolyDP(MatOfPoint2f curve,
MatOfPoint2f approxCurve,
double epsilon,
boolean closed)
arcLength
public static double arcLength(MatOfPoint2f curve,
boolean closed)
arrowedLine
public static void arrowedLine(Mat img,
Point pt1,
Point pt2,
Scalar color)
arrowedLine
public static void arrowedLine(Mat img,
Point pt1,
Point pt2,
Scalar color,
int thickness,
int line_type,
int shift,
double tipLength)
bilateralFilter
public static void bilateralFilter(Mat src,
Mat dst,
int d,
double sigmaColor,
double sigmaSpace)
bilateralFilter
public static void bilateralFilter(Mat src,
Mat dst,
int d,
double sigmaColor,
double sigmaSpace,
int borderType)
blur
public static void blur(Mat src,
Mat dst,
Size ksize)
blur
public static void blur(Mat src,
Mat dst,
Size ksize,
Point anchor)
blur
public static void blur(Mat src,
Mat dst,
Size ksize,
Point anchor,
int borderType)
boundingRect
public static Rect boundingRect(MatOfPoint points)
boxFilter
public static void boxFilter(Mat src,
Mat dst,
int ddepth,
Size ksize)
boxFilter
public static void boxFilter(Mat src,
Mat dst,
int ddepth,
Size ksize,
Point anchor,
boolean normalize)
boxFilter
public static void boxFilter(Mat src,
Mat dst,
int ddepth,
Size ksize,
Point anchor,
boolean normalize,
int borderType)
boxPoints
public static void boxPoints(RotatedRect box,
Mat points)
calcBackProject
public static void calcBackProject(java.util.List<Mat> images,
MatOfInt channels,
Mat hist,
Mat dst,
MatOfFloat ranges,
double scale)
calcHist
public static void calcHist(java.util.List<Mat> images,
MatOfInt channels,
Mat mask,
Mat hist,
MatOfInt histSize,
MatOfFloat ranges)
calcHist
public static void calcHist(java.util.List<Mat> images,
MatOfInt channels,
Mat mask,
Mat hist,
MatOfInt histSize,
MatOfFloat ranges,
boolean accumulate)
Canny
public static void Canny(Mat image,
Mat edges,
double threshold1,
double threshold2)
Canny
public static void Canny(Mat image,
Mat edges,
double threshold1,
double threshold2,
int apertureSize,
boolean L2gradient)
circle
public static void circle(Mat img,
Point center,
int radius,
Scalar color)
circle
public static void circle(Mat img,
Point center,
int radius,
Scalar color,
int thickness)
circle
public static void circle(Mat img,
Point center,
int radius,
Scalar color,
int thickness,
int lineType,
int shift)
clipLine
public static boolean clipLine(Rect imgRect,
Point pt1,
Point pt2)
compareHist
public static double compareHist(Mat H1,
Mat H2,
int method)
connectedComponents
public static int connectedComponents(Mat image,
Mat labels)
connectedComponents
public static int connectedComponents(Mat image,
Mat labels,
int connectivity,
int ltype)
connectedComponentsWithStats
public static int connectedComponentsWithStats(Mat image,
Mat labels,
Mat stats,
Mat centroids)
connectedComponentsWithStats
public static int connectedComponentsWithStats(Mat image,
Mat labels,
Mat stats,
Mat centroids,
int connectivity,
int ltype)
contourArea
public static double contourArea(Mat contour)
contourArea
public static double contourArea(Mat contour,
boolean oriented)
convertMaps
public static void convertMaps(Mat map1,
Mat map2,
Mat dstmap1,
Mat dstmap2,
int dstmap1type)
convertMaps
public static void convertMaps(Mat map1,
Mat map2,
Mat dstmap1,
Mat dstmap2,
int dstmap1type,
boolean nninterpolation)
convexHull
public static void convexHull(MatOfPoint points,
MatOfInt hull)
convexHull
public static void convexHull(MatOfPoint points,
MatOfInt hull,
boolean clockwise)
convexityDefects
public static void convexityDefects(MatOfPoint contour,
MatOfInt convexhull,
MatOfInt4 convexityDefects)
cornerEigenValsAndVecs
public static void cornerEigenValsAndVecs(Mat src,
Mat dst,
int blockSize,
int ksize)
cornerEigenValsAndVecs
public static void cornerEigenValsAndVecs(Mat src,
Mat dst,
int blockSize,
int ksize,
int borderType)
cornerHarris
public static void cornerHarris(Mat src,
Mat dst,
int blockSize,
int ksize,
double k)
cornerHarris
public static void cornerHarris(Mat src,
Mat dst,
int blockSize,
int ksize,
double k,
int borderType)
cornerMinEigenVal
public static void cornerMinEigenVal(Mat src,
Mat dst,
int blockSize)
cornerMinEigenVal
public static void cornerMinEigenVal(Mat src,
Mat dst,
int blockSize,
int ksize)
cornerMinEigenVal
public static void cornerMinEigenVal(Mat src,
Mat dst,
int blockSize,
int ksize,
int borderType)
cornerSubPix
public static void cornerSubPix(Mat image,
MatOfPoint2f corners,
Size winSize,
Size zeroZone,
TermCriteria criteria)
createCLAHE
public static CLAHE createCLAHE()
createCLAHE
public static CLAHE createCLAHE(double clipLimit,
Size tileGridSize)
createHanningWindow
public static void createHanningWindow(Mat dst,
Size winSize,
int type)
createLineSegmentDetector
public static LineSegmentDetector createLineSegmentDetector()
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)
cvtColor
public static void cvtColor(Mat src,
Mat dst,
int code)
cvtColor
public static void cvtColor(Mat src,
Mat dst,
int code,
int dstCn)
demosaicing
public static void demosaicing(Mat _src,
Mat _dst,
int code)
demosaicing
public static void demosaicing(Mat _src,
Mat _dst,
int code,
int dcn)
dilate
public static void dilate(Mat src,
Mat dst,
Mat kernel)
dilate
public static void dilate(Mat src,
Mat dst,
Mat kernel,
Point anchor,
int iterations)
dilate
public static void dilate(Mat src,
Mat dst,
Mat kernel,
Point anchor,
int iterations,
int borderType,
Scalar borderValue)
distanceTransform
public static void distanceTransform(Mat src,
Mat dst,
int distanceType,
int maskSize)
distanceTransform
public static void distanceTransform(Mat src,
Mat dst,
int distanceType,
int maskSize,
int dstType)
distanceTransformWithLabels
public static void distanceTransformWithLabels(Mat src,
Mat dst,
Mat labels,
int distanceType,
int maskSize)
distanceTransformWithLabels
public static void distanceTransformWithLabels(Mat src,
Mat dst,
Mat labels,
int distanceType,
int maskSize,
int labelType)
drawContours
public static void drawContours(Mat image,
java.util.List<MatOfPoint> contours,
int contourIdx,
Scalar color)
drawContours
public static void drawContours(Mat image,
java.util.List<MatOfPoint> contours,
int contourIdx,
Scalar color,
int thickness)
drawContours
public static void drawContours(Mat image,
java.util.List<MatOfPoint> contours,
int contourIdx,
Scalar color,
int thickness,
int lineType,
Mat hierarchy,
int maxLevel,
Point offset)
ellipse
public static void ellipse(Mat img,
Point center,
Size axes,
double angle,
double startAngle,
double endAngle,
Scalar color)
ellipse
public static void ellipse(Mat img,
Point center,
Size axes,
double angle,
double startAngle,
double endAngle,
Scalar color,
int thickness)
ellipse
public static void ellipse(Mat img,
Point center,
Size axes,
double angle,
double startAngle,
double endAngle,
Scalar color,
int thickness,
int lineType,
int shift)
ellipse
public static void ellipse(Mat img,
RotatedRect box,
Scalar color)
ellipse
public static void ellipse(Mat img,
RotatedRect box,
Scalar color,
int thickness)
ellipse
public static void ellipse(Mat img,
RotatedRect box,
Scalar color,
int thickness,
int lineType)
ellipse2Poly
public static void ellipse2Poly(Point center,
Size axes,
int angle,
int arcStart,
int arcEnd,
int delta,
MatOfPoint pts)
equalizeHist
public static void equalizeHist(Mat src,
Mat dst)
erode
public static void erode(Mat src,
Mat dst,
Mat kernel)
erode
public static void erode(Mat src,
Mat dst,
Mat kernel,
Point anchor,
int iterations)
erode
public static void erode(Mat src,
Mat dst,
Mat kernel,
Point anchor,
int iterations,
int borderType,
Scalar borderValue)
fillConvexPoly
public static void fillConvexPoly(Mat img,
MatOfPoint points,
Scalar color)
fillConvexPoly
public static void fillConvexPoly(Mat img,
MatOfPoint points,
Scalar color,
int lineType,
int shift)
fillPoly
public static void fillPoly(Mat img,
java.util.List<MatOfPoint> pts,
Scalar color)
fillPoly
public static void fillPoly(Mat img,
java.util.List<MatOfPoint> pts,
Scalar color,
int lineType,
int shift,
Point offset)
filter2D
public static void filter2D(Mat src,
Mat dst,
int ddepth,
Mat kernel)
filter2D
public static void filter2D(Mat src,
Mat dst,
int ddepth,
Mat kernel,
Point anchor,
double delta)
filter2D
public static void filter2D(Mat src,
Mat dst,
int ddepth,
Mat kernel,
Point anchor,
double delta,
int borderType)
findContours
public static void findContours(Mat image,
java.util.List<MatOfPoint> contours,
Mat hierarchy,
int mode,
int method)
findContours
public static void findContours(Mat image,
java.util.List<MatOfPoint> contours,
Mat hierarchy,
int mode,
int method,
Point offset)
fitEllipse
public static RotatedRect fitEllipse(MatOfPoint2f points)
fitLine
public static void fitLine(Mat points,
Mat line,
int distType,
double param,
double reps,
double aeps)
floodFill
public static int floodFill(Mat image,
Mat mask,
Point seedPoint,
Scalar newVal)
floodFill
public static int floodFill(Mat image,
Mat mask,
Point seedPoint,
Scalar newVal,
Rect rect,
Scalar loDiff,
Scalar upDiff,
int flags)
GaussianBlur
public static void GaussianBlur(Mat src,
Mat dst,
Size ksize,
double sigmaX)
GaussianBlur
public static void GaussianBlur(Mat src,
Mat dst,
Size ksize,
double sigmaX,
double sigmaY)
GaussianBlur
public static void GaussianBlur(Mat src,
Mat dst,
Size ksize,
double sigmaX,
double sigmaY,
int borderType)
getAffineTransform
public static Mat getAffineTransform(MatOfPoint2f src,
MatOfPoint2f dst)
getDefaultNewCameraMatrix
public static Mat getDefaultNewCameraMatrix(Mat cameraMatrix)
getDefaultNewCameraMatrix
public static Mat getDefaultNewCameraMatrix(Mat cameraMatrix,
Size imgsize,
boolean centerPrincipalPoint)
getDerivKernels
public static void getDerivKernels(Mat kx,
Mat ky,
int dx,
int dy,
int ksize)
getDerivKernels
public static void getDerivKernels(Mat kx,
Mat ky,
int dx,
int dy,
int ksize,
boolean normalize,
int ktype)
getGaborKernel
public static Mat getGaborKernel(Size ksize,
double sigma,
double theta,
double lambd,
double gamma)
getGaborKernel
public static Mat getGaborKernel(Size ksize,
double sigma,
double theta,
double lambd,
double gamma,
double psi,
int ktype)
getGaussianKernel
public static Mat getGaussianKernel(int ksize,
double sigma)
getGaussianKernel
public static Mat getGaussianKernel(int ksize,
double sigma,
int ktype)
getPerspectiveTransform
public static Mat getPerspectiveTransform(Mat src,
Mat dst)
getRectSubPix
public static void getRectSubPix(Mat image,
Size patchSize,
Point center,
Mat patch)
getRectSubPix
public static void getRectSubPix(Mat image,
Size patchSize,
Point center,
Mat patch,
int patchType)
getRotationMatrix2D
public static Mat getRotationMatrix2D(Point center,
double angle,
double scale)
getStructuringElement
public static Mat getStructuringElement(int shape,
Size ksize)
getStructuringElement
public static Mat getStructuringElement(int shape,
Size ksize,
Point anchor)
getTextSize
public static Size getTextSize(java.lang.String text,
int fontFace,
double fontScale,
int thickness,
int[] baseLine)
goodFeaturesToTrack
public static void goodFeaturesToTrack(Mat image,
MatOfPoint corners,
int maxCorners,
double qualityLevel,
double minDistance)
goodFeaturesToTrack
public static void goodFeaturesToTrack(Mat image,
MatOfPoint corners,
int maxCorners,
double qualityLevel,
double minDistance,
Mat mask,
int blockSize,
boolean useHarrisDetector,
double k)
grabCut
public static void grabCut(Mat img,
Mat mask,
Rect rect,
Mat bgdModel,
Mat fgdModel,
int iterCount)
grabCut
public static void grabCut(Mat img,
Mat mask,
Rect rect,
Mat bgdModel,
Mat fgdModel,
int iterCount,
int mode)
HoughCircles
public static void HoughCircles(Mat image,
Mat circles,
int method,
double dp,
double minDist)
HoughCircles
public static void HoughCircles(Mat image,
Mat circles,
int method,
double dp,
double minDist,
double param1,
double param2,
int minRadius,
int maxRadius)
HoughLines
public static void HoughLines(Mat image,
Mat lines,
double rho,
double theta,
int threshold)
HoughLines
public static void HoughLines(Mat image,
Mat lines,
double rho,
double theta,
int threshold,
double srn,
double stn,
double min_theta,
double max_theta)
HoughLinesP
public static void HoughLinesP(Mat image,
Mat lines,
double rho,
double theta,
int threshold)
HoughLinesP
public static void HoughLinesP(Mat image,
Mat lines,
double rho,
double theta,
int threshold,
double minLineLength,
double maxLineGap)
initUndistortRectifyMap
public static void initUndistortRectifyMap(Mat cameraMatrix,
Mat distCoeffs,
Mat R,
Mat newCameraMatrix,
Size size,
int m1type,
Mat map1,
Mat map2)
initWideAngleProjMap
public static float initWideAngleProjMap(Mat cameraMatrix,
Mat distCoeffs,
Size imageSize,
int destImageWidth,
int m1type,
Mat map1,
Mat map2)
initWideAngleProjMap
public static float initWideAngleProjMap(Mat cameraMatrix,
Mat distCoeffs,
Size imageSize,
int destImageWidth,
int m1type,
Mat map1,
Mat map2,
int projType,
double alpha)
integral
public static void integral(Mat src,
Mat sum)
integral
public static void integral(Mat src,
Mat sum,
int sdepth)
integral2
public static void integral2(Mat src,
Mat sum,
Mat sqsum)
integral2
public static void integral2(Mat src,
Mat sum,
Mat sqsum,
int sdepth,
int sqdepth)
integral3
public static void integral3(Mat src,
Mat sum,
Mat sqsum,
Mat tilted)
integral3
public static void integral3(Mat src,
Mat sum,
Mat sqsum,
Mat tilted,
int sdepth,
int sqdepth)
intersectConvexConvex
public static float intersectConvexConvex(Mat _p1,
Mat _p2,
Mat _p12)
intersectConvexConvex
public static float intersectConvexConvex(Mat _p1,
Mat _p2,
Mat _p12,
boolean handleNested)
invertAffineTransform
public static void invertAffineTransform(Mat M,
Mat iM)
isContourConvex
public static boolean isContourConvex(MatOfPoint contour)
Laplacian
public static void Laplacian(Mat src,
Mat dst,
int ddepth)
Laplacian
public static void Laplacian(Mat src,
Mat dst,
int ddepth,
int ksize,
double scale,
double delta)
Laplacian
public static void Laplacian(Mat src,
Mat dst,
int ddepth,
int ksize,
double scale,
double delta,
int borderType)
line
public static void line(Mat img,
Point pt1,
Point pt2,
Scalar color)
line
public static void line(Mat img,
Point pt1,
Point pt2,
Scalar color,
int thickness)
line
public static void line(Mat img,
Point pt1,
Point pt2,
Scalar color,
int thickness,
int lineType,
int shift)
linearPolar
public static void linearPolar(Mat src,
Mat dst,
Point center,
double maxRadius,
int flags)
logPolar
public static void logPolar(Mat src,
Mat dst,
Point center,
double M,
int flags)
matchShapes
public static double matchShapes(Mat contour1,
Mat contour2,
int method,
double parameter)
matchTemplate
public static void matchTemplate(Mat image,
Mat templ,
Mat result,
int method)
matchTemplate
public static void matchTemplate(Mat image,
Mat templ,
Mat result,
int method,
Mat mask)
medianBlur
public static void medianBlur(Mat src,
Mat dst,
int ksize)
minAreaRect
public static RotatedRect minAreaRect(MatOfPoint2f points)
minEnclosingCircle
public static void minEnclosingCircle(MatOfPoint2f points,
Point center,
float[] radius)
minEnclosingTriangle
public static double minEnclosingTriangle(Mat points,
Mat triangle)
morphologyEx
public static void morphologyEx(Mat src,
Mat dst,
int op,
Mat kernel)
morphologyEx
public static void morphologyEx(Mat src,
Mat dst,
int op,
Mat kernel,
Point anchor,
int iterations)
morphologyEx
public static void morphologyEx(Mat src,
Mat dst,
int op,
Mat kernel,
Point anchor,
int iterations,
int borderType,
Scalar borderValue)
phaseCorrelate
public static Point phaseCorrelate(Mat src1,
Mat src2)
phaseCorrelate
public static Point phaseCorrelate(Mat src1,
Mat src2,
Mat window,
double[] response)
pointPolygonTest
public static double pointPolygonTest(MatOfPoint2f contour,
Point pt,
boolean measureDist)
polylines
public static void polylines(Mat img,
java.util.List<MatOfPoint> pts,
boolean isClosed,
Scalar color)
polylines
public static void polylines(Mat img,
java.util.List<MatOfPoint> pts,
boolean isClosed,
Scalar color,
int thickness)
polylines
public static void polylines(Mat img,
java.util.List<MatOfPoint> pts,
boolean isClosed,
Scalar color,
int thickness,
int lineType,
int shift)
preCornerDetect
public static void preCornerDetect(Mat src,
Mat dst,
int ksize)
preCornerDetect
public static void preCornerDetect(Mat src,
Mat dst,
int ksize,
int borderType)
putText
public static void putText(Mat img,
java.lang.String text,
Point org,
int fontFace,
double fontScale,
Scalar color)
putText
public static void putText(Mat img,
java.lang.String text,
Point org,
int fontFace,
double fontScale,
Scalar color,
int thickness)
putText
public static void putText(Mat img,
java.lang.String text,
Point org,
int fontFace,
double fontScale,
Scalar color,
int thickness,
int lineType,
boolean bottomLeftOrigin)
pyrDown
public static void pyrDown(Mat src,
Mat dst)
pyrDown
public static void pyrDown(Mat src,
Mat dst,
Size dstsize)
pyrDown
public static void pyrDown(Mat src,
Mat dst,
Size dstsize,
int borderType)
pyrMeanShiftFiltering
public static void pyrMeanShiftFiltering(Mat src,
Mat dst,
double sp,
double sr)
pyrMeanShiftFiltering
public static void pyrMeanShiftFiltering(Mat src,
Mat dst,
double sp,
double sr,
int maxLevel,
TermCriteria termcrit)
pyrUp
public static void pyrUp(Mat src,
Mat dst)
pyrUp
public static void pyrUp(Mat src,
Mat dst,
Size dstsize)
pyrUp
public static void pyrUp(Mat src,
Mat dst,
Size dstsize,
int borderType)
rectangle
public static void rectangle(Mat img,
Point pt1,
Point pt2,
Scalar color)
rectangle
public static void rectangle(Mat img,
Point pt1,
Point pt2,
Scalar color,
int thickness)
rectangle
public static void rectangle(Mat img,
Point pt1,
Point pt2,
Scalar color,
int thickness,
int lineType,
int shift)
remap
public static void remap(Mat src,
Mat dst,
Mat map1,
Mat map2,
int interpolation)
remap
public static void remap(Mat src,
Mat dst,
Mat map1,
Mat map2,
int interpolation,
int borderMode,
Scalar borderValue)
resize
public static void resize(Mat src,
Mat dst,
Size dsize)
resize
public static void resize(Mat src,
Mat dst,
Size dsize,
double fx,
double fy,
int interpolation)
rotatedRectangleIntersection
public static int rotatedRectangleIntersection(RotatedRect rect1,
RotatedRect rect2,
Mat intersectingRegion)
Scharr
public static void Scharr(Mat src,
Mat dst,
int ddepth,
int dx,
int dy)
Scharr
public static void Scharr(Mat src,
Mat dst,
int ddepth,
int dx,
int dy,
double scale,
double delta)
Scharr
public static void Scharr(Mat src,
Mat dst,
int ddepth,
int dx,
int dy,
double scale,
double delta,
int borderType)
sepFilter2D
public static void sepFilter2D(Mat src,
Mat dst,
int ddepth,
Mat kernelX,
Mat kernelY)
sepFilter2D
public static void sepFilter2D(Mat src,
Mat dst,
int ddepth,
Mat kernelX,
Mat kernelY,
Point anchor,
double delta)
sepFilter2D
public static void sepFilter2D(Mat src,
Mat dst,
int ddepth,
Mat kernelX,
Mat kernelY,
Point anchor,
double delta,
int borderType)
Sobel
public static void Sobel(Mat src,
Mat dst,
int ddepth,
int dx,
int dy)
Sobel
public static void Sobel(Mat src,
Mat dst,
int ddepth,
int dx,
int dy,
int ksize,
double scale,
double delta)
Sobel
public static void Sobel(Mat src,
Mat dst,
int ddepth,
int dx,
int dy,
int ksize,
double scale,
double delta,
int borderType)
sqrBoxFilter
public static void sqrBoxFilter(Mat _src,
Mat _dst,
int ddepth,
Size ksize)
sqrBoxFilter
public static void sqrBoxFilter(Mat _src,
Mat _dst,
int ddepth,
Size ksize,
Point anchor,
boolean normalize)
sqrBoxFilter
public static void sqrBoxFilter(Mat _src,
Mat _dst,
int ddepth,
Size ksize,
Point anchor,
boolean normalize,
int borderType)
threshold
public static double threshold(Mat src,
Mat dst,
double thresh,
double maxval,
int type)
undistort
public static void undistort(Mat src,
Mat dst,
Mat cameraMatrix,
Mat distCoeffs)
undistort
public static void undistort(Mat src,
Mat dst,
Mat cameraMatrix,
Mat distCoeffs,
Mat newCameraMatrix)
undistortPoints
public static void undistortPoints(MatOfPoint2f src,
MatOfPoint2f dst,
Mat cameraMatrix,
Mat distCoeffs)
undistortPoints
public static void undistortPoints(MatOfPoint2f src,
MatOfPoint2f dst,
Mat cameraMatrix,
Mat distCoeffs,
Mat R,
Mat P)
warpAffine
public static void warpAffine(Mat src,
Mat dst,
Mat M,
Size dsize)
warpAffine
public static void warpAffine(Mat src,
Mat dst,
Mat M,
Size dsize,
int flags)
warpAffine
public static void warpAffine(Mat src,
Mat dst,
Mat M,
Size dsize,
int flags,
int borderMode,
Scalar borderValue)
warpPerspective
public static void warpPerspective(Mat src,
Mat dst,
Mat M,
Size dsize)
warpPerspective
public static void warpPerspective(Mat src,
Mat dst,
Mat M,
Size dsize,
int flags)
warpPerspective
public static void warpPerspective(Mat src,
Mat dst,
Mat M,
Size dsize,
int flags,
int borderMode,
Scalar borderValue)
watershed
public static void watershed(Mat image,
Mat markers)