07-05-2005 10:19 AM
Hello, guys,
I am using Measurement studio6.0 and Visual C++6.0. Right now I need to display a 2-D color image. The image is acquired pixel by pixel and line by line (scanning) and I need to display the image also pixel by pixel in real time. I try CNiGraph3D and only display XY projection. But it is slow because in realtime I don’t have the whole image and I need to update the graph each time I get one pixel. Please provide some better solutions.
I think I may use the CNiImage in CNiGraph, but I don’t know how to update the CNiImage pixel by pixel in realtime . Or I may get a CDC object of the plot area of CNiGraph control and plot each pixel by myself but how to do it?
Thanks,
07-06-2005 06:35 PM