| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
static opencv_core.CvRect |
opencv_imgproc.cvBoundingRect(opencv_core.CvArr points) |
static opencv_core.CvRect |
opencv_imgproc.cvBoundingRect(opencv_core.CvArr points,
int update)
\brief Calculates contour bounding rectangle (update=1) or
just retrieves pre-calculated rectangle (update=0)
|
static opencv_core.CvRect |
opencv_core.cvGetImageROI(opencv_core.IplImage image)
\brief Returns the image ROI.
|
static opencv_core.CvRect |
opencv_calib3d.cvGetValidDisparityROI(opencv_core.CvRect roi1,
opencv_core.CvRect roi2,
int minDisparity,
int numberOfDisparities,
int SADWindowSize) |
static opencv_core.CvRect |
opencv_imgproc.cvMaxRect(opencv_core.CvRect rect1,
opencv_core.CvRect rect2)
\brief Finds minimum rectangle containing two given rectangles
|
static opencv_core.CvRect |
opencv_core.cvRect(int x,
int y,
int width,
int height)
constructs CvRect structure.
|
static opencv_core.CvRect |
opencv_core.cvROIToRect(opencv_core.IplROI roi) |
opencv_core.CvRect |
opencv_core.CvRect.height(int height) |
opencv_core.CvRect |
opencv_core.CvRect.position(long position) |
opencv_core.CvRect |
opencv_objdetect.CvHaarFeature.rect_r(int i) |
opencv_core.CvRect |
opencv_core.CvContour.rect() |
opencv_core.CvRect |
opencv_objdetect.CvAvgComp.rect() |
opencv_core.CvRect |
opencv_imgproc.CvConnectedComp.rect()
ROI of the component
|
opencv_core.CvRect |
opencv_calib3d.CvStereoBMState.roi1() |
opencv_core.CvRect |
opencv_calib3d.CvStereoBMState.roi2() |
opencv_core.CvRect |
opencv_core.CvRect.width(int width) |
opencv_core.CvRect |
opencv_core.CvRect.x(int x) |
opencv_core.CvRect |
opencv_core.CvRect.y(int y) |
Copyright © 2018. All rights reserved.