EdgeAwareFiltersList
Objective-C
NS_ENUM(int, EdgeAwareFiltersList) {
DTF_NC = 0,
DTF_IC = 1,
DTF_RF = 2,
GUIDED_FILTER = 3,
AM_FILTER = 4
}
Swift
enum EdgeAwareFiltersList : Int32
-
Declaration
Objective-C
DTF_NC = 0Swift
case DTF_NC = 0 -
Declaration
Objective-C
DTF_IC = 1Swift
case DTF_IC = 1 -
Declaration
Objective-C
DTF_RF = 2Swift
case DTF_RF = 2 -
Declaration
Objective-C
GUIDED_FILTER = 3Swift
case GUIDED_FILTER = 3 -
Declaration
Objective-C
AM_FILTER = 4Swift
case AM_FILTER = 4
View on GitHub
EdgeAwareFiltersList Enumeration Reference