rectifyWithCutout: Instance Method

- (PxRefineFeatures *) rectifyWithCutout:(PxCutout *) cutout;

References: PxRefineFeatures, PxCutout

Rectifies (crops and dewarps) the image using the given cutout.

Parameters

  • cutout — The PxCutout describing the document corners to rectify to.

Return Value

This builder, for chaining.

Top