- Image contrast: image_contrast = max(grayImage(:)) - min(grayImage(:));
- Correlation Coefficient: It is calculated b/w two images not with a single image. correlation = corr2(a, b) where a and b are two images.
- Homogenity: homogeneity = graycoprops(graycomatrix(img), 'Homogeneity')