| Package | Description |
|---|---|
| org.bytedeco.javacpp | |
| org.bytedeco.javacpp.helper |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.CvRect |
opencv_core.Rect.asCvRect()
conversion to the old-style CvRect
|
opencv_core.CvRect |
opencv_core.Rectf.asCvRect()
conversion to the old-style CvRect
|
opencv_core.CvRect |
opencv_core.Rectd.asCvRect()
conversion to the old-style CvRect
|
static opencv_core.CvRect |
opencv_imgproc.cvBoundingRect(opencv_core.CvArr points) |
static opencv_core.CvRect |
opencv_imgproc.cvBoundingRect(opencv_core.CvArr points,
int update) |
static opencv_core.CvRect |
opencv_legacy.cvContourBoundingRect(Pointer point_set) |
static opencv_core.CvRect |
opencv_legacy.cvContourBoundingRect(Pointer point_set,
int update) |
static opencv_core.CvRect |
opencv_core.cvGetImageROI(opencv_core.IplImage image) |
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) |
static opencv_core.CvRect |
opencv_core.cvRect(int x,
int y,
int width,
int height) |
static opencv_core.CvRect |
opencv_legacy.cvRectIntersection(opencv_core.CvRect r1,
opencv_core.CvRect r2) |
static opencv_core.CvRect |
opencv_core.cvROIToRect(opencv_core.IplROI roi) |
opencv_core.CvRect |
opencv_legacy.CvCamShiftTracker.get_window() |
opencv_core.CvRect |
opencv_core.CvRect.height(int height) |
opencv_core.CvRect |
opencv_legacy.CvFaceData.LeftEyeRect() |
opencv_core.CvRect |
opencv_legacy.CvFaceData.MouthRect() |
opencv_core.CvRect |
opencv_core.CvRect.position(int position) |
opencv_core.CvRect |
opencv_objdetect.CvHaarFeature.rect_r(int i) |
opencv_core.CvRect |
opencv_objdetect.CvAvgComp.rect() |
opencv_core.CvRect |
opencv_objdetect.CvObjectDetection.rect() |
opencv_core.CvRect |
opencv_core.CvContour.rect() |
opencv_core.CvRect |
opencv_imgproc.CvConnectedComp.rect() |
opencv_core.CvRect |
opencv_legacy.CvFaceData.RightEyeRect() |
opencv_core.CvRect |
opencv_legacy.CvImage.roi() |
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) |
| Constructor and Description |
|---|
opencv_core.Rect(opencv_core.CvRect r) |
opencv_core.Rectd(opencv_core.CvRect r) |
opencv_core.Rectf(opencv_core.CvRect r) |
| Modifier and Type | Method and Description |
|---|---|
static opencv_legacy.CvFaceTracker |
opencv_legacy.AbstractCvFaceTracker.create(opencv_legacy.CvFaceTracker pFaceTracking,
opencv_core.IplImage imgGray,
opencv_core.CvRect pRects,
int nRects) |
Copyright © 2014. All Rights Reserved.