@NoOffset public static class opencv_core.CvSlice extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
CvSlice() |
CvSlice(int start,
int end) |
CvSlice(long size)
Native array allocator.
|
CvSlice(opencv_core.Range r) |
CvSlice(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
opencv_core.Range |
asRange() |
int |
end_index() |
opencv_core.CvSlice |
end_index(int end_index) |
opencv_core.CvSlice |
position(long position) |
int |
start_index() |
opencv_core.CvSlice |
start_index(int start_index) |
address, asBuffer, asByteBuffer, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic CvSlice(Pointer p)
Pointer.Pointer(Pointer).public CvSlice(long size)
Pointer.position(long).public CvSlice(int start,
int end)
public CvSlice()
public CvSlice(@Const @ByRef opencv_core.Range r)
public opencv_core.CvSlice position(long position)
public int start_index()
public opencv_core.CvSlice start_index(int start_index)
public int end_index()
public opencv_core.CvSlice end_index(int end_index)
@ByVal @Name(value="operator cv::Range") public opencv_core.Range asRange()
Copyright © 2017. All rights reserved.