[][src]Trait uikit_sys::ICIDetector

pub trait ICIDetector: Sized + Deref {
    unsafe fn featuresInImage_(self, image: CIImage) -> NSArray
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn featuresInImage_options_(
        self,
        image: CIImage,
        options: NSDictionary
    ) -> NSArray
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn detectorOfType_context_options_(
        type_: NSString,
        context: CIContext,
        options: NSDictionary
    ) -> CIDetector
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn featuresInImage_(self, image: CIImage) -> NSArray where
    Self::Target: Message + Sized

unsafe fn featuresInImage_options_(
    self,
    image: CIImage,
    options: NSDictionary
) -> NSArray where
    Self::Target: Message + Sized

unsafe fn detectorOfType_context_options_(
    type_: NSString,
    context: CIContext,
    options: NSDictionary
) -> CIDetector where
    Self::Target: Message + Sized

Loading content...

Implementors

impl ICIDetector for CIDetector[src]

Loading content...