public static class opencv_core.Range extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator
Constructor and Description |
---|
opencv_core.Range() |
opencv_core.Range(int size) |
opencv_core.Range(int _start,
int _end) |
opencv_core.Range(opencv_core.CvSlice slice) |
opencv_core.Range(Pointer p) |
Modifier and Type | Method and Description |
---|---|
static opencv_core.Range |
all() |
opencv_core.CvSlice |
asCvSlice() |
boolean |
empty() |
int |
end() |
opencv_core.Range |
end(int end) |
opencv_core.Range |
position(int position) |
int |
size() |
int |
start() |
opencv_core.Range |
start(int start) |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zero
public opencv_core.Range(Pointer p)
public opencv_core.Range(int size)
public opencv_core.Range()
public opencv_core.Range(int _start, int _end)
public opencv_core.Range(opencv_core.CvSlice slice)
public opencv_core.Range position(int position)
public int size()
public boolean empty()
public static opencv_core.Range all()
public opencv_core.CvSlice asCvSlice()
public int start()
public opencv_core.Range start(int start)
public int end()
public opencv_core.Range end(int end)
Copyright © 2014. All Rights Reserved.