I need to calculate a few image statistics from a source colored jpeg loaded. The statistics are:
Calculate color entropy
histR = new int[256];
histG = new int[256];
histB = new int[256];
for each pixel do
histR…...Gaussian blur and then Sobel filter to then do some calculations...Gaussian blur, and using the Sobel filter. Below is a step-by-step guide...