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 = 0

    Swift

    case DTF_NC = 0
  • Declaration

    Objective-C

    DTF_IC = 1

    Swift

    case DTF_IC = 1
  • Declaration

    Objective-C

    DTF_RF = 2

    Swift

    case DTF_RF = 2
  • Declaration

    Objective-C

    GUIDED_FILTER = 3

    Swift

    case GUIDED_FILTER = 3
  • Declaration

    Objective-C

    AM_FILTER = 4

    Swift

    case AM_FILTER = 4