I want to make image manipulation app for red-green color blind person.
Is there any way for me to transform red to yellow and green to blue while keeping blue the same? I am developing an android app using opencv library.
Do I have to create a new library for this or I can directly manipulate inside the source code itself?
Thank you very much