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.
Perhaps detect the steep color gradient of the Red fluid.
#3
member 428835
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!
As you can see from the image here, when I graph the 2d graph of y = 5sin(1/x), it comes out like I'd expect. However, when I graph it in a 3d graph, it doesn't look right at all. Can someone tell me why it isn't displaying right, or is it and I'm just missing something when I add the z axis?