FastCV Sample Application  1.7.1
ScaleState Struct Reference

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

Public Member Functions

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

Data Fields

uint8_t * scaledImgBuf
uint32_t scaledImgWidth
 Width of scaled image (if scaling is enabled)
uint32_t scaledImgHeight
 Height of scaled image (if scaling is enabled)
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.
SCALE_TYPE scaleType
 Scaling type selected by user.
uint32_t nDstOffset
 Offset for dst image.

Detailed Description

Contains scaleState information of the instance of the application.


Field Documentation

Intermediate image buffer that stores image between Downscaler and Gaussian filter.


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