Research Article
A Novel Approach to Transform Bitmap to Vector Image for Data Reliable Visualization considering the Image Triangulation and Color Selection
Algorithm 2
Mesh simplification algorithm.
| Input: the list of Vertices | | Output: the list of Vertices (simplified) | (1) | forin Vertices do | (2) | n = random () | (3) | if collapse_condition (, n) == true then | (4) | collapse (, n) |
|