TMS
                                
                                
                                
                                    TMS copied to clipboard
                            
                            
                            
                        Tone Mapping Studio
The default histogram view for LDR images should be _linear_. Histogram construction (iterations) is wrong.
As said in #83, plugins' output is expected to be in range [0,1] to get them correctly work with `tmocmd`, otherwise result image has wrong luminance range. More plugins does...
The function for loading/saving png files needs to be implemented.
The function to open/save PPM file format needs to be implemented.
Implementation of CorrC2G: Color to Gray Conversion by Correlation from paper: https://ieeexplore.ieee.org/abstract/document/8048003 Matlab implementation can be found on: https://www.mathworks.com/matlabcentral/fileexchange/64628-corrc2g-color-to-gray-conversion-by-correlation Surprisingly this simple method based on correlation gives very good resulsts....
Implementation of method: Color to Gray and Back: Color Embedding Into Textured Gray Images Working example:  
Implementation of: Opponent Center-Surround Contrast: Colour to Grey Conversion **NOTE:** Draft because consultation needed for some details to be reviewed. Example:  
Implementation of: Gradient correlation similarity for efficient contrast preserving decolorization - **GcsDecolor2** Rewritten from Matlab to c++. Credit: https://github.com/yqx7150/GcsDecolor Examples:          
Implementation of: Log-Euclidean Metrics for Contrast Preserving Decolorization Rewritten from Matlab to c++. Credit: https://github.com/yqx7150/LeDecolor/ Examples:          