AgastDetectorType
Objective-C
NS_ENUM(int, AgastDetectorType) {
AGAST_5_8 = 0,
AGAST_7_12d = 1,
AGAST_7_12s = 2,
OAST_9_16 = 3
}
Swift
enum AgastDetectorType : Int32
-
Declaration
Objective-C
AGAST_5_8 = 0
Swift
case AGAST_5_8 = 0
-
Declaration
Objective-C
AGAST_7_12d = 1
Swift
case AGAST_7_12d = 1
-
Declaration
Objective-C
AGAST_7_12s = 2
Swift
case AGAST_7_12s = 2
-
Declaration
Objective-C
OAST_9_16 = 3
Swift
case OAST_9_16 = 3