| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
opencv_legacy.lsh_hash |
opencv_legacy.lsh_hash.h1(int h1) |
opencv_legacy.lsh_hash |
opencv_legacy.lsh_hash.h2(int h2) |
opencv_legacy.lsh_hash |
opencv_legacy.lsh_hash.position(int position) |
| Modifier and Type | Method and Description |
|---|---|
void |
opencv_legacy.CvLSHOperations.hash_insert(opencv_legacy.lsh_hash h,
int l,
int i) |
int |
opencv_legacy.CvLSHOperations.hash_lookup(opencv_legacy.lsh_hash h,
int l,
int[] ret_i,
int ret_i_max) |
int |
opencv_legacy.CvLSHOperations.hash_lookup(opencv_legacy.lsh_hash h,
int l,
IntBuffer ret_i,
int ret_i_max) |
int |
opencv_legacy.CvLSHOperations.hash_lookup(opencv_legacy.lsh_hash h,
int l,
IntPointer ret_i,
int ret_i_max) |
void |
opencv_legacy.CvLSHOperations.hash_remove(opencv_legacy.lsh_hash h,
int l,
int i) |
Copyright © 2014. All Rights Reserved.