Jetson Inference
DNN Vision Library

Homography estimation DNN for registering and aligning images. More...

Classes

class  homographyNet
 Homography estimation networks with TensorRT support. More...
 

Macros

#define HOMOGRAPHY_NET_DEFAULT_INPUT   "input_0"
 Name of default input blob for homographyNet ONNX models. More...
 
#define HOMOGRAPHY_NET_DEFAULT_OUTPUT   "output_0"
 Name of default output blob for homographyNet ONNX models. More...
 

Detailed Description

Homography estimation DNN for registering and aligning images.

Macro Definition Documentation

◆ HOMOGRAPHY_NET_DEFAULT_INPUT

#define HOMOGRAPHY_NET_DEFAULT_INPUT   "input_0"

Name of default input blob for homographyNet ONNX models.

◆ HOMOGRAPHY_NET_DEFAULT_OUTPUT

#define HOMOGRAPHY_NET_DEFAULT_OUTPUT   "output_0"

Name of default output blob for homographyNet ONNX models.