docs/html/depthNet_8h.html
| | Jetson Inference
DNN Vision Library |
depthNet.h File Reference
#include "tensorNet.h"
#include <jetson-utils/cudaColormap.h>
Go to the source code of this file.
|
|
| class | depthNet |
| | Mono depth estimation from monocular images, using TensorRT. More...
|
| |
|
|
| #define | DEPTHNET_DEFAULT_INPUT "input_0" |
| | Name of default input blob for depthNet model. More...
|
| |
| #define | DEPTHNET_DEFAULT_OUTPUT "output_0" |
| | Name of default output blob for depthNet model. More...
|
| |
| #define | DEPTHNET_MODEL_TYPE "monodepth" |
| | The model type for depthNet in data/networks/models.json. More...
|
| |
| #define | DEPTHNET_USAGE_STRING |
| | Command-line options able to be passed to depthNet::Create()More...
|
| |
| #define | DEPTH_FLOAT_TO_INT 1000000 |
| |
| #define | DEPTH_HISTOGRAM_BINS 256 |
| |
| #define DEPTH_FLOAT_TO_INT 1000000 |
| #define DEPTH_HISTOGRAM_BINS 256 |