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