Uses of Enum Class
net.algart.executors.modules.opencv.util.enums.OInterpolation
Packages that use OInterpolation
Package
Description
-
Uses of OInterpolation in net.algart.executors.modules.opencv.common
Methods in net.algart.executors.modules.opencv.common that return OInterpolationModifier and TypeMethodDescriptionMatFilter.getCompressionInterpolation()MatFilter.getStretchingInterpolation()Methods in net.algart.executors.modules.opencv.common with parameters of type OInterpolationModifier and TypeMethodDescriptionMatFilter.setCompressionInterpolation(OInterpolation compressionInterpolation) MatFilter.setStretchingInterpolation(OInterpolation stretchingInterpolation) -
Uses of OInterpolation in net.algart.executors.modules.opencv.matrices.geometry
Methods in net.algart.executors.modules.opencv.matrices.geometry that return OInterpolationMethods in net.algart.executors.modules.opencv.matrices.geometry with parameters of type OInterpolation -
Uses of OInterpolation in net.algart.executors.modules.opencv.util.enums
Methods in net.algart.executors.modules.opencv.util.enums that return OInterpolationModifier and TypeMethodDescriptionstatic OInterpolationReturns the enum constant of this class with the specified name.static OInterpolation[]OInterpolation.values()Returns an array containing the constants of this enum class, in the order they are declared.