intersecting image with plane
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
andi shahaj
am 17 Mai 2017
Bearbeitet: John D'Errico
am 17 Mai 2017
I have used the "surf" function to turn a grayscale image into a surface where xy are the original xy coordinate of the image and z is the light intensity at that image. I want to find the curve where this surface intersects with a plane z=(some number). Ideally a function for this curve would be best, but the coordinates of all the pixels would work too. Anybody have an idea of how I can do this?
0 Kommentare
Akzeptierte Antwort
John D'Errico
am 17 Mai 2017
Bearbeitet: John D'Errico
am 17 Mai 2017
So you want to compute a level curve? Why would you not just use a contour plot to do that? If you want the curve itself as a polygonal path in the (x,y) plane, then:
help contourc
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Surface and Mesh Plots finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!