@NoOffset
public static class opencv_core.CvSlice
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
CvSlice() |
CvSlice(int start,
int end) |
CvSlice(long size)
Native array allocator.
|
CvSlice(opencv_core.Range r) |
CvSlice(org.bytedeco.javacpp.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, 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, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic CvSlice(org.bytedeco.javacpp.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)
position in class org.bytedeco.javacpp.Pointerpublic 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 © 2018. All rights reserved.