| Package | Description |
|---|---|
| org.opencv.calib3d | |
| org.opencv.core | |
| org.opencv.imgproc | |
| org.opencv.utils | |
| org.opencv.video | |
| org.opencv.ximgproc |
| Modifier and Type | Method and Description |
|---|---|
Rect |
StereoBM.getROI1() |
Rect |
StereoBM.getROI2() |
static Rect |
Calib3d.getValidDisparityROI(Rect roi1,
Rect roi2,
int minDisparity,
int numberOfDisparities,
int SADWindowSize) |
| Modifier and Type | Method and Description |
|---|---|
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 Rect |
Calib3d.getValidDisparityROI(Rect roi1,
Rect roi2,
int minDisparity,
int numberOfDisparities,
int SADWindowSize) |
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) |
void |
StereoBM.setROI1(Rect roi1) |
void |
StereoBM.setROI2(Rect roi2) |
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) |
| Modifier and Type | Method and Description |
|---|---|
Rect |
RotatedRect.boundingRect() |
Rect |
Rect.clone() |
Rect[] |
MatOfRect.toArray() |
| Modifier and Type | Method and Description |
|---|---|
List<Rect> |
MatOfRect.toList() |
| Modifier and Type | Method and Description |
|---|---|
void |
MatOfRect.fromArray(Rect... a) |
boolean |
Point.inside(Rect r) |
Mat |
Mat.submat(Rect roi) |
| Modifier and Type | Method and Description |
|---|---|
void |
MatOfRect.fromList(List<Rect> lr) |
| Constructor and Description |
|---|
Mat(Mat m,
Rect roi) |
MatOfRect(Rect... a) |
| Modifier and Type | Method and Description |
|---|---|
static Rect |
Imgproc.boundingRect(MatOfPoint points) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Imgproc.clipLine(Rect imgRect,
Point pt1,
Point pt2) |
static int |
Imgproc.floodFill(Mat image,
Mat mask,
Point seedPoint,
Scalar newVal,
Rect rect) |
static int |
Imgproc.floodFill(Mat image,
Mat mask,
Point seedPoint,
Scalar newVal,
Rect rect,
Scalar loDiff) |
static int |
Imgproc.floodFill(Mat image,
Mat mask,
Point seedPoint,
Scalar newVal,
Rect rect,
Scalar loDiff,
Scalar upDiff) |
static int |
Imgproc.floodFill(Mat image,
Mat mask,
Point seedPoint,
Scalar newVal,
Rect rect,
Scalar loDiff,
Scalar upDiff,
int flags) |
static void |
Imgproc.grabCut(Mat img,
Mat mask,
Rect rect,
Mat bgdModel,
Mat fgdModel,
int iterCount) |
static void |
Imgproc.grabCut(Mat img,
Mat mask,
Rect rect,
Mat bgdModel,
Mat fgdModel,
int iterCount,
int mode) |
void |
Subdiv2D.initDelaunay(Rect rect) |
| Constructor and Description |
|---|
Subdiv2D(Rect rect) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Converters.Mat_to_vector_Rect(Mat m,
List<Rect> rs) |
static Mat |
Converters.vector_Rect_to_Mat(List<Rect> rs) |
| Modifier and Type | Method and Description |
|---|---|
static RotatedRect |
Video.CamShift(Mat probImage,
Rect window,
TermCriteria criteria) |
static int |
Video.meanShift(Mat probImage,
Rect window,
TermCriteria criteria) |
| Modifier and Type | Method and Description |
|---|---|
Rect |
DisparityWLSFilter.getROI() |
| Modifier and Type | Method and Description |
|---|---|
void |
DisparityFilter.filter(Mat disparity_map_left,
Mat left_view,
Mat filtered_disparity_map,
Mat disparity_map_right,
Rect ROI) |
void |
DisparityFilter.filter(Mat disparity_map_left,
Mat left_view,
Mat filtered_disparity_map,
Mat disparity_map_right,
Rect ROI,
Mat right_view) |
Copyright © 2018. All rights reserved.