public static class opencv_contrib.FabMap extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Modifier and Type | Field and Description |
|---|---|
static int |
CHOW_LIU
enum cv::of2::FabMap::
|
static int |
MEAN_FIELD
enum cv::of2::FabMap::
|
static int |
MOTION_MODEL
enum cv::of2::FabMap::
|
static int |
NAIVE_BAYES
enum cv::of2::FabMap::
|
static int |
SAMPLED
enum cv::of2::FabMap::
|
| Constructor and Description |
|---|
opencv_contrib.FabMap() |
opencv_contrib.FabMap(opencv_core.Mat clTree,
double PzGe,
double PzGNe,
int flags) |
opencv_contrib.FabMap(opencv_core.Mat clTree,
double PzGe,
double PzGNe,
int flags,
int numSamples) |
opencv_contrib.FabMap(Pointer p) |
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 static final int MEAN_FIELD
public static final int SAMPLED
public static final int NAIVE_BAYES
public static final int CHOW_LIU
public static final int MOTION_MODEL
public opencv_contrib.FabMap()
public opencv_contrib.FabMap(Pointer p)
public opencv_contrib.FabMap(opencv_core.Mat clTree, double PzGe, double PzGNe, int flags, int numSamples)
public opencv_contrib.FabMap(opencv_core.Mat clTree, double PzGe, double PzGNe, int flags)
public void addTraining(opencv_core.Mat queryImgDescriptor)
public void addTraining(opencv_core.MatVector queryImgDescriptors)
public void add(opencv_core.Mat queryImgDescriptor)
public void add(opencv_core.MatVector queryImgDescriptors)
public opencv_core.MatVector getTrainingImgDescriptors()
public opencv_core.MatVector getTestImgDescriptors()
public void compare(opencv_core.Mat queryImgDescriptor, opencv_contrib.IMatch matches, boolean addQuery, opencv_core.Mat mask)
public void compare(opencv_core.Mat queryImgDescriptor, opencv_contrib.IMatch matches)
public void compare(opencv_core.Mat queryImgDescriptor, opencv_core.Mat testImgDescriptors, opencv_contrib.IMatch matches, opencv_core.Mat mask)
public void compare(opencv_core.Mat queryImgDescriptor, opencv_core.Mat testImgDescriptors, opencv_contrib.IMatch matches)
public void compare(opencv_core.Mat queryImgDescriptor, opencv_core.MatVector testImgDescriptors, opencv_contrib.IMatch matches, opencv_core.Mat mask)
public void compare(opencv_core.Mat queryImgDescriptor, opencv_core.MatVector testImgDescriptors, opencv_contrib.IMatch matches)
public void compare(opencv_core.MatVector queryImgDescriptors, opencv_contrib.IMatch matches, boolean addQuery, opencv_core.Mat mask)
public void compare(opencv_core.MatVector queryImgDescriptors, opencv_contrib.IMatch matches)
public void compare(opencv_core.MatVector queryImgDescriptors, opencv_core.MatVector testImgDescriptors, opencv_contrib.IMatch matches, opencv_core.Mat mask)
public void compare(opencv_core.MatVector queryImgDescriptors, opencv_core.MatVector testImgDescriptors, opencv_contrib.IMatch matches)
Copyright © 2014. All Rights Reserved.