Skip to main content
. 2016 Jul 5;16(7):1040. doi: 10.3390/s16071040
Algorithm 1: Blurred Degree Calculation with SIGD
Input: Image g(u,v), Gradient threshold B
Output: Blurred degree b
1 Detect M and N of g(u,v)
2 Convert g(u,v) to YUV color space, construct gY(u,v)
3 For each pixel in gY(u,v), calculate its ΔgY(u,v)
4 Calculate blurred degree b of gY(u,v) by Formulas (3) and (4)