| Algorithm 1: Translation process of the colors belonging to the set V |
|
Inputs: The sets , , ; Output: The set
|
| Set and
|
|
Whileanddo
|
-
1.
Apply Equation (13) to estimate the with the highest rank.
-
2.
Apply Equation (14) to identify the confusion line , which is closer to .
-
3.
Apply Equation (15) to translate the color to its projection point lying on .
-
4.
Apply Equation (16) to update the set
-
5.
Apply Equation (17) to update the set
|
| End While |
|