| Package | Description |
|---|---|
| org.bytedeco.opencv.global | |
| org.bytedeco.opencv.opencv_core |
| Modifier and Type | Method and Description |
|---|---|
static void |
opencv_core.write(FileStorage fs,
BytePointer name,
Rect2f val) |
static void |
opencv_core.write(FileStorage fs,
Rect2f value) |
static void |
opencv_core.write(FileStorage fs,
String name,
Rect2f val) |
| Modifier and Type | Method and Description |
|---|---|
Rect2f |
RotatedRect.boundingRect2f()
returns the minimal (exact) floating point rectangle containing the rotated rectangle, not intended for use with images
|
Rect2f |
Rect2f.getPointer(long i) |
Rect2f |
Rect2f.height(float setter) |
Rect2f |
Rect2f.position(long position) |
Rect2f |
Rect2f.put(Rect2f r) |
Rect2f |
Rect2f.width(float setter) |
Rect2f |
Rect2f.x(float setter) |
Rect2f |
Rect2f.y(float setter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Point2f.inside(Rect2f r)
checks whether the point is inside the specified rectangle
|
Rect2f |
Rect2f.put(Rect2f r) |
| Constructor and Description |
|---|
Rect2f(Rect2f r) |
Copyright © 2025. All rights reserved.