Research Article
A Real-Time Star Tailing Removal Method Based on Fast Blur Kernel Estimations
Algorithm 2
The proposed algorithm for length estimation.
| Input: | (1) | Compute the length of , N | (2) | | (3) | | (4) | for i = 1 to 2 do | (5) | for j = 1 to N-1 do | (6) | | (7) | ifthen | (8) | | (9) | else | (10) | | (11) | end if | (12) | | (13) | end for | (14) | | (15) | ifthen | (16) | | (17) | else | (18) | break | (19) | end if | (20) | end for | (21) | | | Output: L |
|