Uses of Enum Class
cloud.opencode.base.image.analysis.ConnectedComponentsOp.Connectivity
Packages that use ConnectedComponentsOp.Connectivity
-
Uses of ConnectedComponentsOp.Connectivity in cloud.opencode.base.image.analysis
Subclasses with type arguments of type ConnectedComponentsOp.Connectivity in cloud.opencode.base.image.analysisModifier and TypeClassDescriptionstatic enumConnectivity type for neighbor pixel definition.Methods in cloud.opencode.base.image.analysis that return ConnectedComponentsOp.ConnectivityModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ConnectedComponentsOp.Connectivity[]ConnectedComponentsOp.Connectivity.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cloud.opencode.base.image.analysis with parameters of type ConnectedComponentsOp.ConnectivityModifier and TypeMethodDescriptionstatic ConnectedComponentsOp.ResultConnectedComponentsOp.analyze(Raster raster, ConnectedComponentsOp.Connectivity connectivity) Analyze connected components in aRasterwith specified connectivity.