| Modifier and Type | Method and Description |
|---|---|
Size |
CharucoBoard.getChessboardSize() |
Size |
GridBoard.getGridSize() |
| Modifier and Type | Method and Description |
|---|---|
static double |
Aruco.calibrateCameraAruco(List<Mat> corners,
Mat ids,
Mat counter,
Board board,
Size imageSize,
Mat cameraMatrix,
Mat distCoeffs) |
static double |
Aruco.calibrateCameraAruco(List<Mat> corners,
Mat ids,
Mat counter,
Board board,
Size imageSize,
Mat cameraMatrix,
Mat distCoeffs,
List<Mat> rvecs) |
static double |
Aruco.calibrateCameraAruco(List<Mat> corners,
Mat ids,
Mat counter,
Board board,
Size imageSize,
Mat cameraMatrix,
Mat distCoeffs,
List<Mat> rvecs,
List<Mat> tvecs) |
static double |
Aruco.calibrateCameraAruco(List<Mat> corners,
Mat ids,
Mat counter,
Board board,
Size imageSize,
Mat cameraMatrix,
Mat distCoeffs,
List<Mat> rvecs,
List<Mat> tvecs,
int flags) |
static double |
Aruco.calibrateCameraAruco(List<Mat> corners,
Mat ids,
Mat counter,
Board board,
Size imageSize,
Mat cameraMatrix,
Mat distCoeffs,
List<Mat> rvecs,
List<Mat> tvecs,
int flags,
TermCriteria criteria) |
static double |
Aruco.calibrateCameraArucoExtended(List<Mat> corners,
Mat ids,
Mat counter,
Board board,
Size imageSize,
Mat cameraMatrix,
Mat distCoeffs,
List<Mat> rvecs,
List<Mat> tvecs,
Mat stdDeviationsIntrinsics,
Mat stdDeviationsExtrinsics,
Mat perViewErrors) |
static double |
Aruco.calibrateCameraArucoExtended(List<Mat> corners,
Mat ids,
Mat counter,
Board board,
Size imageSize,
Mat cameraMatrix,
Mat distCoeffs,
List<Mat> rvecs,
List<Mat> tvecs,
Mat stdDeviationsIntrinsics,
Mat stdDeviationsExtrinsics,
Mat perViewErrors,
int flags) |
static double |
Aruco.calibrateCameraArucoExtended(List<Mat> corners,
Mat ids,
Mat counter,
Board board,
Size imageSize,
Mat cameraMatrix,
Mat distCoeffs,
List<Mat> rvecs,
List<Mat> tvecs,
Mat stdDeviationsIntrinsics,
Mat stdDeviationsExtrinsics,
Mat perViewErrors,
int flags,
TermCriteria criteria) |
static double |
Aruco.calibrateCameraCharuco(List<Mat> charucoCorners,
List<Mat> charucoIds,
CharucoBoard board,
Size imageSize,
Mat cameraMatrix,
Mat distCoeffs) |
static double |
Aruco.calibrateCameraCharuco(List<Mat> charucoCorners,
List<Mat> charucoIds,
CharucoBoard board,
Size imageSize,
Mat cameraMatrix,
Mat distCoeffs,
List<Mat> rvecs) |
static double |
Aruco.calibrateCameraCharuco(List<Mat> charucoCorners,
List<Mat> charucoIds,
CharucoBoard board,
Size imageSize,
Mat cameraMatrix,
Mat distCoeffs,
List<Mat> rvecs,
List<Mat> tvecs) |
static double |
Aruco.calibrateCameraCharuco(List<Mat> charucoCorners,
List<Mat> charucoIds,
CharucoBoard board,
Size imageSize,
Mat cameraMatrix,
Mat distCoeffs,
List<Mat> rvecs,
List<Mat> tvecs,
int flags) |
static double |
Aruco.calibrateCameraCharuco(List<Mat> charucoCorners,
List<Mat> charucoIds,
CharucoBoard board,
Size imageSize,
Mat cameraMatrix,
Mat distCoeffs,
List<Mat> rvecs,
List<Mat> tvecs,
int flags,
TermCriteria criteria) |
static double |
Aruco.calibrateCameraCharucoExtended(List<Mat> charucoCorners,
List<Mat> charucoIds,
CharucoBoard board,
Size imageSize,
Mat cameraMatrix,
Mat distCoeffs,
List<Mat> rvecs,
List<Mat> tvecs,
Mat stdDeviationsIntrinsics,
Mat stdDeviationsExtrinsics,
Mat perViewErrors) |
static double |
Aruco.calibrateCameraCharucoExtended(List<Mat> charucoCorners,
List<Mat> charucoIds,
CharucoBoard board,
Size imageSize,
Mat cameraMatrix,
Mat distCoeffs,
List<Mat> rvecs,
List<Mat> tvecs,
Mat stdDeviationsIntrinsics,
Mat stdDeviationsExtrinsics,
Mat perViewErrors,
int flags) |
static double |
Aruco.calibrateCameraCharucoExtended(List<Mat> charucoCorners,
List<Mat> charucoIds,
CharucoBoard board,
Size imageSize,
Mat cameraMatrix,
Mat distCoeffs,
List<Mat> rvecs,
List<Mat> tvecs,
Mat stdDeviationsIntrinsics,
Mat stdDeviationsExtrinsics,
Mat perViewErrors,
int flags,
TermCriteria criteria) |
void |
GridBoard.draw(Size outSize,
Mat img) |
void |
CharucoBoard.draw(Size outSize,
Mat img) |
void |
GridBoard.draw(Size outSize,
Mat img,
int marginSize) |
void |
CharucoBoard.draw(Size outSize,
Mat img,
int marginSize) |
void |
GridBoard.draw(Size outSize,
Mat img,
int marginSize,
int borderBits) |
void |
CharucoBoard.draw(Size outSize,
Mat img,
int marginSize,
int borderBits) |
static void |
Aruco.drawPlanarBoard(Board board,
Size outSize,
Mat img) |
static void |
Aruco.drawPlanarBoard(Board board,
Size outSize,
Mat img,
int marginSize) |
static void |
Aruco.drawPlanarBoard(Board board,
Size outSize,
Mat img,
int marginSize,
int borderBits) |
| Modifier and Type | Method and Description |
|---|---|
Size |
Retina.getInputSize() |
Size |
Retina.getOutputSize() |
Size |
TransientAreasSegmentationModule.getSize() |
| Modifier and Type | Method and Description |
|---|---|
static RetinaFastToneMapping |
RetinaFastToneMapping.create(Size inputSize) |
static Retina |
Retina.create(Size inputSize) |
static TransientAreasSegmentationModule |
TransientAreasSegmentationModule.create(Size inputSize) |
static Retina |
Retina.create(Size inputSize,
boolean colorMode) |
static Retina |
Retina.create(Size inputSize,
boolean colorMode,
int colorSamplingMethod) |
static Retina |
Retina.create(Size inputSize,
boolean colorMode,
int colorSamplingMethod,
boolean useRetinaLogSampling) |
static Retina |
Retina.create(Size inputSize,
boolean colorMode,
int colorSamplingMethod,
boolean useRetinaLogSampling,
float reductionFactor) |
static Retina |
Retina.create(Size inputSize,
boolean colorMode,
int colorSamplingMethod,
boolean useRetinaLogSampling,
float reductionFactor,
float samplingStrenght) |
| Modifier and Type | Method and Description |
|---|---|
static double |
Calib3d.calibrateCamera(List<Mat> objectPoints,
List<Mat> imagePoints,
Size imageSize,
Mat cameraMatrix,
Mat distCoeffs,
List<Mat> rvecs,
List<Mat> tvecs) |
static double |
Calib3d.calibrateCamera(List<Mat> objectPoints,
List<Mat> imagePoints,
Size imageSize,
Mat cameraMatrix,
Mat distCoeffs,
List<Mat> rvecs,
List<Mat> tvecs,
int flags) |
static double |
Calib3d.calibrateCamera(List<Mat> objectPoints,
List<Mat> imagePoints,
Size imageSize,
Mat cameraMatrix,
Mat distCoeffs,
List<Mat> rvecs,
List<Mat> tvecs,
int flags,
TermCriteria criteria) |
static double |
Calib3d.calibrateCameraExtended(List<Mat> objectPoints,
List<Mat> imagePoints,
Size imageSize,
Mat cameraMatrix,
Mat distCoeffs,
List<Mat> rvecs,
List<Mat> tvecs,
Mat stdDeviationsIntrinsics,
Mat stdDeviationsExtrinsics,
Mat perViewErrors) |
static double |
Calib3d.calibrateCameraExtended(List<Mat> objectPoints,
List<Mat> imagePoints,
Size imageSize,
Mat cameraMatrix,
Mat distCoeffs,
List<Mat> rvecs,
List<Mat> tvecs,
Mat stdDeviationsIntrinsics,
Mat stdDeviationsExtrinsics,
Mat perViewErrors,
int flags) |
static double |
Calib3d.calibrateCameraExtended(List<Mat> objectPoints,
List<Mat> imagePoints,
Size imageSize,
Mat cameraMatrix,
Mat distCoeffs,
List<Mat> rvecs,
List<Mat> tvecs,
Mat stdDeviationsIntrinsics,
Mat stdDeviationsExtrinsics,
Mat perViewErrors,
int flags,
TermCriteria criteria) |
static void |
Calib3d.calibrationMatrixValues(Mat cameraMatrix,
Size imageSize,
double apertureWidth,
double apertureHeight,
double[] fovx,
double[] fovy,
double[] focalLength,
Point principalPoint,
double[] aspectRatio) |
static void |
Calib3d.drawChessboardCorners(Mat image,
Size patternSize,
MatOfPoint2f corners,
boolean patternWasFound) |
static boolean |
Calib3d.findChessboardCorners(Mat image,
Size patternSize,
MatOfPoint2f corners) |
static boolean |
Calib3d.findChessboardCorners(Mat image,
Size patternSize,
MatOfPoint2f corners,
int flags) |
static boolean |
Calib3d.findCirclesGrid(Mat image,
Size patternSize,
Mat centers) |
static boolean |
Calib3d.findCirclesGrid(Mat image,
Size patternSize,
Mat centers,
int flags) |
static double |
Calib3d.fisheye_calibrate(List<Mat> objectPoints,
List<Mat> imagePoints,
Size image_size,
Mat K,
Mat D,
List<Mat> rvecs,
List<Mat> tvecs) |
static double |
Calib3d.fisheye_calibrate(List<Mat> objectPoints,
List<Mat> imagePoints,
Size image_size,
Mat K,
Mat D,
List<Mat> rvecs,
List<Mat> tvecs,
int flags) |
static double |
Calib3d.fisheye_calibrate(List<Mat> objectPoints,
List<Mat> imagePoints,
Size image_size,
Mat K,
Mat D,
List<Mat> rvecs,
List<Mat> tvecs,
int flags,
TermCriteria criteria) |
static void |
Calib3d.fisheye_estimateNewCameraMatrixForUndistortRectify(Mat K,
Mat D,
Size image_size,
Mat R,
Mat P) |
static void |
Calib3d.fisheye_estimateNewCameraMatrixForUndistortRectify(Mat K,
Mat D,
Size image_size,
Mat R,
Mat P,
double balance) |
static void |
Calib3d.fisheye_estimateNewCameraMatrixForUndistortRectify(Mat K,
Mat D,
Size image_size,
Mat R,
Mat P,
double balance,
Size new_size) |
static void |
Calib3d.fisheye_estimateNewCameraMatrixForUndistortRectify(Mat K,
Mat D,
Size image_size,
Mat R,
Mat P,
double balance,
Size new_size,
double fov_scale) |
static void |
Calib3d.fisheye_initUndistortRectifyMap(Mat K,
Mat D,
Mat R,
Mat P,
Size size,
int m1type,
Mat map1,
Mat map2) |
static double |
Calib3d.fisheye_stereoCalibrate(List<Mat> objectPoints,
List<Mat> imagePoints1,
List<Mat> imagePoints2,
Mat K1,
Mat D1,
Mat K2,
Mat D2,
Size imageSize,
Mat R,
Mat T) |
static double |
Calib3d.fisheye_stereoCalibrate(List<Mat> objectPoints,
List<Mat> imagePoints1,
List<Mat> imagePoints2,
Mat K1,
Mat D1,
Mat K2,
Mat D2,
Size imageSize,
Mat R,
Mat T,
int flags) |
static double |
Calib3d.fisheye_stereoCalibrate(List<Mat> objectPoints,
List<Mat> imagePoints1,
List<Mat> imagePoints2,
Mat K1,
Mat D1,
Mat K2,
Mat D2,
Size imageSize,
Mat R,
Mat T,
int flags,
TermCriteria criteria) |
static void |
Calib3d.fisheye_stereoRectify(Mat K1,
Mat D1,
Mat K2,
Mat D2,
Size imageSize,
Mat R,
Mat tvec,
Mat R1,
Mat R2,
Mat P1,
Mat P2,
Mat Q,
int flags) |
static void |
Calib3d.fisheye_stereoRectify(Mat K1,
Mat D1,
Mat K2,
Mat D2,
Size imageSize,
Mat R,
Mat tvec,
Mat R1,
Mat R2,
Mat P1,
Mat P2,
Mat Q,
int flags,
Size newImageSize) |
static void |
Calib3d.fisheye_stereoRectify(Mat K1,
Mat D1,
Mat K2,
Mat D2,
Size imageSize,
Mat R,
Mat tvec,
Mat R1,
Mat R2,
Mat P1,
Mat P2,
Mat Q,
int flags,
Size newImageSize,
double balance) |
static void |
Calib3d.fisheye_stereoRectify(Mat K1,
Mat D1,
Mat K2,
Mat D2,
Size imageSize,
Mat R,
Mat tvec,
Mat R1,
Mat R2,
Mat P1,
Mat P2,
Mat Q,
int flags,
Size newImageSize,
double balance,
double fov_scale) |
static void |
Calib3d.fisheye_undistortImage(Mat distorted,
Mat undistorted,
Mat K,
Mat D,
Mat Knew,
Size new_size) |
static Mat |
Calib3d.getOptimalNewCameraMatrix(Mat cameraMatrix,
Mat distCoeffs,
Size imageSize,
double alpha) |
static Mat |
Calib3d.getOptimalNewCameraMatrix(Mat cameraMatrix,
Mat distCoeffs,
Size imageSize,
double alpha,
Size newImgSize) |
static Mat |
Calib3d.getOptimalNewCameraMatrix(Mat cameraMatrix,
Mat distCoeffs,
Size imageSize,
double alpha,
Size newImgSize,
Rect validPixROI) |
static Mat |
Calib3d.getOptimalNewCameraMatrix(Mat cameraMatrix,
Mat distCoeffs,
Size imageSize,
double alpha,
Size newImgSize,
Rect validPixROI,
boolean centerPrincipalPoint) |
static Mat |
Calib3d.initCameraMatrix2D(List<MatOfPoint3f> objectPoints,
List<MatOfPoint2f> imagePoints,
Size imageSize) |
static Mat |
Calib3d.initCameraMatrix2D(List<MatOfPoint3f> objectPoints,
List<MatOfPoint2f> imagePoints,
Size imageSize,
double aspectRatio) |
static float |
Calib3d.rectify3Collinear(Mat cameraMatrix1,
Mat distCoeffs1,
Mat cameraMatrix2,
Mat distCoeffs2,
Mat cameraMatrix3,
Mat distCoeffs3,
List<Mat> imgpt1,
List<Mat> imgpt3,
Size imageSize,
Mat R12,
Mat T12,
Mat R13,
Mat T13,
Mat R1,
Mat R2,
Mat R3,
Mat P1,
Mat P2,
Mat P3,
Mat Q,
double alpha,
Size newImgSize,
Rect roi1,
Rect roi2,
int flags) |
static double |
Calib3d.stereoCalibrate(List<Mat> objectPoints,
List<Mat> imagePoints1,
List<Mat> imagePoints2,
Mat cameraMatrix1,
Mat distCoeffs1,
Mat cameraMatrix2,
Mat distCoeffs2,
Size imageSize,
Mat R,
Mat T,
Mat E,
Mat F) |
static double |
Calib3d.stereoCalibrate(List<Mat> objectPoints,
List<Mat> imagePoints1,
List<Mat> imagePoints2,
Mat cameraMatrix1,
Mat distCoeffs1,
Mat cameraMatrix2,
Mat distCoeffs2,
Size imageSize,
Mat R,
Mat T,
Mat E,
Mat F,
int flags) |
static double |
Calib3d.stereoCalibrate(List<Mat> objectPoints,
List<Mat> imagePoints1,
List<Mat> imagePoints2,
Mat cameraMatrix1,
Mat distCoeffs1,
Mat cameraMatrix2,
Mat distCoeffs2,
Size imageSize,
Mat R,
Mat T,
Mat E,
Mat F,
int flags,
TermCriteria criteria) |
static double |
Calib3d.stereoCalibrateExtended(List<Mat> objectPoints,
List<Mat> imagePoints1,
List<Mat> imagePoints2,
Mat cameraMatrix1,
Mat distCoeffs1,
Mat cameraMatrix2,
Mat distCoeffs2,
Size imageSize,
Mat R,
Mat T,
Mat E,
Mat F,
Mat perViewErrors) |
static double |
Calib3d.stereoCalibrateExtended(List<Mat> objectPoints,
List<Mat> imagePoints1,
List<Mat> imagePoints2,
Mat cameraMatrix1,
Mat distCoeffs1,
Mat cameraMatrix2,
Mat distCoeffs2,
Size imageSize,
Mat R,
Mat T,
Mat E,
Mat F,
Mat perViewErrors,
int flags) |
static double |
Calib3d.stereoCalibrateExtended(List<Mat> objectPoints,
List<Mat> imagePoints1,
List<Mat> imagePoints2,
Mat cameraMatrix1,
Mat distCoeffs1,
Mat cameraMatrix2,
Mat distCoeffs2,
Size imageSize,
Mat R,
Mat T,
Mat E,
Mat F,
Mat perViewErrors,
int flags,
TermCriteria criteria) |
static void |
Calib3d.stereoRectify(Mat cameraMatrix1,
Mat distCoeffs1,
Mat cameraMatrix2,
Mat distCoeffs2,
Size imageSize,
Mat R,
Mat T,
Mat R1,
Mat R2,
Mat P1,
Mat P2,
Mat Q) |
static void |
Calib3d.stereoRectify(Mat cameraMatrix1,
Mat distCoeffs1,
Mat cameraMatrix2,
Mat distCoeffs2,
Size imageSize,
Mat R,
Mat T,
Mat R1,
Mat R2,
Mat P1,
Mat P2,
Mat Q,
int flags) |
static void |
Calib3d.stereoRectify(Mat cameraMatrix1,
Mat distCoeffs1,
Mat cameraMatrix2,
Mat distCoeffs2,
Size imageSize,
Mat R,
Mat T,
Mat R1,
Mat R2,
Mat P1,
Mat P2,
Mat Q,
int flags,
double alpha) |
static void |
Calib3d.stereoRectify(Mat cameraMatrix1,
Mat distCoeffs1,
Mat cameraMatrix2,
Mat distCoeffs2,
Size imageSize,
Mat R,
Mat T,
Mat R1,
Mat R2,
Mat P1,
Mat P2,
Mat Q,
int flags,
double alpha,
Size newImageSize) |
static void |
Calib3d.stereoRectify(Mat cameraMatrix1,
Mat distCoeffs1,
Mat cameraMatrix2,
Mat distCoeffs2,
Size imageSize,
Mat R,
Mat T,
Mat R1,
Mat R2,
Mat P1,
Mat P2,
Mat Q,
int flags,
double alpha,
Size newImageSize,
Rect validPixROI1) |
static void |
Calib3d.stereoRectify(Mat cameraMatrix1,
Mat distCoeffs1,
Mat cameraMatrix2,
Mat distCoeffs2,
Size imageSize,
Mat R,
Mat T,
Mat R1,
Mat R2,
Mat P1,
Mat P2,
Mat Q,
int flags,
double alpha,
Size newImageSize,
Rect validPixROI1,
Rect validPixROI2) |
static boolean |
Calib3d.stereoRectifyUncalibrated(Mat points1,
Mat points2,
Mat F,
Size imgSize,
Mat H1,
Mat H2) |
static boolean |
Calib3d.stereoRectifyUncalibrated(Mat points1,
Mat points2,
Mat F,
Size imgSize,
Mat H1,
Mat H2,
double threshold) |
| Modifier and Type | Field and Description |
|---|---|
Size |
RotatedRect.size |
| Modifier and Type | Method and Description |
|---|---|
Size |
Size.clone() |
Size |
Rect.size() |
Size |
Rect2d.size() |
Size |
Mat.size() |
| Modifier and Type | Method and Description |
|---|---|
void |
Mat.create(Size size,
int type) |
static Mat |
Mat.eye(Size size,
int type) |
void |
Mat.locateROI(Size wholeSize,
Point ofs) |
static Mat |
Mat.ones(Size size,
int type) |
static Mat |
Mat.zeros(Size size,
int type) |
| Constructor and Description |
|---|
Mat(Size size,
int type) |
Mat(Size size,
int type,
Scalar s) |
Rect(Point p,
Size s) |
Rect2d(Point p,
Size s) |
RotatedRect(Point c,
Size s,
double a) |
| Modifier and Type | Method and Description |
|---|---|
static Mat |
Dnn.blobFromImage(Mat image,
double scalefactor,
Size size) |
static Mat |
Dnn.blobFromImage(Mat image,
double scalefactor,
Size size,
Scalar mean) |
static Mat |
Dnn.blobFromImage(Mat image,
double scalefactor,
Size size,
Scalar mean,
boolean swapRB) |
static Mat |
Dnn.blobFromImage(Mat image,
double scalefactor,
Size size,
Scalar mean,
boolean swapRB,
boolean crop) |
static Mat |
Dnn.blobFromImage(Mat image,
double scalefactor,
Size size,
Scalar mean,
boolean swapRB,
boolean crop,
int ddepth) |
static Mat |
Dnn.blobFromImages(List<Mat> images,
double scalefactor,
Size size) |
static Mat |
Dnn.blobFromImages(List<Mat> images,
double scalefactor,
Size size,
Scalar mean) |
static Mat |
Dnn.blobFromImages(List<Mat> images,
double scalefactor,
Size size,
Scalar mean,
boolean swapRB) |
static Mat |
Dnn.blobFromImages(List<Mat> images,
double scalefactor,
Size size,
Scalar mean,
boolean swapRB,
boolean crop) |
static Mat |
Dnn.blobFromImages(List<Mat> images,
double scalefactor,
Size size,
Scalar mean,
boolean swapRB,
boolean crop,
int ddepth) |
| Modifier and Type | Method and Description |
|---|---|
static Size |
ImageWindow.keepAspectRatioSize(int original_width,
int original_height,
int bound_width,
int bound_height) |
| Modifier and Type | Method and Description |
|---|---|
static Size |
Imgproc.getTextSize(String text,
int fontFace,
double fontScale,
int thickness,
int[] baseLine) |
Size |
CLAHE.getTilesGridSize() |
| Modifier and Type | Method and Description |
|---|---|
static void |
Imgproc.blur(Mat src,
Mat dst,
Size ksize) |
static void |
Imgproc.blur(Mat src,
Mat dst,
Size ksize,
Point anchor) |
static void |
Imgproc.blur(Mat src,
Mat dst,
Size ksize,
Point anchor,
int borderType) |
static void |
Imgproc.boxFilter(Mat src,
Mat dst,
int ddepth,
Size ksize) |
static void |
Imgproc.boxFilter(Mat src,
Mat dst,
int ddepth,
Size ksize,
Point anchor) |
static void |
Imgproc.boxFilter(Mat src,
Mat dst,
int ddepth,
Size ksize,
Point anchor,
boolean normalize) |
static void |
Imgproc.boxFilter(Mat src,
Mat dst,
int ddepth,
Size ksize,
Point anchor,
boolean normalize,
int borderType) |
int |
LineSegmentDetector.compareSegments(Size size,
Mat lines1,
Mat lines2) |
int |
LineSegmentDetector.compareSegments(Size size,
Mat lines1,
Mat lines2,
Mat _image) |
static void |
Imgproc.cornerSubPix(Mat image,
Mat corners,
Size winSize,
Size zeroZone,
TermCriteria criteria) |
static CLAHE |
Imgproc.createCLAHE(double clipLimit,
Size tileGridSize) |
static void |
Imgproc.createHanningWindow(Mat dst,
Size winSize,
int type) |
static void |
Imgproc.ellipse(Mat img,
Point center,
Size axes,
double angle,
double startAngle,
double endAngle,
Scalar color) |
static void |
Imgproc.ellipse(Mat img,
Point center,
Size axes,
double angle,
double startAngle,
double endAngle,
Scalar color,
int thickness) |
static void |
Imgproc.ellipse(Mat img,
Point center,
Size axes,
double angle,
double startAngle,
double endAngle,
Scalar color,
int thickness,
int lineType) |
static void |
Imgproc.ellipse(Mat img,
Point center,
Size axes,
double angle,
double startAngle,
double endAngle,
Scalar color,
int thickness,
int lineType,
int shift) |
static void |
Imgproc.ellipse2Poly(Point center,
Size axes,
int angle,
int arcStart,
int arcEnd,
int delta,
MatOfPoint pts) |
static void |
Imgproc.GaussianBlur(Mat src,
Mat dst,
Size ksize,
double sigmaX) |
static void |
Imgproc.GaussianBlur(Mat src,
Mat dst,
Size ksize,
double sigmaX,
double sigmaY) |
static void |
Imgproc.GaussianBlur(Mat src,
Mat dst,
Size ksize,
double sigmaX,
double sigmaY,
int borderType) |
static Mat |
Imgproc.getDefaultNewCameraMatrix(Mat cameraMatrix,
Size imgsize) |
static Mat |
Imgproc.getDefaultNewCameraMatrix(Mat cameraMatrix,
Size imgsize,
boolean centerPrincipalPoint) |
static Mat |
Imgproc.getGaborKernel(Size ksize,
double sigma,
double theta,
double lambd,
double gamma) |
static Mat |
Imgproc.getGaborKernel(Size ksize,
double sigma,
double theta,
double lambd,
double gamma,
double psi) |
static Mat |
Imgproc.getGaborKernel(Size ksize,
double sigma,
double theta,
double lambd,
double gamma,
double psi,
int ktype) |
static void |
Imgproc.getRectSubPix(Mat image,
Size patchSize,
Point center,
Mat patch) |
static void |
Imgproc.getRectSubPix(Mat image,
Size patchSize,
Point center,
Mat patch,
int patchType) |
static Mat |
Imgproc.getStructuringElement(int shape,
Size ksize) |
static Mat |
Imgproc.getStructuringElement(int shape,
Size ksize,
Point anchor) |
static void |
Imgproc.initUndistortRectifyMap(Mat cameraMatrix,
Mat distCoeffs,
Mat R,
Mat newCameraMatrix,
Size size,
int m1type,
Mat map1,
Mat map2) |
static float |
Imgproc.initWideAngleProjMap(Mat cameraMatrix,
Mat distCoeffs,
Size imageSize,
int destImageWidth,
int m1type,
Mat map1,
Mat map2) |
static float |
Imgproc.initWideAngleProjMap(Mat cameraMatrix,
Mat distCoeffs,
Size imageSize,
int destImageWidth,
int m1type,
Mat map1,
Mat map2,
int projType) |
static float |
Imgproc.initWideAngleProjMap(Mat cameraMatrix,
Mat distCoeffs,
Size imageSize,
int destImageWidth,
int m1type,
Mat map1,
Mat map2,
int projType,
double alpha) |
static void |
Imgproc.pyrDown(Mat src,
Mat dst,
Size dstsize) |
static void |
Imgproc.pyrDown(Mat src,
Mat dst,
Size dstsize,
int borderType) |
static void |
Imgproc.pyrUp(Mat src,
Mat dst,
Size dstsize) |
static void |
Imgproc.pyrUp(Mat src,
Mat dst,
Size dstsize,
int borderType) |
static void |
Imgproc.resize(Mat src,
Mat dst,
Size dsize) |
static void |
Imgproc.resize(Mat src,
Mat dst,
Size dsize,
double fx) |
static void |
Imgproc.resize(Mat src,
Mat dst,
Size dsize,
double fx,
double fy) |
static void |
Imgproc.resize(Mat src,
Mat dst,
Size dsize,
double fx,
double fy,
int interpolation) |
void |
CLAHE.setTilesGridSize(Size tileGridSize) |
static void |
Imgproc.sqrBoxFilter(Mat _src,
Mat _dst,
int ddepth,
Size ksize) |
static void |
Imgproc.sqrBoxFilter(Mat _src,
Mat _dst,
int ddepth,
Size ksize,
Point anchor) |
static void |
Imgproc.sqrBoxFilter(Mat _src,
Mat _dst,
int ddepth,
Size ksize,
Point anchor,
boolean normalize) |
static void |
Imgproc.sqrBoxFilter(Mat _src,
Mat _dst,
int ddepth,
Size ksize,
Point anchor,
boolean normalize,
int borderType) |
static void |
Imgproc.warpAffine(Mat src,
Mat dst,
Mat M,
Size dsize) |
static void |
Imgproc.warpAffine(Mat src,
Mat dst,
Mat M,
Size dsize,
int flags) |
static void |
Imgproc.warpAffine(Mat src,
Mat dst,
Mat M,
Size dsize,
int flags,
int borderMode) |
static void |
Imgproc.warpAffine(Mat src,
Mat dst,
Mat M,
Size dsize,
int flags,
int borderMode,
Scalar borderValue) |
static void |
Imgproc.warpPerspective(Mat src,
Mat dst,
Mat M,
Size dsize) |
static void |
Imgproc.warpPerspective(Mat src,
Mat dst,
Mat M,
Size dsize,
int flags) |
static void |
Imgproc.warpPerspective(Mat src,
Mat dst,
Mat M,
Size dsize,
int flags,
int borderMode) |
static void |
Imgproc.warpPerspective(Mat src,
Mat dst,
Mat M,
Size dsize,
int flags,
int borderMode,
Scalar borderValue) |
static void |
Imgproc.warpPolar(Mat src,
Mat dst,
Size dsize,
Point center,
double maxRadius,
int flags) |
| Modifier and Type | Method and Description |
|---|---|
Size |
HOGDescriptor.get_blockSize() |
Size |
HOGDescriptor.get_blockStride() |
Size |
HOGDescriptor.get_cellSize() |
Size |
HOGDescriptor.get_winSize() |
Size |
CascadeClassifier.getOriginalWindowSize() |
| Modifier and Type | Method and Description |
|---|---|
void |
HOGDescriptor.compute(Mat img,
MatOfFloat descriptors,
Size winStride) |
void |
HOGDescriptor.compute(Mat img,
MatOfFloat descriptors,
Size winStride,
Size padding) |
void |
HOGDescriptor.compute(Mat img,
MatOfFloat descriptors,
Size winStride,
Size padding,
MatOfPoint locations) |
void |
HOGDescriptor.computeGradient(Mat img,
Mat grad,
Mat angleOfs,
Size paddingTL) |
void |
HOGDescriptor.computeGradient(Mat img,
Mat grad,
Mat angleOfs,
Size paddingTL,
Size paddingBR) |
void |
HOGDescriptor.detect(Mat img,
MatOfPoint foundLocations,
MatOfDouble weights,
double hitThreshold,
Size winStride) |
void |
HOGDescriptor.detect(Mat img,
MatOfPoint foundLocations,
MatOfDouble weights,
double hitThreshold,
Size winStride,
Size padding) |
void |
HOGDescriptor.detect(Mat img,
MatOfPoint foundLocations,
MatOfDouble weights,
double hitThreshold,
Size winStride,
Size padding,
MatOfPoint searchLocations) |
void |
CascadeClassifier.detectMultiScale(Mat image,
MatOfRect objects,
double scaleFactor,
int minNeighbors,
int flags,
Size minSize) |
void |
CascadeClassifier.detectMultiScale(Mat image,
MatOfRect objects,
double scaleFactor,
int minNeighbors,
int flags,
Size minSize,
Size maxSize) |
void |
HOGDescriptor.detectMultiScale(Mat img,
MatOfRect foundLocations,
MatOfDouble foundWeights,
double hitThreshold,
Size winStride) |
void |
HOGDescriptor.detectMultiScale(Mat img,
MatOfRect foundLocations,
MatOfDouble foundWeights,
double hitThreshold,
Size winStride,
Size padding) |
void |
HOGDescriptor.detectMultiScale(Mat img,
MatOfRect foundLocations,
MatOfDouble foundWeights,
double hitThreshold,
Size winStride,
Size padding,
double scale) |
void |
HOGDescriptor.detectMultiScale(Mat img,
MatOfRect foundLocations,
MatOfDouble foundWeights,
double hitThreshold,
Size winStride,
Size padding,
double scale,
double finalThreshold) |
void |
HOGDescriptor.detectMultiScale(Mat img,
MatOfRect foundLocations,
MatOfDouble foundWeights,
double hitThreshold,
Size winStride,
Size padding,
double scale,
double finalThreshold,
boolean useMeanshiftGrouping) |
void |
CascadeClassifier.detectMultiScale2(Mat image,
MatOfRect objects,
MatOfInt numDetections,
double scaleFactor,
int minNeighbors,
int flags,
Size minSize) |
void |
CascadeClassifier.detectMultiScale2(Mat image,
MatOfRect objects,
MatOfInt numDetections,
double scaleFactor,
int minNeighbors,
int flags,
Size minSize,
Size maxSize) |
void |
CascadeClassifier.detectMultiScale3(Mat image,
MatOfRect objects,
MatOfInt rejectLevels,
MatOfDouble levelWeights,
double scaleFactor,
int minNeighbors,
int flags,
Size minSize) |
void |
CascadeClassifier.detectMultiScale3(Mat image,
MatOfRect objects,
MatOfInt rejectLevels,
MatOfDouble levelWeights,
double scaleFactor,
int minNeighbors,
int flags,
Size minSize,
Size maxSize) |
void |
CascadeClassifier.detectMultiScale3(Mat image,
MatOfRect objects,
MatOfInt rejectLevels,
MatOfDouble levelWeights,
double scaleFactor,
int minNeighbors,
int flags,
Size minSize,
Size maxSize,
boolean outputRejectLevels) |
| Constructor and Description |
|---|
HOGDescriptor(Size _winSize,
Size _blockSize,
Size _blockStride,
Size _cellSize,
int _nbins) |
HOGDescriptor(Size _winSize,
Size _blockSize,
Size _blockStride,
Size _cellSize,
int _nbins,
int _derivAperture) |
HOGDescriptor(Size _winSize,
Size _blockSize,
Size _blockStride,
Size _cellSize,
int _nbins,
int _derivAperture,
double _winSigma) |
HOGDescriptor(Size _winSize,
Size _blockSize,
Size _blockStride,
Size _cellSize,
int _nbins,
int _derivAperture,
double _winSigma,
int _histogramNormType) |
HOGDescriptor(Size _winSize,
Size _blockSize,
Size _blockStride,
Size _cellSize,
int _nbins,
int _derivAperture,
double _winSigma,
int _histogramNormType,
double _L2HysThreshold) |
HOGDescriptor(Size _winSize,
Size _blockSize,
Size _blockStride,
Size _cellSize,
int _nbins,
int _derivAperture,
double _winSigma,
int _histogramNormType,
double _L2HysThreshold,
boolean _gammaCorrection) |
HOGDescriptor(Size _winSize,
Size _blockSize,
Size _blockStride,
Size _cellSize,
int _nbins,
int _derivAperture,
double _winSigma,
int _histogramNormType,
double _L2HysThreshold,
boolean _gammaCorrection,
int _nlevels) |
HOGDescriptor(Size _winSize,
Size _blockSize,
Size _blockStride,
Size _cellSize,
int _nbins,
int _derivAperture,
double _winSigma,
int _histogramNormType,
double _L2HysThreshold,
boolean _gammaCorrection,
int _nlevels,
boolean _signedGradient) |
| Modifier and Type | Method and Description |
|---|---|
void |
SinusoidalPattern.unwrapPhaseMap(List<Mat> wrappedPhaseMap,
Mat unwrappedPhaseMap,
Size camSize) |
void |
SinusoidalPattern.unwrapPhaseMap(List<Mat> wrappedPhaseMap,
Mat unwrappedPhaseMap,
Size camSize,
Mat shadowMask) |
| Modifier and Type | Method and Description |
|---|---|
Size |
SparsePyrLKOpticalFlow.getWinSize() |
| Modifier and Type | Method and Description |
|---|---|
static int |
Video.buildOpticalFlowPyramid(Mat img,
List<Mat> pyramid,
Size winSize,
int maxLevel) |
static int |
Video.buildOpticalFlowPyramid(Mat img,
List<Mat> pyramid,
Size winSize,
int maxLevel,
boolean withDerivatives) |
static int |
Video.buildOpticalFlowPyramid(Mat img,
List<Mat> pyramid,
Size winSize,
int maxLevel,
boolean withDerivatives,
int pyrBorder) |
static int |
Video.buildOpticalFlowPyramid(Mat img,
List<Mat> pyramid,
Size winSize,
int maxLevel,
boolean withDerivatives,
int pyrBorder,
int derivBorder) |
static int |
Video.buildOpticalFlowPyramid(Mat img,
List<Mat> pyramid,
Size winSize,
int maxLevel,
boolean withDerivatives,
int pyrBorder,
int derivBorder,
boolean tryReuseInputImage) |
static void |
Video.calcOpticalFlowPyrLK(Mat prevImg,
Mat nextImg,
MatOfPoint2f prevPts,
MatOfPoint2f nextPts,
MatOfByte status,
MatOfFloat err,
Size winSize) |
static void |
Video.calcOpticalFlowPyrLK(Mat prevImg,
Mat nextImg,
MatOfPoint2f prevPts,
MatOfPoint2f nextPts,
MatOfByte status,
MatOfFloat err,
Size winSize,
int maxLevel) |
static void |
Video.calcOpticalFlowPyrLK(Mat prevImg,
Mat nextImg,
MatOfPoint2f prevPts,
MatOfPoint2f nextPts,
MatOfByte status,
MatOfFloat err,
Size winSize,
int maxLevel,
TermCriteria criteria) |
static void |
Video.calcOpticalFlowPyrLK(Mat prevImg,
Mat nextImg,
MatOfPoint2f prevPts,
MatOfPoint2f nextPts,
MatOfByte status,
MatOfFloat err,
Size winSize,
int maxLevel,
TermCriteria criteria,
int flags) |
static void |
Video.calcOpticalFlowPyrLK(Mat prevImg,
Mat nextImg,
MatOfPoint2f prevPts,
MatOfPoint2f nextPts,
MatOfByte status,
MatOfFloat err,
Size winSize,
int maxLevel,
TermCriteria criteria,
int flags,
double minEigThreshold) |
static SparsePyrLKOpticalFlow |
SparsePyrLKOpticalFlow.create(Size winSize) |
static SparsePyrLKOpticalFlow |
SparsePyrLKOpticalFlow.create(Size winSize,
int maxLevel) |
static SparsePyrLKOpticalFlow |
SparsePyrLKOpticalFlow.create(Size winSize,
int maxLevel,
TermCriteria crit) |
static SparsePyrLKOpticalFlow |
SparsePyrLKOpticalFlow.create(Size winSize,
int maxLevel,
TermCriteria crit,
int flags) |
static SparsePyrLKOpticalFlow |
SparsePyrLKOpticalFlow.create(Size winSize,
int maxLevel,
TermCriteria crit,
int flags,
double minEigThreshold) |
void |
SparsePyrLKOpticalFlow.setWinSize(Size winSize) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
VideoWriter.open(String filename,
int fourcc,
double fps,
Size frameSize) |
boolean |
VideoWriter.open(String filename,
int fourcc,
double fps,
Size frameSize,
boolean isColor) |
boolean |
VideoWriter.open(String filename,
int apiPreference,
int fourcc,
double fps,
Size frameSize) |
boolean |
VideoWriter.open(String filename,
int apiPreference,
int fourcc,
double fps,
Size frameSize,
boolean isColor) |
| Constructor and Description |
|---|
VideoWriter(String filename,
int fourcc,
double fps,
Size frameSize) |
VideoWriter(String filename,
int fourcc,
double fps,
Size frameSize,
boolean isColor) |
VideoWriter(String filename,
int apiPreference,
int fourcc,
double fps,
Size frameSize) |
VideoWriter(String filename,
int apiPreference,
int fourcc,
double fps,
Size frameSize,
boolean isColor) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Xfeatures2d.matchGMS(Size size1,
Size size2,
MatOfKeyPoint keypoints1,
MatOfKeyPoint keypoints2,
MatOfDMatch matches1to2,
MatOfDMatch matchesGMS) |
static void |
Xfeatures2d.matchGMS(Size size1,
Size size2,
MatOfKeyPoint keypoints1,
MatOfKeyPoint keypoints2,
MatOfDMatch matches1to2,
MatOfDMatch matchesGMS,
boolean withRotation) |
static void |
Xfeatures2d.matchGMS(Size size1,
Size size2,
MatOfKeyPoint keypoints1,
MatOfKeyPoint keypoints2,
MatOfDMatch matches1to2,
MatOfDMatch matchesGMS,
boolean withRotation,
boolean withScale) |
static void |
Xfeatures2d.matchGMS(Size size1,
Size size2,
MatOfKeyPoint keypoints1,
MatOfKeyPoint keypoints2,
MatOfDMatch matches1to2,
MatOfDMatch matchesGMS,
boolean withRotation,
boolean withScale,
double thresholdFactor) |
Copyright © 2018. All rights reserved.