how to reduce the brightness of an image?
17 ビュー (過去 30 日間)
古いコメントを表示
In MATLAB there are direct commands to enhance the brightness. I need to reduce it. How to achieve it.
0 件のコメント
回答 (3 件)
Image Analyst
2012 年 9 月 11 日
There are several ways, such as you can divide the image by a factor, you can subtract a number from it, or you can convert from RGB color space to HSV colorspace, reduce the intensity of the v channel (for example by subtracting or dividing) and then convert back to RGB color space.
0 件のコメント
DGM
2022 年 4 月 28 日
There are many different ways, using both simplistic direct methods and purpose-built tools. The answers in this related question cover several of the ways and should apply directly to this question as well.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!