Uses of Enum Class
net.algart.executors.modules.opencv.matrices.filtering.NonLocalMeansDenoising.Algorithm
Packages that use NonLocalMeansDenoising.Algorithm
-
Uses of NonLocalMeansDenoising.Algorithm in net.algart.executors.modules.opencv.matrices.filtering
Methods in net.algart.executors.modules.opencv.matrices.filtering that return NonLocalMeansDenoising.AlgorithmModifier and TypeMethodDescriptionNonLocalMeansDenoising.getAlgorithm()Returns the enum constant of this class with the specified name.static NonLocalMeansDenoising.Algorithm[]NonLocalMeansDenoising.Algorithm.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.algart.executors.modules.opencv.matrices.filtering with parameters of type NonLocalMeansDenoising.AlgorithmModifier and TypeMethodDescriptionvoidNonLocalMeansDenoising.setAlgorithm(NonLocalMeansDenoising.Algorithm algorithm)