/StereoColorEvalution

The evalution and color code for kitti.

Primary LanguageMATLABMIT LicenseMIT

The evalution and color code for kitti.

0. Software Environment

matlab >= 2015

2. How to use the code:

run the main.m file;

$ matlab main.m

3. The result

  • The input image:

image

  • The input gt:

image

  • The output color disp map:

image

  • The output color gt:

image

  • The output error map:

image

3. File Structure

.
├── src # source code
│   ├── libs/
│   ├── main.m
│   └── ...
├── LICENSE
└── README.md