DriveWorks SDK Reference
3.5.78 Release
For Test and Development only

perception/object/camera/docs/description1.md
Go to the documentation of this file.
1 # Copyright (c) 2018-2019 NVIDIA CORPORATION. All rights reserved.
2 
3 @page object_description1 Object Detector
4 
5 @note SW Release Applicability: This tutorial is applicable to modules in **NVIDIA DRIVE Software** releases.
6 
7 The Object Detector module implements functionality to load @ref drivenet_mainsection and run
8 several processing steps to detect all objects in the image. It is based on a
9 deep neural network with image pre-processing and detection post-processing. The processing steps
10 are illustrated in the following image.
11 
12 ![](object_detection.png)
13 
14 For an example see @ref object_usecase1.