Grayscale Image Contrast Enhancement
1 回表示 (過去 30 日間)
古いコメントを表示
Dear all, I have a bunch of grayscale images of cross sectional views of an artery. The contrast of images is variable (Image A and B). I am trying to detect the vessel borders as shown in attached image (Image C and D) using "Edge" command in Matlab; however, because my images have variable contrasts, I need to use a different threshold for each image to detect the borders.
I wonder if there is a command in Matlab which brings all images to a similar contrast level, especially on the borders, so that I can use a unique threshold for all images. Thanks
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/149182/image.jpeg)
0 件のコメント
回答 (1 件)
Image Analyst
2015 年 4 月 18 日
There is an imhistmatch() function to match the histograms of two images. Give that a try.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Image Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!