Package | Description |
---|---|
org.bytedeco.opencv.global |
Modifier and Type | Method and Description |
---|---|
static int |
opencv_core.cvSeqPartition(CvSeq seq,
CvMemStorage storage,
CvSeq labels,
CvCmpFunc is_equal,
Pointer userdata) |
static int |
opencv_core.cvSeqPartition(CvSeq seq,
CvMemStorage storage,
PointerPointer labels,
CvCmpFunc is_equal,
Pointer userdata)
Splits sequence into one or more equivalence classes using the specified criteria
|
static byte[] |
opencv_core.cvSeqSearch(CvSeq seq,
Pointer elem,
CvCmpFunc func,
int is_sorted,
int[] elem_idx) |
static byte[] |
opencv_core.cvSeqSearch(CvSeq seq,
Pointer elem,
CvCmpFunc func,
int is_sorted,
int[] elem_idx,
Pointer userdata) |
static ByteBuffer |
opencv_core.cvSeqSearch(CvSeq seq,
Pointer elem,
CvCmpFunc func,
int is_sorted,
IntBuffer elem_idx) |
static ByteBuffer |
opencv_core.cvSeqSearch(CvSeq seq,
Pointer elem,
CvCmpFunc func,
int is_sorted,
IntBuffer elem_idx,
Pointer userdata) |
static BytePointer |
opencv_core.cvSeqSearch(CvSeq seq,
Pointer elem,
CvCmpFunc func,
int is_sorted,
IntPointer elem_idx) |
static BytePointer |
opencv_core.cvSeqSearch(CvSeq seq,
Pointer elem,
CvCmpFunc func,
int is_sorted,
IntPointer elem_idx,
Pointer userdata)
Finds element in a [sorted] sequence
|
static void |
opencv_core.cvSeqSort(CvSeq seq,
CvCmpFunc func) |
static void |
opencv_core.cvSeqSort(CvSeq seq,
CvCmpFunc func,
Pointer userdata)
Sorts sequence in-place given element comparison function
|
Copyright © 2024. All rights reserved.