public static class opencv_features2d.MSER extends opencv_features2d.FeatureDetector
opencv_core.Algorithm.Constructor, opencv_core.Algorithm.Getter, opencv_core.Algorithm.SetterPointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_features2d.MSER() |
opencv_features2d.MSER(int size) |
opencv_features2d.MSER(int _delta,
int _min_area,
int _max_area,
double _max_variation,
double _min_diversity,
int _max_evolution,
double _area_threshold,
double _min_margin,
int _edge_blur_size)
the full constructor
|
opencv_features2d.MSER(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
void |
detect(opencv_core.Mat image,
opencv_core.PointVectorVector msers) |
void |
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
|
opencv_core.AlgorithmInfo |
info() |
opencv_features2d.MSER |
position(int position) |
create, create, detect, detect, detect, detect, empty_create, _create, getAlgorithm, getAlgorithm, getBool, getBool, getDouble, getDouble, getInt, getInt, getList, getMat, getMat, getMatVector, getMatVector, getParams, getString, getString, name, paramHelp, paramHelp, paramType, paramType, read, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setAlgorithm, setAlgorithm, setBool, setBool, setDouble, setDouble, setInt, setInt, setMat, setMat, setMatVector, setMatVector, setString, setString, writeaddress, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic opencv_features2d.MSER(Pointer p)
public opencv_features2d.MSER(int size)
public opencv_features2d.MSER(int _delta,
int _min_area,
int _max_area,
double _max_variation,
double _min_diversity,
int _max_evolution,
double _area_threshold,
double _min_margin,
int _edge_blur_size)
public opencv_features2d.MSER()
public opencv_features2d.MSER position(int position)
position in class opencv_core.Algorithmpublic void detect(opencv_core.Mat image, opencv_core.PointVectorVector msers, opencv_core.Mat mask)
public void detect(opencv_core.Mat image, opencv_core.PointVectorVector msers)
public opencv_core.AlgorithmInfo info()
info in class opencv_core.AlgorithmCopyright © 2014. All Rights Reserved.