@Name(value="cv::Size_<float>")
@NoOffset
public static class opencv_core.Size2f
extends org.bytedeco.javacpp.FloatPointer
| Constructor and Description |
|---|
Size2f()
default constructor
|
Size2f(float _width,
float _height) |
Size2f(long size)
Native array allocator.
|
Size2f(opencv_core.Point2f pt) |
Size2f(opencv_core.Size2f sz) |
Size2f(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
float |
area()
the area (width*height)
|
boolean |
empty()
true if empty
|
float |
height()
the height
|
opencv_core.Size2f |
height(float height) |
opencv_core.Size2f |
position(long position) |
opencv_core.Size2f |
put(opencv_core.Size2f sz) |
float |
width()
the width
|
opencv_core.Size2f |
width(float width) |
asBuffer, capacity, get, get, get, get, limit, put, put, put, putaddress, asByteBuffer, availablePhysicalBytes, calloc, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic Size2f(org.bytedeco.javacpp.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 org.bytedeco.javacpp.FloatPointer@ByRef @Name(value="operator =") public opencv_core.Size2f put(@Const @ByRef opencv_core.Size2f sz)
public float area()
@Cast(value="bool") public boolean empty()
public float width()
public opencv_core.Size2f width(float width)
public float height()
public opencv_core.Size2f height(float height)
Copyright © 2018. All rights reserved.