Jetson Inference
DNN Vision Library
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
depthNet.h File Reference

Go to the source code of this file.

Classes

class  depthNet
 Mono depth estimation from monocular images, using TensorRT. More...
 

Macros

#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
 

Macro Definition Documentation

◆ DEPTH_FLOAT_TO_INT

#define DEPTH_FLOAT_TO_INT   1000000

◆ DEPTH_HISTOGRAM_BINS

#define DEPTH_HISTOGRAM_BINS   256