SimpleECM Image Processing SDK  1.1
 All Classes Files Functions Variables Enumerations Enumerator Properties
SECMDewarpOperation Class Reference

#import <SECMDewarpOperation.h>

Inheritance diagram for SECMDewarpOperation:
SECMImageOperation

Instance Methods

(id) - initWithSECMImage:andQuadrangle:
 
- Instance Methods inherited from SECMImageOperation
(id) - initWithSECMImage:
 

Additional Inherited Members

- Properties inherited from SECMImageOperation
SECMImagesImage
 the image to apply the operation on More...
 
id< SECMImageOperationDelegatedelegate
 delegate that will be informed of the operation's events More...
 

Detailed Description

Operation that dewarps a quadrangle out of the image

Definition at line 17 of file SECMDewarpOperation.h.

Method Documentation

- (id) initWithSECMImage: (SECMImage *)  sImage
andQuadrangle: (SECMQuadrangle *)  quadrangle 

Initializes the operation

Parameters
SECMImage*sImage the image the operation will be applied to
SECMQuadrangle*quadrangle the quadrangle to be dewarped
Returns
the initialized operation

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