필터 지우기
필터 지우기

How to choose the right image filtering technique for my application

조회 수: 1 (최근 30일)
user
user 2018년 3월 19일
댓글: user 2018년 3월 26일
I am observing two droplets, one with a air bubble and one without an air bubble. The droplets are frozen and I watch the freezing process and track through time. Currently I send my black and white video (a snippet of it is attached as image.png) through an edge-detection filter in Matlab this filter is as follows:
B = edge(Frames,'canny',0.1);
The only problem with this "canny" method of filtering is that they leave too much noise inside the droplets, especially in the one with an air bubble. When I analyze with these filters, the noise interferes with my analysis of the freezing line and skews my data. As you can see in the "withotu bubble.PNG" file there is some noise around the freezing line and this noise is much worse in the "withairbubble.PNG" file that is attached. I want to know if there is a way for me to either remove or avoid all that noise surrounding the lines and only filter in the freezing line as it goes up.

답변 (1개)

Image Analyst
Image Analyst 2018년 3월 19일
Then don't use edge detection. I see no reason why you'd want to use edge detection. And why can't you just throw out any droplets that have a bubble in them? Why even bother with them? Can't you just take another video, or not start recording if you see a bubble? Just record enough videos so that you have enough good videos even when you throw out the bad ones with air bubbles.
  댓글 수: 11
Image Analyst
Image Analyst 2018년 3월 26일
Your video just has one droplet in each frame, right? Not two like you had above. I assume you just stitched two different frames side-by-side.
user
user 2018년 3월 26일
No, my video has two droplets side by side, one with air bubble and one without; but that shouldn’t cause too many problems because I end up cropping the video into half and then analyzing each droplet individually.

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

카테고리

Help CenterFile Exchange에서 Nonlinear Operators에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by