@Namespace(value="cv")
@NoOffset
public static class opencv_core.MatSize
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
MatSize(int[] _p) |
MatSize(IntBuffer _p) |
MatSize(org.bytedeco.javacpp.IntPointer _p) |
MatSize(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
opencv_core.Size |
apply() |
org.bytedeco.javacpp.IntPointer |
asIntPointer() |
int |
dims() |
boolean |
equals(opencv_core.MatSize sz) |
org.bytedeco.javacpp.IntPointer |
get(int i) |
boolean |
notEquals(opencv_core.MatSize sz) |
org.bytedeco.javacpp.IntPointer |
p() |
opencv_core.MatSize |
p(org.bytedeco.javacpp.IntPointer p) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic MatSize(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public MatSize(org.bytedeco.javacpp.IntPointer _p)
public MatSize(IntBuffer _p)
public MatSize(int[] _p)
public int dims()
@ByVal @Name(value="operator ()") public opencv_core.Size apply()
@ByRef @Name(value="operator []") public org.bytedeco.javacpp.IntPointer get(int i)
@Const @Name(value="operator const int*") public org.bytedeco.javacpp.IntPointer asIntPointer()
@Cast(value="bool")
@Name(value="operator ==")
public boolean equals(@Const @ByRef
opencv_core.MatSize sz)
@Cast(value="bool")
@Name(value="operator !=")
public boolean notEquals(@Const @ByRef
opencv_core.MatSize sz)
public org.bytedeco.javacpp.IntPointer p()
public opencv_core.MatSize p(org.bytedeco.javacpp.IntPointer p)
Copyright © 2018. All rights reserved.