@Name(value="cv::Size_<float>") @NoOffset public static class opencv_core.Size2f extends FloatPointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
Size2f()
various constructors
|
Size2f(float _width,
float _height) |
Size2f(long size)
Native array allocator.
|
Size2f(opencv_core.Point2f pt) |
Size2f(opencv_core.Size2f sz) |
Size2f(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
float |
area()
the area (width*height)
|
float |
height() |
opencv_core.Size2f |
height(float height) |
opencv_core.Size2f |
position(long position) |
opencv_core.Size2f |
put(opencv_core.Size2f sz) |
float |
width()
conversion of another data type.
|
opencv_core.Size2f |
width(float width) |
asBuffer, capacity, get, get, get, get, limit, put, put, put, putaddress, asByteBuffer, calloc, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, free, hashCode, isNull, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic Size2f(Pointer p)
Pointer.Pointer(Pointer).public Size2f(long size)
Pointer.position(long).public Size2f()
public Size2f(float _width,
float _height)
public Size2f(@Const @ByRef opencv_core.Size2f sz)
public Size2f(@Const @ByRef opencv_core.Point2f pt)
public opencv_core.Size2f position(long position)
position in class FloatPointer@ByRef @Name(value="operator =") public opencv_core.Size2f put(@Const @ByRef opencv_core.Size2f sz)
public float area()
public float width()
public opencv_core.Size2f width(float width)
public float height()
public opencv_core.Size2f height(float height)
Copyright © 2017. All rights reserved.