Question: Using c/c** modify a color image to remove lightness factor from an image. In order to do that, for every pixel of the image, convert

Using c/c**  modify a color image to remove lightness factor from an image. In order to do that, for every pixel of the image, convert that pixels color into a color model that has separate channel for lightness/value/luminosity. Set lightness/value/luminosity value to half way, and convert the value back to RGB, changing the value of the that pixel. The end result should be a plain looking, unshaded image. In the report you need to talk about possible applications of what you have done, and why we might need to remove luminosity channel from the image.

Step by Step Solution

3.45 Rating (158 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Certainly Lets break down the task step by step Steps to Modify the Image 1 Read the Image Use an appropriate library like OpenCV to read the image fi... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!