Question: Write a program in Python using the OpenCV library that: A) Gets the name of an image from the command line and reads the image.
Write a program in Python using the OpenCV library that: A) Gets the name of an image from the command line and reads the image. B) Converts the above image into HSV color space. Then subtracts 50 from all the pixels in the V channel. Finally, converts the changed image back into BGR color space. F) Displays the initial image and the final image in a one-by-two window
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
