java.lang.Object
imagingbook.common.mser.MserParameters
- All Implemented Interfaces:
ParameterBundle<MserDetector>
Parameters for MSER detection. Instances of this class may be placed inside a
GenericDialog
using
DialogUtils.addToDialog(ParameterBundle, ij.gui.GenericDialog)
.-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
int
double
double
int
double
double
double
boolean
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface imagingbook.common.util.ParameterBundle
getValidParameterFields, printToStream, printToString, validate
-
Field Details
-
method
-
delta
-
minAbsComponentArea
-
minRelCompSize
-
maxRelCompSize
-
maxSizeVariation
-
minDiversity
-
constrainEllipseSize
-
minCompactness
-
validateComponentTree
-
-
Constructor Details
-
MserParameters
public MserParameters()
-