Search found 1 match

by Edmund
Thu Jun 07, 2007 10:13 am
Forum: .NET
Topic: Image intensity chart
Replies: 1
Views: 2417

Image intensity chart

Hi, I would like to do a intensity mapping. I have a bitmap file which is a greyscale image, and i want to plot the image into a 3D graph. the pixel in x and y-axises while the intensity value of the pixel in z-axis. I have try to use for loop on surface plotting, but there are 360536 points to plot...