Uses of Class
com.openinventor.imageviz.engines.edgedetection.laplacian.SoMorphologicalLaplacianProcessing.PrecisionModes
-
Packages that use SoMorphologicalLaplacianProcessing.PrecisionModes Package Description com.openinventor.imageviz.engines.edgedetection.laplacian For a 2-D function F(x,y), one might define the Laplacian operator as : . -
-
Uses of SoMorphologicalLaplacianProcessing.PrecisionModes in com.openinventor.imageviz.engines.edgedetection.laplacian
Fields in com.openinventor.imageviz.engines.edgedetection.laplacian with type parameters of type SoMorphologicalLaplacianProcessing.PrecisionModes Modifier and Type Field Description SoSFEnum<SoMorphologicalLaplacianProcessing.PrecisionModes>
SoMorphologicalLaplacianProcessing. precisionMode
Select the precision for computation method.Methods in com.openinventor.imageviz.engines.edgedetection.laplacian that return SoMorphologicalLaplacianProcessing.PrecisionModes Modifier and Type Method Description static SoMorphologicalLaplacianProcessing.PrecisionModes
SoMorphologicalLaplacianProcessing.PrecisionModes. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoMorphologicalLaplacianProcessing.PrecisionModes
SoMorphologicalLaplacianProcessing.PrecisionModes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoMorphologicalLaplacianProcessing.PrecisionModes[]
SoMorphologicalLaplacianProcessing.PrecisionModes. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-