Uses of Class
com.openinventor.imageviz.engines.edgedetection.edgemarking.SoTensorVotingProcessing2d.OutputSelections
-
Packages that use SoTensorVotingProcessing2d.OutputSelections Package Description com.openinventor.imageviz.engines.edgedetection.edgemarking Introduction to Edge Marking -
-
Uses of SoTensorVotingProcessing2d.OutputSelections in com.openinventor.imageviz.engines.edgedetection.edgemarking
Fields in com.openinventor.imageviz.engines.edgedetection.edgemarking with type parameters of type SoTensorVotingProcessing2d.OutputSelections Modifier and Type Field Description SoSFBitMask<SoTensorVotingProcessing2d.OutputSelections>
SoTensorVotingProcessing2d. outputSelection
Enable the computation of selected outputs.Methods in com.openinventor.imageviz.engines.edgedetection.edgemarking that return SoTensorVotingProcessing2d.OutputSelections Modifier and Type Method Description static SoTensorVotingProcessing2d.OutputSelections
SoTensorVotingProcessing2d.OutputSelections. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoTensorVotingProcessing2d.OutputSelections
SoTensorVotingProcessing2d.OutputSelections. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoTensorVotingProcessing2d.OutputSelections[]
SoTensorVotingProcessing2d.OutputSelections. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-