observe: Instance Method

- (int) observe:(UIImage *) img;

Detects the document corners in a frame and accumulates them into the current state.

Parameters

  • img — The frame to process.

Return Value

A bitwise combination of PxCutoutFlag values.

Top