ComPDF Objective-C SDK
API Reference Documentation for ComPDF Objective-C SDK
Loading...
Searching...
No Matches
CDEWARPResult Class Reference

Dewarp output including key points and the corrected image. More...

#include <document_ai.h>

Inheritance diagram for CDEWARPResult:

Properties

NSArray * points
 Corner points as 8 integers [tl.x,tl.y,tr.x,tr.y,bl.x,bl.y,br.x,br.y].
NSImage * image
 Dewarped/corrected image.

Detailed Description

Dewarp output including key points and the corrected image.

Definition at line 192 of file document_ai.h.

Property Documentation

◆ image

- (NSImage*) image
readwritenonatomicstrong

Dewarped/corrected image.

Definition at line 197 of file document_ai.h.

◆ points

- (NSArray*) points
readwritenonatomicstrong

Corner points as 8 integers [tl.x,tl.y,tr.x,tr.y,bl.x,bl.y,br.x,br.y].

Definition at line 195 of file document_ai.h.


The documentation for this class was generated from the following file: