detect Instance Method

- (PxCutout *) detect;

References: PxCutout

Attempts to detect the document corners in the image.

Return Value

A PxCutout whose isDefined is true if corners were detected; otherwise a cutout covering the whole image.

Top