|
Algorithm 1: Maximum division algorithm. |
Input:
is the coordinate range of original RS images; is the pixel value of RS images; is the slice size of image tile. Output:
is final number of division layers.
-
1:
Input coordinate range of original RS images , and evaluate the width and height of RS images: , ;
-
2:
Evaluate resolution of i-th layer : , then ;
-
3:
If (K is a correction constant), stop evaluation and achieve the value i as maximum value of division layers. Or if , repeat Step 2 to evaluate resolution of -th layer;
-
4:
Reassign , and evaluate according to processing method in Step 2 and Step 3;
-
5:
Evaluate the maximum value ;
-
6:
final number of division layers .
|