Skip to content

Matlab & mex implementation of "Intrinsic Image Decomposition Using Structure-Texture Separation and Surface Normals", ECCV 2014

License

Notifications You must be signed in to change notification settings

posgraph/coupe.intrinsic_texture

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intrinsic Images using Texture Filtering

Unoptimized implementation of "Intrinsic Image Decomposition Using Structure-Texture Separation and Surface Normals" in Matlab and C++ MEX.

How to use it

You can try demo.m using included RGB & depth image.
Included input RGB and depth images are extracted from NYU Depth V2 dataset.
Algorithm requires texture-removed RGB image. Authors' code of regcovsmoothing and RGF are included.
You can use any structure-texture separation algorithm instead of it.

Hardware/software requirements

  1. Original code is tested on Matlab 2015a 64bit, Windows 7.
  2. For other platform (32bit Windows, Linux, MacOS), compile the C++ mex source codes in 'mex' directory.
  3. To compile mex source codes, corresponding ann and opencv library is required (please refer the compile.m).

Contributors

Junho Jeon ([email protected])

Citation

Cite our papers if you find this software useful.

  1. Junho Jeon, Sunghyun Cho, Xin Tong, Seungyong Lee, "Intrinsic Image Decomposition using Structure-Texture Separation and Surface Normals", European Conference on Computer Vision (ECCV 2014), September 2014.

About

Matlab & mex implementation of "Intrinsic Image Decomposition Using Structure-Texture Separation and Surface Normals", ECCV 2014

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MATLAB 64.1%
  • C 17.8%
  • C++ 17.4%
  • HTML 0.6%
  • Batchfile 0.1%
  • M 0.0%