3D Graph
Posted: Sun Mar 19, 2006 10:28 pm
I'm trying to create and plot a 3D graph that will display pixel intensities in their corresponding location. I also need the graph to update in real time (10 frames/sec). I'm running my program on visualstudio.net .
For my graph, what I'm thinking is I will basically take in two parameters.
1) The coordinates of the edge detected (horizontal and vertical pixel
location). The graph will only be concerned with areas that edges were
detected.
2) The other parameter that needs to be taken in is the computed distance
from the cameras of the detected edge. This is the parameter that will
determine how far the graph protrudes out in the z direction.
Can anyone tell me if DPLOT is a useful program to use for this type of plot.
Thanks.
For my graph, what I'm thinking is I will basically take in two parameters.
1) The coordinates of the edge detected (horizontal and vertical pixel
location). The graph will only be concerned with areas that edges were
detected.
2) The other parameter that needs to be taken in is the computed distance
from the cameras of the detected edge. This is the parameter that will
determine how far the graph protrudes out in the z direction.
Can anyone tell me if DPLOT is a useful program to use for this type of plot.
Thanks.