Help with processing high-speed schlieren images
이전 댓글 표시
Hello everyone! I am trying to do the following on the image below:
- Fill the black particles with the background. Basically, I don't want to see the particles there, but I also don't want to see a hole.
- I am trying to extract the bow shocks behind and around the particles.
- Obtain turbulent structure information from the image. There are some intermitent turbulent structures that cannot be seen in the image. Is there some sort of contrast that you recommend to make these turbulent regions more significant?
I have tried using regionprops to locate the location of the particles, yet I can't find a way to make the particle disappear nicely. Please let me know if you have any suggestions. I am also trying to track the bow shocks by a segmentation method, but I first need to remove the particles.
Experimental procedure:
- High-speed schlieren using MHz sampling. I can perform particle tracking velocimetry on the particles themselves, but I want some tracking or PIV for the bow shocks, as they don't travel with the particle entirely.
- Please note that these are a set of 256 images per experiment, so I can track the bow shock frame to frame.
Thank you!

댓글 수: 1
José Hermenegildo García Ortiz
2023년 10월 25일
Dear Juan,
It's probably too late, but if someone else has this problem, did you try the imfill function? You can adjust the options, and it probably works in this case.
Regards!
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Fluid Dynamics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!