FastCV Sample Application  1.7.1
WarpState Struct Reference

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

Public Member Functions

 WarpState ()
 Constructor for WarpState object sets variables to default values.

Data Fields

uint8_t * warpedYuv420ImgBuf
uint32_t warpedImgWidth
 Width of warped image.
uint32_t warpedImgHeight
 Height of warped 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.
WARP_TYPE warpType
uint32_t frameCount
uint32_t currentIndex
float * pCurrentMatrix
uint32_t * temp
uint8_t * dstY
uint8_t * dstCb
uint8_t * dstCr
uint8_t * RGBImgBuf
uint8_t * RGBDstBuf

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