| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.Rect2f |
opencv_core.RotatedRect.boundingRect2f()
returns the minimal (exact) floating point rectangle containing the rotated rectangle, not intended for use with images
|
opencv_core.Rect2f |
opencv_core.Rect2f.height(float height) |
opencv_core.Rect2f |
opencv_core.Rect2f.position(long position) |
opencv_core.Rect2f |
opencv_core.Rect2f.put(opencv_core.Rect2f r) |
opencv_core.Rect2f |
opencv_core.Rect2f.width(float width) |
opencv_core.Rect2f |
opencv_core.Rect2f.x(float x) |
opencv_core.Rect2f |
opencv_core.Rect2f.y(float y) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
opencv_core.Point2f.inside(opencv_core.Rect2f r)
checks whether the point is inside the specified rectangle
|
opencv_core.Rect2f |
opencv_core.Rect2f.put(opencv_core.Rect2f r) |
| Constructor and Description |
|---|
Rect2f(opencv_core.Rect2f r) |
Copyright © 2018. All rights reserved.