https://kr.mathworks.com/matlabcentral/fileexchange/54297-radially-averaged-surface-roughness-topography-power-spectrum--psd-

 

 

https://kr.mathworks.com/help/images/texture-analysis.html

 

 

 

https://www.mathworks.com/matlabcentral/answers/81133-how-to-calculate-contrast-per-pixel-cpp-of-an-image

 

kernel = [-1, -1, -1, -1, 8, -1, -1, -1]/8;
diffImage = conv2(double(grayImage), kernel, 'same');
cpp = mean2(diffImage);

 

 

 

https://www.mathworks.com/matlabcentral/fileexchange/42904-imoverlay

 

 

http://dismac.dii.unipg.it/glcm/code/GraycoProps.m

 

 

https://www.mathworks.com/help/images/ref/graycoprops.html

 

 

https://github.com/edfreeburg/MATLAB-roughness-image-analysis/blob/master/texture_start.m

 

 

 

 

 

 

 

 

 

 

Posted by uniqueone
,