Structures

The following structures are available globally.

  • Struct which defines a range on the image

    See more

    Declaration

    Objective-C

    struct MBIRange {}

    Swift

    struct MBIRange
  • Struct which defines a scale which detector searches on the image

    See more

    Declaration

    Objective-C

    struct MBIScale {}

    Swift

    struct MBIScale
  • Struct which describes image extension factors. Each factors denotes by what percentage is image extended. For example, value of top = 0.3f means that top side of the image is extended by 30% of cards height, while value of right = 1.3f means that the right side of the image is extended by 120% of the cards width.

    See more

    Declaration

    Objective-C

    struct MBIImageExtensionFactors {}

    Swift

    struct MBIImageExtensionFactors