Skip to content

Unofficial re-implementation of Aksoy et al.'s soft segmentation method [2017]

License

Notifications You must be signed in to change notification settings

yaochaorui/color-unmixing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Color Unmixing

This is an unofficial re-implementation of the soft image segmentation technique proposed in the following paper:

Yağiz Aksoy, Tunç Ozan Aydin, Aljoša Smolić, and Marc Pollefeys. 
Unmixing-Based Soft Color Segmentation for Image Manipulation. 
ACM Trans. Graph. 36, 2, Article 19 (March 2017), 19 pages. 
DOI: https://doi.org/10.1145/3002176

Please note that some steps of the original algorithm (e.g., acceleration of the color model determination (Sec. 5.1)) are not implemented. Also, we do not guarantee the correctness of the implementation.

Dependencies

How to Compile and Run

We use cmake for managing the sources codes. You can compile the software by typing, for example,

$ cd PATH_FOR_THE_SOURCE_DIRECTORY
$ mkdir build
$ cd build
$ cmake ../
$ make

You can also try to run the software using one of the cmake's features. After the compile, you can run the test by typing

$ ctest

License

We distribute the source codes under the MIT license.

About

Unofficial re-implementation of Aksoy et al.'s soft segmentation method [2017]

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.9%
  • CMake 4.1%