Skip to content

UIE-Lab/Deep_Map_Color_Constancy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Depth Map Color Constancy

This repository contains a Python implementation of the paper "Depth map color constancy", published by Marc Ebner and Johannes Hansen in 2013.

Usage

To run the project, ensure that the required files im.png (RGB image) and im.npy (depth data) are in the same directory as the main script.

Required Python libraries:

  • opencv-python
  • numpy
  • matplotlib

Reference

This work is based on the following paper:

@article{ebner2013depth,
  title={Depth map color constancy},
  author={Ebner, Marc and Hansen, Johannes},
  journal={Bio-Algorithms and Med-Systems},
  volume={9},
  number={4},
  pages={167--177},
  year={2013},
  publisher={De Gruyter}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages