Uses of Enum Class
net.algart.executors.modules.opencv.matrices.recognition.CascadeClassifier.ResultMarkerType
Packages that use CascadeClassifier.ResultMarkerType
-
Uses of CascadeClassifier.ResultMarkerType in net.algart.executors.modules.opencv.matrices.recognition
Methods in net.algart.executors.modules.opencv.matrices.recognition that return CascadeClassifier.ResultMarkerTypeModifier and TypeMethodDescriptionCascadeClassifier.getResultMarkerType()Returns the enum constant of this class with the specified name.static CascadeClassifier.ResultMarkerType[]CascadeClassifier.ResultMarkerType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.algart.executors.modules.opencv.matrices.recognition with parameters of type CascadeClassifier.ResultMarkerTypeModifier and TypeMethodDescriptionvoidCascadeClassifier.setResultMarkerType(CascadeClassifier.ResultMarkerType resultMarkerType)