DriveWorks SDK Reference
3.5.78 Release
For Test and Development only

/dvs/git/dirty/gitlab-master_av/dw/sdk/samples/imageprocessing/geometry/imagetransformation/README.md
Go to the documentation of this file.
1 # Copyright (c) 2019-2020 NVIDIA CORPORATION. All rights reserved.
2 
3 @page dwx_imagetransformation Image Transformation Sample
4 @tableofcontents
5 
6 @note SW Release Applicability: This sample is available in both **NVIDIA DriveWorks** and **NVIDIA DRIVE Software** releases.
7 
8 @section dwx_imagetransformation_description Description
9 
10 The Image Transformation sample demonstrates the basic image processing functions within DriveWorks.
11 
12 It takes an H.264 video as input, reads the frames sequentially, processes the image, and displays the output next to the original video.
13 
14 @section dwx_imagetransformation_usage Running the Sample
15 
16 The command line for the sample is:
17 
18  ./sample_imagetransformation --video=[path/to/video]
19 
20 where
21 
22  --video=[path/to/video]
23  Points to a recorded video.
24  Default value: path/to/data/samples/sfm/triangulation/video_0.h264
25 
26 @section dwx_imagetransformation_output Output
27 
28 The sample creates a window, processes the image, and displays the output to the right of the original video. The simplest output is a cropeed, resized and converted to monochrome image
29 The sample allows the user to select the are to transform.
30 
31 Press T to toggle Thresholding and switch between different modes
32 
33 ![Image Transformation Output](image_transformation_sample.png)
34 
35 @section dwx_imagetransformation_more Additional information
36 
37 For more details, see @ref imagetransformation_mainsection.