docs/html/backgroundNet_8h.html
| | Jetson Inference
DNN Vision Library |
backgroundNet.h File Reference
#include "tensorNet.h"
#include <jetson-utils/cudaFilterMode.h>
Go to the source code of this file.
|
|
| class | backgroundNet |
| | Background subtraction/removal with DNNs, using TensorRT. More...
|
| |
|
|
| #define | BACKGROUNDNET_DEFAULT_INPUT "input_0" |
| | Name of default input layer for backgroundNet model. More...
|
| |
| #define | BACKGROUNDNET_DEFAULT_OUTPUT "output_0" |
| | Name of default output layer for backgroundNet model. More...
|
| |
| #define | BACKGROUNDNET_MODEL_TYPE "background" |
| | The model type for backgroundNet in data/networks/models.json. More...
|
| |
| #define | BACKGROUNDNET_USAGE_STRING |
| | Standard command-line options able to be passed to backgroundNet::Create()More...
|
| |