| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.RotatedRect |
opencv_core.RotatedRect.angle(float angle) |
static opencv_core.RotatedRect |
opencv_video.CamShift(opencv_core.Mat probImage,
opencv_core.Rect window,
opencv_core.TermCriteria criteria)
updates the object tracking window using CAMSHIFT algorithm
|
opencv_core.RotatedRect |
opencv_core.RotatedRect.center(opencv_core.Point2f center) |
static opencv_core.RotatedRect |
opencv_imgproc.fitEllipse(opencv_core.Mat points)
fits ellipse to the set of 2D points
|
opencv_core.RotatedRect |
opencv_contrib.CvMeanShiftTracker.getTrackingEllipse() |
static opencv_core.RotatedRect |
opencv_imgproc.minAreaRect(opencv_core.Mat points)
computes the minimal rotated rectangle for a set of points
|
opencv_core.RotatedRect |
opencv_core.RotatedRect.position(int position) |
opencv_core.RotatedRect |
opencv_core.RotatedRect.size(opencv_core.Size2f size) |
opencv_core.RotatedRect |
opencv_contrib.CvMeanShiftTracker.updateTrackingWindow(opencv_core.Mat image) |
| Modifier and Type | Method and Description |
|---|---|
static void |
opencv_core.ellipse(opencv_core.Mat img,
opencv_core.RotatedRect box,
opencv_core.Scalar color) |
static void |
opencv_core.ellipse(opencv_core.Mat img,
opencv_core.RotatedRect box,
opencv_core.Scalar color,
int thickness,
int lineType)
draws a rotated ellipse in the image
|
Copyright © 2014. All Rights Reserved.