MATLAB Efficient Meniscus Line Detection in MATLAB - Simple and Automated Method

AI Thread Summary
The discussion focuses on methods for detecting the meniscus in an image using MATLAB. The original poster seeks a more automated solution than their current "ghetto method." They mention successfully creating a binary file from the image and using a loop to identify the first pixel in a specified region, which has proven effective. Suggestions include leveraging the steep color gradient of the red fluid for detection purposes.
member 428835
Hi PF!

Do any of you know a good way to detect the meniscus of the attached image (in MATLAB)? I have a very ghetto method, and would like something more automated.

Thanks for your help!
 

Attachments

  • pic.jpg
    pic.jpg
    63.5 KB · Views: 234
Physics news on Phys.org
Perhaps detect the steep color gradient of the Red fluid.
 
I actually ended up creating a binary file as the picture and then made a loop to detect the first pixel in a certain region. Seems to work well. Thanks for the reply!
 

Similar threads

Back
Top