@NoOffset public static class opencv_core.CvSlice extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_core.CvSlice() |
opencv_core.CvSlice(int start,
int end) |
opencv_core.CvSlice(long size)
Native array allocator.
|
opencv_core.CvSlice(opencv_core.Range r) |
opencv_core.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, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, maxBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic opencv_core.CvSlice(Pointer p)
Pointer.Pointer(Pointer).public opencv_core.CvSlice(long size)
Pointer.position(long).public opencv_core.CvSlice(int start,
int end)
public opencv_core.CvSlice()
public opencv_core.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 © 2016. All rights reserved.