Dear Users,
I use CVI/2013 together with NiVision library.
For an image I use imaqHistogram to get the histogram parameters from the image.
The image is indeed of type Image and not an array that contains the image-pixel values.
Now I want to display the histogram.
How can I easely do this?
My aim would be to display the histogram into a EditGraph of a Panel.
I found a example for using CVI-native function "Histogram".
With this I can define a "x_array" and "y_array".
With this I can use PlotXY();
However using the "imagHistogram"-function I am struggling to find out the "x_array"and "y_array"
Thank you,
Philipp