Hello, could you indicate me some criteria (or any filter) that allow me to say that image 1 has a bigger brighter region than any bright region in image 2?
thanks in advance.
img1
img2

댓글 수: 2

yanqi liu
yanqi liu 2022년 2월 24일
yes,sir,may be use adaptive_mediafilter、imadjust and so on to enhance target area
Jórdan Venâncio Leite
Jórdan Venâncio Leite 2022년 2월 28일
thanks for your answer yanqi liu i'll try it

댓글을 달려면 로그인하십시오.

답변 (1개)

Image Analyst
Image Analyst 2022년 2월 24일

0 개 추천

There is no hope of identifying regions that have any relation to the actual physical bubbles. Like I've said before you need to just concentrate on builk properties than trying to do particle sizing. For example, you can say that the mean gray level of the bottom image is greater than that of the top image.

댓글 수: 3

Jórdan Venâncio Leite
Jórdan Venâncio Leite 2022년 2월 28일
Image Analyst, do you think that i can use variance filter (standard deviation) or histogram to achieve this ? Thanks for your answer once more.
Image Analyst
Image Analyst 2022년 2월 28일
편집: Image Analyst 2022년 2월 28일
You can get the brightness profile like this:
verticalProfile = mean(grayImage, 2);
plot(verticalProfile, 'b-', 'LineWidth', 2);
You can then examine the vertical profile to learn where the bubbles are. A variance filter won't be any better than the original image, in fact it might be worse. A histogram doesn't have any information on where the pixels with those gray levels are.
Jórdan Venâncio Leite
Jórdan Venâncio Leite 2022년 2월 28일
Ok Image Analyst, i'll analise it txs for your answer

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

질문:

2022년 2월 24일

댓글:

2022년 2월 28일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by