- Visual Media Processing Using Matlab Beginner's Guide
- George Siogkas
- 266字
- 2021-08-06 16:37:55
Contrasting enhancement using imcontrast
A tool included in the Image Processing Toolbox, which offers an extra helping hand at histogram enhancement is imcontrast
. It can be invoked by displaying an image and then calling the imcontrast
function with input gcf
(get current figure):
>> imshow(img) >> imcontrast(gcf)
This tool gives an interactive way to the user to adjust the histogram of the image by defining a maximum and a minimum value, as well as a center for the histogram of the transformed image. You can do this either by inputting the numerical values of these settings, or by dragging the three red bars on the histogram. No actions are actually performed on the original image until the button Adjust Data is clicked. The tool also gives you the option to clip the outliers of images (pixels with extreme values). In the default setting of 2%, the 1 percent of minimum values and the 1 percent of maximum values are removed.

The methods described so far are quite useful for image enhancement. However, they all suffer from the same shortcoming; they are global methods, operating on the entire image. This has the obvious disadvantage of suboptimal enhancement to images with spatially variant histograms. For such cases, we need the help of locally adaptive histogram enhancement methods.
Tip
The imcontrast
tool can also be used for interactive demonstration of thresholding results. You can see how it works if you reduce the red area of the histogram to include just one value and then drag it left or right to dynamically observe the results of thresholding using various thresholds.
- Arduino入門基礎教程
- Learning Cocos2d-x Game Development
- Instant uTorrent
- 電腦組裝與維修從入門到精通(第2版)
- 基于ARM的嵌入式系統和物聯網開發
- The Applied AI and Natural Language Processing Workshop
- Practical Machine Learning with R
- 筆記本電腦維修實踐教程
- “硬”核:硬件產品成功密碼
- 觸摸屏應用技術從入門到精通
- FPGA實戰訓練精粹
- 筆記本電腦現場維修實錄
- 微服務架構實戰:基于Spring Boot、Spring Cloud、Docker
- 計算機組裝與維護立體化教程(微課版)
- 電腦軟硬件維修寶典