Uses of Enum Class
net.algart.executors.modules.opencv.util.enums.ODepthOrUnchanged
Packages that use ODepthOrUnchanged
Package
Description
-
Uses of ODepthOrUnchanged in net.algart.executors.modules.opencv.matrices.arithmetic
Methods in net.algart.executors.modules.opencv.matrices.arithmetic that return ODepthOrUnchangedModifier and TypeMethodDescriptionAddWeighted.getResultDepth()Divide.getResultDepth()Multiply.getResultDepth()Methods in net.algart.executors.modules.opencv.matrices.arithmetic with parameters of type ODepthOrUnchangedModifier and TypeMethodDescriptionAddWeighted.setResultDepth(ODepthOrUnchanged resultDepth) Divide.setResultDepth(ODepthOrUnchanged resultDepth) Multiply.setResultDepth(ODepthOrUnchanged resultDepth) -
Uses of ODepthOrUnchanged in net.algart.executors.modules.opencv.matrices.conversions
Methods in net.algart.executors.modules.opencv.matrices.conversions that return ODepthOrUnchangedMethods in net.algart.executors.modules.opencv.matrices.conversions with parameters of type ODepthOrUnchanged -
Uses of ODepthOrUnchanged in net.algart.executors.modules.opencv.matrices.filtering
Methods in net.algart.executors.modules.opencv.matrices.filtering that return ODepthOrUnchangedMethods in net.algart.executors.modules.opencv.matrices.filtering with parameters of type ODepthOrUnchangedModifier and TypeMethodDescriptionvoidLaplacian.setResultDepth(ODepthOrUnchanged resultDepth) voidSobel.setResultDepth(ODepthOrUnchanged resultDepth) -
Uses of ODepthOrUnchanged in net.algart.executors.modules.opencv.util.enums
Methods in net.algart.executors.modules.opencv.util.enums that return ODepthOrUnchangedModifier and TypeMethodDescriptionstatic ODepthOrUnchangedReturns the enum constant of this class with the specified name.static ODepthOrUnchanged[]ODepthOrUnchanged.values()Returns an array containing the constants of this enum class, in the order they are declared.