FastCV Sample Application  1.7.1
ImgDiffState Struct Reference

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

Public Member Functions

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

Data Fields

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.
uint8_t * referenceImgBuf
 Buffer to place reference image data if user click on the "Take Reference Img" button.
DIFF_STATE diffState
 Flag to copy the reference frame buffer.
uint8_t * diffImgBuf
 Buffer to place the different between referenceImgBuf and the current ImgBuf from camera.

Detailed Description

Contains imgDiffState information of the instance of the application.


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