'Declaration Public Function New( _
ByVal templateSizeSize of the template image.As Vintasoft.Imaging.ImageSize, _
ByVal imageThe image on which the form field shall be recognized.As Vintasoft.Imaging.VintasoftImage, _
ByVal imageTransformMatrixThe matrix of affine transformation from the filled image to the template image.As Vintasoft.Imaging.AffineMatrix _
)
public FormRecognitionParams(
Vintasoft.Imaging.ImageSize templateSize,
Vintasoft.Imaging.VintasoftImage image,
Vintasoft.Imaging.AffineMatrix imageTransformMatrix
)
public: FormRecognitionParams(
Vintasoft.Imaging.ImageSize* templateSize,
Vintasoft.Imaging.VintasoftImage* image,
Vintasoft.Imaging.AffineMatrix* imageTransformMatrix
)
public:
FormRecognitionParams(
Vintasoft.Imaging.ImageSize^ templateSize,
Vintasoft.Imaging.VintasoftImage^ image,
Vintasoft.Imaging.AffineMatrix^ imageTransformMatrix
)
Parameters
- templateSize
- Size of the template image.
- image
- The image on which the form field shall be recognized.
- imageTransformMatrix
- The matrix of affine transformation from the filled image to the template image.