| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Class and Description |
|---|---|
static class |
opencv_flann.AutotunedIndexParams |
static class |
opencv_flann.CompositeIndexParams |
static class |
opencv_flann.HierarchicalClusteringIndexParams |
static class |
opencv_flann.KDTreeIndexParams |
static class |
opencv_flann.KMeansIndexParams |
static class |
opencv_flann.LinearIndexParams |
static class |
opencv_flann.LshIndexParams |
static class |
opencv_flann.SavedIndexParams |
static class |
opencv_flann.SearchParams |
| Modifier and Type | Method and Description |
|---|---|
opencv_flann.IndexParams |
opencv_flann.IndexParams.params(org.bytedeco.javacpp.Pointer params) |
opencv_flann.IndexParams |
opencv_flann.IndexParams.position(long position) |
| Modifier and Type | Method and Description |
|---|---|
void |
opencv_flann.Index.build(opencv_core.GpuMat features,
opencv_flann.IndexParams params) |
void |
opencv_flann.Index.build(opencv_core.GpuMat features,
opencv_flann.IndexParams params,
int distType) |
void |
opencv_flann.Index.build(opencv_core.Mat features,
opencv_flann.IndexParams params) |
void |
opencv_flann.Index.build(opencv_core.Mat features,
opencv_flann.IndexParams params,
int distType) |
void |
opencv_flann.Index.build(opencv_core.UMat features,
opencv_flann.IndexParams params) |
void |
opencv_flann.Index.build(opencv_core.UMat features,
opencv_flann.IndexParams params,
int distType) |
| Constructor and Description |
|---|
FlannBasedMatcher(opencv_flann.IndexParams indexParams,
opencv_flann.SearchParams searchParams) |
Index(opencv_core.GpuMat features,
opencv_flann.IndexParams params) |
Index(opencv_core.GpuMat features,
opencv_flann.IndexParams params,
int distType) |
Index(opencv_core.Mat features,
opencv_flann.IndexParams params) |
Index(opencv_core.Mat features,
opencv_flann.IndexParams params,
int distType) |
Index(opencv_core.UMat features,
opencv_flann.IndexParams params) |
Index(opencv_core.UMat features,
opencv_flann.IndexParams params,
int distType) |
Copyright © 2018. All rights reserved.