필터 지우기
필터 지우기

Image enhancement to extract key features

조회 수: 5 (최근 30일)
Rohan Kokate
Rohan Kokate 2023년 8월 24일
답변: Balaji 2023년 9월 4일
Hello,
I have high-speed images of flow inside a channel (attached Fig. 1). I want to extract some key features like the interface of the bubble and the bubble nucleation sites on the wall. The walls of the channel (the gray portion of the image) is not of importance for me. So I tried to invert the map of the image and then try to adjust the brightness and contrast manually and it looks something like Fig. 2.
This approach, in certain cases, results in distorting the bubbles on the wall and only captures the long bubble slugs in the channel. I am new to image processing so I am not really sure about the best way to address this particular issue. How should I go ahead with this? I am sure there is a much betetr way to do this as I'm essentially trying to brute force what I want. Also what would be the best way to automate this analysis for a bunch of images?
Thanks in advance.
Rohan.
  댓글 수: 2
Matt J
Matt J 2023년 8월 24일
In addition ot the raw image, please provide a marked-up image showing the things you want extracted.
Rohan Kokate
Rohan Kokate 2023년 8월 24일
Apologies! I have attached a picture showing the features I want to extract along with the raw images of the same in the zip file.

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

답변 (1개)

Balaji
Balaji 2023년 9월 4일
Hi Rohan,
You can try the following steps to extract the features from your image.
Thresholding: Instead of manually adjusting the brightness and contrast, you can use thresholding techniques such as Global Thresholding, adaptive thresholding, or Otsu’s thresholding to get best results for your image
Morphological Operations: Morphological operations such as Erosion and dilation methods can be used to smooth bubble edges, eliminate noise, and fill in gaps.
3. Edge detection: To extract the bubble interface, you can use edge detection algorithms such as the Canny edge detector or the Sobel operator.
4. Blob analysis: Once you have the segmented bubbles, you can perform blob analysis to identify and measure properties of the bubbles, such as their size, shape, and position.
Hope this helps!
Thanks
Balaji

카테고리

Help CenterFile Exchange에서 Get Started with Image Processing Toolbox에 대해 자세히 알아보기

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by