Atalasoft MobileImage API Reference
|
The Dimensions of a Document. More...
#import <KFXImageProcessorConfiguration.h>
Instance Methods | |
(instancetype) | - initWithShortEdge:andLongEdge: |
Init with Short and Long Edges. More... | |
Properties | |
float | shortEdge |
The Short Edge of a Document. More... | |
float | longEdge |
The Long Edge of a Document. More... | |
The Dimensions of a Document.
Represents the dimensions of a document. If the length of at least one of the edges of the document to be found are known ahead of time, they can be specified here to aid with edge detection, and also helps algorithms better estimate the output image DPI. You need not set both short and long edges; the algorithm uses one or both if present.
- (instancetype) initWithShortEdge: | (float) | shortEdge | |
andLongEdge: | (float) | longEdge | |
Init with Short and Long Edges.
Init with short and long edges.
|
readwritenonatomicassign |
The Long Edge of a Document.
Represents the length of the longest edge of the document to be found in inches. If you set it to 0.0, the library will not use this parameter. Default: 0.0
|
readwritenonatomicassign |
The Short Edge of a Document.
Represents the length of the shortest edge of the document to be found in inches. If you set it to 0.0, the library will not use this parameter. Default: 0.0