VPI - Vision Programming Interface

3.0 Release

BackgroundSubtractor.h File Reference

Declares functions that implement background subtractor algorithms. More...

#include "../Export.h"
#include "../Status.h"
#include "../Types.h"
#include <stdint.h>
+ Include dependency graph for BackgroundSubtractor.h:

Go to the source code of this file.

Data Structures

struct  VPIBackgroundSubtractorParams
 Structure that defines the parameters for vpiCreateBackgroundSubtractor. More...
 

Functions

VPIStatus vpiInitBackgroundSubtractorParams (VPIBackgroundSubtractorParams *params)
 Initializes VPIBackgroundSubtractorParams with default values. More...
 
VPIStatus vpiCreateBackgroundSubtractor (uint64_t backends, int32_t imageWidth, int32_t imageHeight, VPIImageFormat inputFormat, VPIPayload *payload)
 Creates payload for vpiSubmitBackgroundSubtractor. More...
 
VPIStatus vpiSubmitBackgroundSubtractor (VPIStream stream, uint64_t backend, VPIPayload payload, VPIImage inFrame, VPIImage outFGMask, VPIImage outBGImage, const VPIBackgroundSubtractorParams *params)
 Submits a Background Subtractor operation to the stream. More...
 

Detailed Description

Declares functions that implement background subtractor algorithms.

Definition in file BackgroundSubtractor.h.