Calculating image acutance

前端 未结 2 657
忘掉有多难
忘掉有多难 2021-01-04 14:37

Is there a simple algorithm for calculating an acutance value (or sharpness) for a grayscale image?

2条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-04 14:55

    As I understand it, the Accutance is the mean value of the Gradient Filter.

    Example in Mathematica:

提交回复
热议问题