static int |
opencv_contrib.chamerMatching(opencv_core.Mat img,
opencv_core.Mat templ,
opencv_core.PointVectorVector results,
float[] cost) |
static int |
opencv_contrib.chamerMatching(opencv_core.Mat img,
opencv_core.Mat templ,
opencv_core.PointVectorVector results,
float[] cost,
double templScale,
int maxMatches,
double minMatchDistance,
int padX,
int padY,
int scales,
double minScale,
double maxScale,
double orientationWeight,
double truncate) |
static int |
opencv_contrib.chamerMatching(opencv_core.Mat img,
opencv_core.Mat templ,
opencv_core.PointVectorVector results,
FloatBuffer cost) |
static int |
opencv_contrib.chamerMatching(opencv_core.Mat img,
opencv_core.Mat templ,
opencv_core.PointVectorVector results,
FloatBuffer cost,
double templScale,
int maxMatches,
double minMatchDistance,
int padX,
int padY,
int scales,
double minScale,
double maxScale,
double orientationWeight,
double truncate) |
static int |
opencv_contrib.chamerMatching(opencv_core.Mat img,
opencv_core.Mat templ,
opencv_core.PointVectorVector results,
FloatPointer cost) |
static int |
opencv_contrib.chamerMatching(opencv_core.Mat img,
opencv_core.Mat templ,
opencv_core.PointVectorVector results,
FloatPointer cost,
double templScale,
int maxMatches,
double minMatchDistance,
int padX,
int padY,
int scales,
double minScale,
double maxScale,
double orientationWeight,
double truncate) |
void |
opencv_features2d.MSER.detect(opencv_core.Mat image,
opencv_core.PointVectorVector msers) |
void |
opencv_features2d.MSER.detect(opencv_core.Mat image,
opencv_core.PointVectorVector msers,
opencv_core.Mat mask)
the operator that extracts the MSERs from the image or the specific part of it
|
void |
opencv_contrib.SpinImageModel.match(opencv_contrib.SpinImageModel scene,
opencv_core.PointVectorVector result) |