FastCV Sample Application  1.7.1
FilterCorrState Struct Reference

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

Public Member Functions

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

Data Fields

FPSCounter camFPSCounter
 Camera preview FPS counter.
uint8_t * filteredImgBuf
 Image buffer that stores filtered image.
uint32_t filteredImgWidth
 Width of image.
uint32_t filteredImgHeight
 Height of image.
int16_t * filteredInputBufs16
 Intermediate image buffer that stores input.
int16_t * filteredOutputBufs16
 Intermediate image buffer that stores output.
int16_t * scratchBuffer
 Intermediate image buffer that is used for scratch.
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.
KERNEL_TYPE kernelType
 Kernel type selected by user.

Detailed Description

Contains FilterCorrState information of the instance of the application.


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