PrusaSlicer-NonPlainar/src/libslic3r/Geometry
Lukas Matena a37f09edaa Measurement: optimize feature extraction:
- do not call ransac when not needed
- decrease number of ransac iterations
- precalculate inverse of transformation matrix
- pass the min error from ransac algorithm, do not calculate it again
2022-12-06 09:57:24 +01:00
..
Bicubic.hpp Full occlusion guided seam placer backport 2022-06-07 11:12:48 +02:00
Circle.cpp Measurement: optimize feature extraction: 2022-12-06 09:57:24 +01:00
Circle.hpp Measurement: optimize feature extraction: 2022-12-06 09:57:24 +01:00
ConvexHull.cpp Pm overhang extra perimeters (#7) 2022-11-09 10:38:36 +01:00
ConvexHull.hpp Pm overhang extra perimeters (#7) 2022-11-09 10:38:36 +01:00
Curves.hpp prefer enforcers over blockers, lower the threshold distance, 2022-08-11 15:30:51 +02:00
MedialAxis.cpp Improvements in performance of Medial Axis algorithm. 2022-11-16 12:03:31 +01:00
MedialAxis.hpp Improvements in performance of Medial Axis algorithm. 2022-11-16 12:03:31 +01:00
Voronoi.hpp Extracted MedialAxis code from Geometry.cpp/hpp, moved to its own 2021-10-27 16:03:04 +02:00
VoronoiOffset.cpp Extracted MedialAxis code from Geometry.cpp/hpp, moved to its own 2021-10-27 16:03:04 +02:00
VoronoiOffset.hpp Improvements in performance of Medial Axis algorithm. 2022-11-16 12:03:31 +01:00
VoronoiUtilsCgal.cpp Fix of #8724, #8747, and #8753: Crash when Voronoi vertexes of a finite edge have some coordinate NaN or infinite. 2022-08-30 08:28:14 +02:00
VoronoiUtilsCgal.hpp Fix of #8446: Non-planar Voronoi diagram. 2022-07-26 13:47:40 +02:00
VoronoiVisualUtils.hpp Extracted MedialAxis code from Geometry.cpp/hpp, moved to its own 2021-10-27 16:03:04 +02:00