Line Simplification
Recursive Douglas-Peucker Polyline Simplification (Iterative Endpoint Fit)
Al momento, stai seguendo questo contributo
- Vedrai gli aggiornamenti nel tuo feed del contenuto seguito
- Potresti ricevere delle email a seconda delle tue preferenze per le comunicazioni
Nota dell'editore: This file was selected as MATLAB Central Pick of the Week
Cita come
Wolfgang Schwanghart (2026). Line Simplification (https://it.mathworks.com/matlabcentral/fileexchange/21132-line-simplification), MATLAB Central File Exchange. Recuperato .
Riconoscimenti
Ispirato: Region Growing (2D/3D grayscale)
Informazioni generali
- Versione (6 KB)
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
| Versione | Pubblicato | Note della release | Action |
|---|---|---|---|
| 1.4.0 | added m-file that runs with GNU Octave |
||
| 1.3.0 | Added some information in the description. |
||
| 1.2.0 | Removed a bug in calculating the second output argument. Improved handling of lines with only one segment. |
||
| 1.1.0 | only minor changes: added some comments and changed the link to more information since it was dead. |
||
| 1.0.0 | First, the algorithm can now handle nans in the vertex array. It assumes that nans in the array serve as separator of single polylines and treats each polyline/polygon separately. |