Uses of Enum Class
net.algart.executors.modules.cv.matrices.derivatives.CombiningMatricesMetric
Packages that use CombiningMatricesMetric
-
Uses of CombiningMatricesMetric in net.algart.executors.modules.cv.matrices.derivatives
Methods in net.algart.executors.modules.cv.matrices.derivatives that return CombiningMatricesMetricModifier and TypeMethodDescriptionMultichannelDerivativesFilter.getCombiningChannelsMetric()AngleGradient.getCombiningDerivativesMetric()Gradient.getCombiningDerivativesMetric()static CombiningMatricesMetricReturns the enum constant of this class with the specified name.static CombiningMatricesMetric[]CombiningMatricesMetric.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.algart.executors.modules.cv.matrices.derivatives with parameters of type CombiningMatricesMetricModifier and TypeMethodDescriptionMultichannelDerivativesFilter.setCombiningChannelsMetric(CombiningMatricesMetric combiningChannelsMetric) AngleGradient.setCombiningDerivativesMetric(CombiningMatricesMetric combiningDerivativesMetric) voidGradient.setCombiningDerivativesMetric(CombiningMatricesMetric combiningDerivativesMetric)