| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.Size2f |
opencv_xfeatures2d.Elliptic_KeyPoint.axes()
the lengths of the major and minor ellipse axes
|
opencv_core.Size2f |
opencv_calib3d.CirclesGridFinderParameters.densityNeighborhoodSize() |
opencv_core.Size2f |
opencv_core.Size2f.height(float height) |
opencv_core.Size2f |
opencv_core.Size2f.position(long position) |
opencv_core.Size2f |
opencv_core.Size2f.put(opencv_core.Size2f sz) |
opencv_core.Size2f |
opencv_core.Rect2f.size()
size (width, height) of the rectangle
|
opencv_core.Size2f |
opencv_core.RotatedRect.size()
returns width and height of the rectangle
|
opencv_core.Size2f |
opencv_core.Size2f.width(float width) |
| Modifier and Type | Method and Description |
|---|---|
opencv_xfeatures2d.Elliptic_KeyPoint |
opencv_xfeatures2d.Elliptic_KeyPoint.axes(opencv_core.Size2f axes) |
opencv_calib3d.CirclesGridFinderParameters |
opencv_calib3d.CirclesGridFinderParameters.densityNeighborhoodSize(opencv_core.Size2f densityNeighborhoodSize) |
opencv_core.Size2f |
opencv_core.Size2f.put(opencv_core.Size2f sz) |
opencv_core.RotatedRect |
opencv_core.RotatedRect.size(opencv_core.Size2f size) |
| Constructor and Description |
|---|
Point2f(opencv_core.Size2f sz) |
Rect2f(opencv_core.Point2f org,
opencv_core.Size2f sz) |
RotatedRect(opencv_core.Point2f center,
opencv_core.Size2f size,
float angle)
full constructor
|
Size2f(opencv_core.Size2f sz) |
Copyright © 2018. All rights reserved.