1 # Copyright (c) 2017, NVIDIA CORPORATION. All rights reserved.
3 @page dwx_stereo_rectifier_sample Stereo Rectifier Sample
5 The Stereo Rectifier sample demonstrates stereo rectification.
7 
10 - Top: Input left and right image with parallel red line showing that epipolar lines are not parallel.
11 - Bottom: Rectified images.
14 - Two videos taken from a calibrated stereo camera
15 - Rig configuration XML file, which contains the calibration of the camera (extrinsics and intrinsics)
17 The sample then performs rectification on the videos.
21 ./sample_stereo_rectifier
29 --video0=pathTo/videoLeftRect.h264
30 --video1=pathTo/videoRightRect.h264
31 --single-input=1 (if only one unput is provided)
32 --rigconfig=pathTo/rig.xml
34 Where the rig XML file contains the intrinsics and extrinsics for the stereo
35 camera. For guidance on producing the rig configuration file, see
36 <a href="NVIDIA_DriveWorks_Calibration_Tool.pdf" target="_blank">NVIDIA DriveWorks Calibration Tool</a>.