hangong / ch

Demostration of color homography theorem with experiments in color correction, color feature matching, and color indexing, published in TPAMI 2017.
MIT License
7 stars 1 forks source link

Applicability of Linear Color Homography for Locally Adjusted Images #2

Closed a2108870 closed 11 months ago

a2108870 commented 11 months ago

Hello,

Thank you for your valuable work. I read in your paper about the simple linear color homography mapping for color transfer in image editing. As we know, for photographers, image editing might involve a combination of multiple local regions adjustments. With that in mind, I was wondering if the method you mentioned in your paper can be applied to map the colors of an image to another whose colors have been locally adjusted?

Thank you for your time and assistance.

hangong commented 11 months ago

Hello! Thanks for your interest. The quick answer is no. Color homography is a global color transform. But some local tone changes might work.

Han

On Wed, 25 Oct 2023 at 10:45, a2108870 @.***> wrote:

Hello,

Thank you for your valuable work. I read in your paper about the simple linear color homography mapping for color transfer in image editing. As we know, for photographers, image editing might involve a combination of multiple local regions adjustments. With that in mind, I was wondering if the method you mentioned in your paper can be applied to map the colors of an image to another whose colors have been locally adjusted?

Thank you for your time and assistance.

— Reply to this email directly, view it on GitHub https://github.com/hangong/ch/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA7D4KDOX3VDN6L2QBYYA6LYBDNTNAVCNFSM6AAAAAA6PCIA46VHI2DSMVQWIX3LMV43ASLTON2WKOZRHE3DAOJYGMYTQNA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

a2108870 commented 11 months ago

Thank you for your advice. I will consider introducing an incremental network for local color changes after global correction.