Contents

init(cropAndScale:context:)

Creates a FeaturePrint feature extractor.

Declaration

init(cropAndScale: VNImageCropAndScaleOption = .centerCrop, context: CIContext = CIContext())

Parameters

  • cropAndScale:

    The scaling and cropping options.

  • context:

    The CoreImage context to use for the operation. Defaults to a new default context.

See Also

Creating the extractor