Uses of Class
net.algart.executors.modules.cv.matrices.misc.SortedRound2DAperture
Packages that use SortedRound2DAperture
Package
Description
-
Uses of SortedRound2DAperture in net.algart.executors.modules.cv.matrices.misc
Methods in net.algart.executors.modules.cv.matrices.misc that return SortedRound2DApertureModifier and TypeMethodDescriptionstatic SortedRound2DApertureSortedRound2DAperture.getCircle(int apertureSize, long dimX) static SortedRound2DApertureSortedRound2DAperture.getCircleWithSpeciallyOrderedPointsAtAxes(int apertureSize, long dimX) static SortedRound2DApertureSortedRound2DAperture.getRing(int apertureSize, long dimX) -
Uses of SortedRound2DAperture in net.algart.executors.modules.cv.matrices.misc.extremums
Methods in net.algart.executors.modules.cv.matrices.misc.extremums with parameters of type SortedRound2DApertureModifier and TypeMethodDescriptionstatic ExtremumsFinderExtremumsFinder.getMaximumsFinder(float[] values, boolean[] mask, SortedRound2DAperture aperture, ExtremumsFinder.DeepTestSettings deepTestSettings, net.algart.arrays.Matrix<net.algart.arrays.UpdatableBitArray> resultExtremums, boolean buildListOfExtremumsXY) static ExtremumsFinderExtremumsFinder.getMinimumsFinder(float[] values, boolean[] mask, SortedRound2DAperture aperture, ExtremumsFinder.DeepTestSettings deepTestSettings, net.algart.arrays.Matrix<net.algart.arrays.UpdatableBitArray> resultExtremums, boolean buildListOfExtremumsXY) ExtremumsFinder.DeepTestSettings.setDepthAperture(SortedRound2DAperture depthAperture) -
Uses of SortedRound2DAperture in net.algart.executors.modules.cv.matrices.objects.binary
Constructors in net.algart.executors.modules.cv.matrices.objects.binary with parameters of type SortedRound2DApertureModifierConstructorDescriptionNearestPixelFinder(net.algart.arrays.Matrix<? extends net.algart.arrays.BitArray> mask, SortedRound2DAperture maxAperture, SortedRound2DAperture neighbourhoodForNearest)