Uses of Enum Class
net.algart.executors.modules.opencv.util.enums.OBorderType
Packages that use OBorderType
Package
Description
-
Uses of OBorderType in net.algart.executors.modules.opencv.matrices.features
Methods in net.algart.executors.modules.opencv.matrices.features that return OBorderTypeModifier and TypeMethodDescriptionCornerEigenValsAndVecs.getBorderType()CornerHarris.getBorderType()Methods in net.algart.executors.modules.opencv.matrices.features with parameters of type OBorderTypeModifier and TypeMethodDescriptionvoidCornerEigenValsAndVecs.setBorderType(OBorderType borderType) voidCornerHarris.setBorderType(OBorderType borderType) -
Uses of OBorderType in net.algart.executors.modules.opencv.matrices.filtering
Methods in net.algart.executors.modules.opencv.matrices.filtering that return OBorderTypeModifier and TypeMethodDescriptionBilateralFilter.getBorderType()Blur.getBorderType()FastEigenValues.getBorderType()FastGradient.getBorderType()FastGradientVariance.getBorderType()GaussianBlur.getBorderType()Laplacian.getBorderType()Morphology.getBorderType()NonLocalMeansDenoising.getBorderType()Sobel.getBorderType()Methods in net.algart.executors.modules.opencv.matrices.filtering with parameters of type OBorderTypeModifier and TypeMethodDescriptionvoidBilateralFilter.setBorderType(OBorderType borderType) Blur.setBorderType(OBorderType borderType) FastEigenValues.setBorderType(OBorderType borderType) FastGradient.setBorderType(OBorderType borderType) FastGradientVariance.setBorderType(OBorderType borderType) GaussianBlur.setBorderType(OBorderType borderType) voidLaplacian.setBorderType(OBorderType borderType) Morphology.setBorderType(OBorderType borderType) voidNonLocalMeansDenoising.setBorderType(OBorderType borderType) voidSobel.setBorderType(OBorderType borderType) -
Uses of OBorderType in net.algart.executors.modules.opencv.matrices.geometry
Methods in net.algart.executors.modules.opencv.matrices.geometry that return OBorderTypeMethods in net.algart.executors.modules.opencv.matrices.geometry with parameters of type OBorderType -
Uses of OBorderType in net.algart.executors.modules.opencv.util.enums
Methods in net.algart.executors.modules.opencv.util.enums that return OBorderTypeModifier and TypeMethodDescriptionstatic OBorderTypeReturns the enum constant of this class with the specified name.static OBorderType[]OBorderType.values()Returns an array containing the constants of this enum class, in the order they are declared.