glemaitre / traffic-sign-detection

Real-time traffic sign detection using Gielis curves
Other
108 stars 61 forks source link

log chromatic format #8

Closed cvmaker93 closed 7 years ago

cvmaker93 commented 8 years ago

// Function to convert an RGB image (uchar) to log chromatic format (double) void rgb_to_log_rb(const cv::Mat& rgbImage, std::vector< cv::Mat >& log_chromatic_image) {}

Could you tell me what the purpose of this funciton?And what is the log chromatic format ? I can not find any information about this .Thank you!

glemaitre commented 8 years ago

It is a color conversion. Check this publication to have more information