Skip to content

JunhoJeon/intrinsic_texture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 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 (zwitterion27@postech.ac.kr)

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