FastCV Sample Application  1.7.1
FilterState Struct Reference

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

Public Member Functions

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

Data Fields

uint8_t * filteredImgBuf
 Image buffer that stores filtered image.
uint32_t filteredImgWidth
 Width of image.
uint32_t filteredImgHeight
 Height of image.
uint8_t * edgeImgBuf
 Image buffer that stores canny filtered image.
uint32_t edgeImgWidth
 Width of image.
uint32_t edgeImgHeight
 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.
FILTER_TYPE filterType
 Filter type selected by user.

Detailed Description

Contains filterState information of the instance of the application.


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