Dear all,
I'm using VLIB 3.0.07 histogram function (VLIB_histogram_1D_U8) on DM8148's C674x DSP.
My test image is grayscale 8bits 800x600 (image size 480KB).
The computed histogram tallies with the public image processing library ImageJ except those values exceeding 64K (due to 16bits data type).
I like to find out if there's any function for 32bits computed histogram?
Or if the source code to the VLIB library is available so that I could generate another function to handle 32bits?
Or what should be a better approach to getting the histogram of image with this dimension?
Thank you
Regards
May