Uses of Enum Class
net.algart.executors.modules.opencv.util.enums.OTemplateMatchMode
Packages that use OTemplateMatchMode
Package
Description
-
Uses of OTemplateMatchMode in net.algart.executors.modules.opencv.matrices.recognition
Methods in net.algart.executors.modules.opencv.matrices.recognition that return OTemplateMatchModeMethods in net.algart.executors.modules.opencv.matrices.recognition with parameters of type OTemplateMatchModeModifier and TypeMethodDescriptionvoidMatchTemplate.setTemplateMatchMode(OTemplateMatchMode templateMatchMode) -
Uses of OTemplateMatchMode in net.algart.executors.modules.opencv.util.enums
Methods in net.algart.executors.modules.opencv.util.enums that return OTemplateMatchModeModifier and TypeMethodDescriptionstatic OTemplateMatchModeReturns the enum constant of this class with the specified name.static OTemplateMatchMode[]OTemplateMatchMode.values()Returns an array containing the constants of this enum class, in the order they are declared.