필터 지우기
필터 지우기

How to calculate linear index of fuzziness of an image?

조회 수: 1 (최근 30일)
Mustafa Uysal
Mustafa Uysal 2019년 12월 29일
Hi,
i am trying to calculate linear index of fuzziness of an image using this formula:
Wuc4x.png
i have to see a positive value. But i see a negative value, so i think i am doing something wrong. here is my try and output_image
q=(pi/2)*(1-output_image/255); %I is output image and 255 is maximum gray level. output_iamge is 288*384 double and grayscale image
y= sum(sum(min(q,1-q)))/(width*height); %M*N is width*height

답변 (0개)

카테고리

Help CenterFile Exchange에서 Data Clustering에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by