Uses of Class
com.openinventor.imageviz.engines.imageanalysis.statistics.SoLocalMaximaQuantification.PrecisionModes
-
Packages that use SoLocalMaximaQuantification.PrecisionModes Package Description com.openinventor.imageviz.engines.imageanalysis.statistics The Statistics category contains analysis engines applying an intensity- based measurement globally to the input image. -
-
Uses of SoLocalMaximaQuantification.PrecisionModes in com.openinventor.imageviz.engines.imageanalysis.statistics
Fields in com.openinventor.imageviz.engines.imageanalysis.statistics with type parameters of type SoLocalMaximaQuantification.PrecisionModes Modifier and Type Field Description SoSFEnum<SoLocalMaximaQuantification.PrecisionModes>
SoLocalMaximaQuantification. precisionMode
Select the precision mode of position.Methods in com.openinventor.imageviz.engines.imageanalysis.statistics that return SoLocalMaximaQuantification.PrecisionModes Modifier and Type Method Description static SoLocalMaximaQuantification.PrecisionModes
SoLocalMaximaQuantification.PrecisionModes. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoLocalMaximaQuantification.PrecisionModes
SoLocalMaximaQuantification.PrecisionModes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoLocalMaximaQuantification.PrecisionModes[]
SoLocalMaximaQuantification.PrecisionModes. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-