Uses of Class
com.openinventor.imageviz.engines.imageanalysis.statistics.SoCompareValueQuantification.ComparisonCriterions
-
Packages that use SoCompareValueQuantification.ComparisonCriterions 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 SoCompareValueQuantification.ComparisonCriterions in com.openinventor.imageviz.engines.imageanalysis.statistics
Fields in com.openinventor.imageviz.engines.imageanalysis.statistics with type parameters of type SoCompareValueQuantification.ComparisonCriterions Modifier and Type Field Description SoSFEnum<SoCompareValueQuantification.ComparisonCriterions>
SoCompareValueQuantification. comparisonCriterion
Select the comparison test to perform between image and value.Methods in com.openinventor.imageviz.engines.imageanalysis.statistics that return SoCompareValueQuantification.ComparisonCriterions Modifier and Type Method Description static SoCompareValueQuantification.ComparisonCriterions
SoCompareValueQuantification.ComparisonCriterions. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoCompareValueQuantification.ComparisonCriterions
SoCompareValueQuantification.ComparisonCriterions. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoCompareValueQuantification.ComparisonCriterions[]
SoCompareValueQuantification.ComparisonCriterions. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-