Legos Lightlegos.hashnode.dev·Aug 30, 2024Point reduction algorithm Ramer - Douglas - Peuker💡 Let C be a path created by a set of consecutive line segments of a set of points. Given a certain error rate, reduce the number of points in this set so that the shape of the original path C is still maintained. This algorithm is also known as R...Programming & AlgorithmsRamer Douglas Peuker point reduction algorithm
Legos Lightlegos.hashnode.dev·Aug 26, 2024Thuật toán rút gọn số điểm trên đường cong Douglas-Peuker💡 Cho đường C được tạo bởi tập hợp các đoạn thẳng nối tiếp nhau của một tập hợp điểm. Cho trước một độ error rate nhất định, rút gọn số lượng điểm của tập hợp này sao cho vẫn giữ được hình dạng của đường C ban đầu. Thuật toán này còn được biết đến...Programming & Algorithms Ramer–Douglas–Peucker