public static class opencv_legacy.CvLSHOperations extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_legacy.CvLSHOperations() |
opencv_legacy.CvLSHOperations(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
void |
hash_insert(opencv_legacy.lsh_hash h,
int l,
int i) |
int |
hash_lookup(opencv_legacy.lsh_hash h,
int l,
int[] ret_i,
int ret_i_max) |
int |
hash_lookup(opencv_legacy.lsh_hash h,
int l,
IntBuffer ret_i,
int ret_i_max) |
int |
hash_lookup(opencv_legacy.lsh_hash h,
int l,
IntPointer ret_i,
int ret_i_max) |
void |
hash_remove(opencv_legacy.lsh_hash h,
int l,
int i) |
int |
vector_add(Pointer data) |
int |
vector_count() |
Pointer |
vector_lookup(int i) |
void |
vector_remove(int i) |
void |
vector_reserve(int n) |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, position, put, setNull, sizeof, toString, withDeallocator, zeropublic opencv_legacy.CvLSHOperations()
public opencv_legacy.CvLSHOperations(Pointer p)
public int vector_add(Pointer data)
public void vector_remove(int i)
public Pointer vector_lookup(int i)
public void vector_reserve(int n)
public int vector_count()
public void hash_insert(opencv_legacy.lsh_hash h, int l, int i)
public void hash_remove(opencv_legacy.lsh_hash h, int l, int i)
public int hash_lookup(opencv_legacy.lsh_hash h, int l, IntPointer ret_i, int ret_i_max)
public int hash_lookup(opencv_legacy.lsh_hash h, int l, IntBuffer ret_i, int ret_i_max)
public int hash_lookup(opencv_legacy.lsh_hash h, int l, int[] ret_i, int ret_i_max)
Copyright © 2014. All Rights Reserved.