Показати скорочену інформацію

dc.contributor.authorКривошея, М. І.uk
dc.contributor.authorКвєтний, Р. Н.uk
dc.contributor.authorKryvosheia, M. I.en
dc.contributor.authorKvyetnyy, R .N.en
dc.date.accessioned2026-02-12T13:41:05Z
dc.date.available2026-02-12T13:41:05Z
dc.date.issued2025
dc.identifier.citationКривошея М. І., Квєтний Р. Н. Мінімаксне спрощення кривих з гарантованою l∞-похибкою // Оптико-електроннi iнформацiйно-енергетичнi технологiї. 2025. № 2. С. 73-78. URI: https://oeipt.vntu.edu.ua/index.php/oeipt/article/view/799.uk
dc.identifier.issn2311-2662
dc.identifier.urihttps://ir.lib.vntu.edu.ua//handle/123456789/50620
dc.description.abstractУ цій роботі запропоновано метод спрощення/апроксимації кривих, який за фіксованого бюджету примітивів m мінімізує максимальну геометричну похибку (односторонню Hausdorff або евклідову відстань до сегментів). Ядро підходу: ми підбираємо мінімальне ε (граничне відхилення), використовуючи бінарний пошук і швидку перевірку: чи можна покрити послідовні точки відрізком так, щоб усі вони лежали в «смужці» шириною ε навколо цього відрізка. Додатково відрізки локально підлаштовуються так, щоб помилка всередині кожного з них була рівномірною й без великих «піків». Експерименти показують, що за однакового бюджету сегментів наш метод дає меншу максимальну похибку, ніж евристика Ramer–Douglas–Peucker. Подано чіткий протокол оцінювання та робочий Python-прототип.uk
dc.description.abstractThis paper proposes a curve simplification/approximation method that, for a fixed budget of primitives m, minimizes the maximum geometric error (one-sided Hausdorff or Euclidean distance to segments). The core idea is to find the minimal admissible ε (error bound) via binary search together with a fast feasibility check: can a consecutive block of points be covered by a single segment so that all points lie within an  ε-wide “tube” around that segment? In addition, segments are locally adjusted so that the error within each segment is as uniform as possible, avoiding large spikes. Experiments show that, for the same segment budget, our method achieves a smaller maximum error than the Ramer–Douglas–Peucker heuristic. We also provide a clear evaluation protocol and a working Python prototype.en
dc.language.isouk_UAuk_UA
dc.publisherВНТУuk
dc.relation.ispartofОптико-електроннi iнформацiйно-енергетичнi технологiї. № 2 : 73-78.uk
dc.relation.urihttps://oeipt.vntu.edu.ua/index.php/oeipt/article/view/799
dc.subjectмінімаксна апроксимаціяuk
dc.subjectL∞uk, en
dc.subjectHausdorffuk, en
dc.subjectспрощення кривихuk
dc.subjectRDPuk, en
dc.subjectпараметричний пошукuk
dc.subjectкомп’ютерний зірuk
dc.subjectminimax approximationen
dc.subjectL∞en
dc.subjectHausdorffen
dc.subjectcurve simplificationen
dc.subjectRDPen
dc.subjectparametric searchen
dc.subjectcomputer visionen
dc.titleМінімаксне спрощення кривих з гарантованою L∞-похибкоюuk
dc.title.alternativeMinimax curve simplification with guaranteed L∞ erroren
dc.typeArticle, professional native edition
dc.typeArticle
dc.identifier.udc004.8
dc.relation.referencesRamer, U. An iterative procedure for polygonal approximation of plane curves. Computer Graphics and Image Processing, 1(3), 244–256, 1972. https://scholar.google.com/scholar?q=Ramer+1972+polygonal+approximation.en
dc.relation.referencesDouglas, D. H., Peucker, T. K. Algorithms for the reduction of the number of points required to represent a digitized line or its caricature. The Canadian Cartographer, 10(2), 112–122, 1973. https://scholar.google.com/scholar?q=Douglas+Peucker+1973.en
dc.relation.referencesVisvalingam, M., Whyatt, J. D. Line generalisation by repeated elimination of points. The Cartographic Journal, 30(1), 46–51, 1993. https://scholar.google.com/scholar?q=Visvalingam+Whyatt+1993.en
dc.relation.referencesImai, H., Iri, M. Polygonal approximation of a curve—formulations and algorithms. In: Computational Morphology (Eds. G. T. Toussaint), North-Holland, 71–86, 1988. https://scholar.google.com/scholar?q=Imai+Iri+1988+computational+morphology.en
dc.relation.referencesAlt, H., Godau, M. Computing the Fréchet distance between two polygonal curves. International Journal of Computational Geometry & Applications, 5(1–2), 75–91, 1995. https://scholar.google.com/scholar?q=Alt+Godau+1995.en
dc.relation.referencesEiter, T., Mannila, H. Computing discrete Fréchet distance. Technical Report CD-TR 94/64, Christian-Doppler-Laboratory for Expert Systems, 1994. https://scholar.google.com/scholar?q=Eiter+Mannila+1994+discrete+Frechet.en
dc.relation.referencesChebyshev, P. L. Théorie des mécanismes connus sous le nom de parallélogrammes. Mémoires de l'Académie Impériale des Sciences de St-Pétersbourg, 7, 539–568, 1859. https://scholar.google.com/scholar?q=Chebyshev+1859+parallélogrammes.en
dc.relation.referencesRemez, E. Sur une méthode de calcul des polynômes d’approximation de Tchebycheff. Comptes Rendus de l’Académie des Sciences, 199, 337–340, 1934. https://scholar.google.com/scholar?q=Remez+1934+Tchebycheff.en
dc.relation.referencesHausdorff, F. Grundzüge der Mengenlehre. Leipzig: Veit, 1914. https://scholar.google.com/scholar?q=Hausdorff+Grundzüge+1914.en
dc.relation.referencesBelkin, M., Hsu, D., Ma, S., Mandal, S. Reconciling modern machine learning practice and the classical bias–variance trade-off. Proceedings of the National Academy of Sciences (PNAS), 116(32), 15849–15854, 2019. https://scholar.google.com/scholar?q=Belkin+Hsu+Ma+Mandal+2019.en
dc.relation.referencesLafon, M., Thomas, A. Understanding the Double Descent Phenomenon in Deep Learning. arXiv preprint arXiv:2403.10459, 2024. https://scholar.google.com/scholar?q=Lafon+Thomas+Double+Descent+2024.en
dc.relation.referencesde Berg, M., Cheong, O., van Kreveld, M., Overmars, M. Computational Geometry: Algorithms and Applications, 3rd ed. Springer, 2008. https://scholar.google.com/scholar?q=de+Berg+Cheong+van+Kreveld+Overmars+2008.en
dc.relation.referencesM. Kryvosheia Investigation of the Double Descent Phenomenon and Comparison of Minimax Approximation with L2 Regularization Optoelectronic Information-Power Technologies 49 № 1 (2025) https://doi.org/10.31649/1681-7893-2025-49-1.en
dc.identifier.doihttps://doi.org/10.31649/1681-7893-2025-50-2-73-78


Файли в цьому документі

Thumbnail

Даний документ включений в наступну(і) колекцію(ї)

Показати скорочену інформацію