FastCV Sample Application  1.7.1
AffineState Struct Reference

Contains state information of the instance of the application. More...

Public Member Functions

 AffineState ()
 Constructor for affineState object sets variables to default values.

Data Fields

float affineFloatMatrix [4]
int32_t affineIntMatrix [4]
uint8_t * affineImgBuf
 Intermediate image buffer that stores image.
uint32_t affineImgWidth
 Width of image.
uint32_t affineImgHeight
 Height of image.
uint8_t * alignedImgBuf
 Buffer to place image data if camera callback data is not aligned.
uint32_t alignedImgWidth
 Width of aligned image.
uint32_t alignedImgHeight
 Height of aligned image.
AFFINE_TYPE affineType
 Affine type selected by user.

Detailed Description

Contains state information of the instance of the application.


The documentation for this struct was generated from the following file:
 All Data Structures Functions Variables