FastCV Sample Application  1.7.1
GradientState Struct Reference

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

Public Member Functions

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

Data Fields

FPSCounter camFPSCounter
 Camera preview FPS counter.
uint8_t * gradientImgBuf
 Image buffer that stores gradient image.
uint32_t gradientImgWidth
 Width of image.
uint32_t gradientImgHeight
 Height of image.
int16_t * xGradientImgBuf
 Intermediate image buffer that stores horizontal gradient.
uint32_t xGradientImgWidth
 Width of image.
uint32_t xGradientImgHeight
 Height of image.
int16_t * yGradientImgBuf
 Intermediate image buffer that stores vertical gradient.
uint32_t yGradientImgWidth
 Width of image.
uint32_t yGradientImgHeight
 Height of image.
uint8_t * alignedImgBuf
 Buffer to place image data if camera callback data is not aligned.
uint32_t imgWidth
 Width of image.
uint32_t imgHeight
 Height of image.
GRADIENT_ORIENTATION_TYPE gradientOrientation
 Orientation type selected by user.
GRADIENT_TYPE gradientType
 Gradient type selected by user.

Detailed Description

Contains GradientState information of the instance of the application.


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