Uses of Class
net.algart.executors.modules.cv.matrices.misc.slopes.SlopeEmphasizer
Packages that use SlopeEmphasizer
-
Uses of SlopeEmphasizer in net.algart.executors.modules.cv.matrices.misc.slopes
Methods in net.algart.executors.modules.cv.matrices.misc.slopes that return SlopeEmphasizerModifier and TypeMethodDescriptionstatic SlopeEmphasizerSlopeEmphasizer.getInstance()MatrixBoundariesEmphasizer.getSlopeEmphasizer()SlopeEmphasizer.setAllowLongSlopes(boolean allowLongSlopes) SlopeEmphasizer.setExactHalfSum(boolean exactHalfSum) SlopeEmphasizer.setMinimalChange(double minimalChange) SlopeEmphasizer.setProcessAscending(boolean processAscending) SlopeEmphasizer.setProcessDescending(boolean processDescending) SlopeEmphasizer.setSlopeWidth(int slopeWidth) Methods in net.algart.executors.modules.cv.matrices.misc.slopes with parameters of type SlopeEmphasizerModifier and TypeMethodDescriptionstatic MatrixBoundariesEmphasizerMatrixBoundariesEmphasizer.getInstance(SlopeEmphasizer slopeEmphasizer)