Loading CHANGELOG.md +91 −0 Original line number Diff line number Diff line * 513fe51 -- Update pom.xml version. * 4003fd4 -- Use Gaussian curvature for symmetry plane by default * 14adb31 -- Merge branch 'issue12' into 'master' |\ | * fc88197 -- Final styling before merge | * 7550d1e -- symmetry plane is being displayed amd calculated when requested | * 1dcc5d5 -- symmetry plane GUI buttons |/ * 35bd24e -- Merge branch '63-fix-significantpoints' into 'master' |\ | * 139379a -- Added test files, for sure | * 7465c8b -- Typos | * 03b964a -- Removed obsolete local method |/ * 7ca60fa -- Merge branch '62-refactor-symmetryestimator-as-visitor' into 'master' |\ | * 74086ba -- Final refactoring | * 086b5d3 -- Documentation | * 2dd4888 -- SignificantPoints is visitor now | * 1991af7 -- SymmetryEstimator is visitor now | * 6472f36 -- Adaptation to multiple mesh facets | * cc26da1 -- image:latest changed to image:3-jdk-11 |/ * 737a43b -- Merge branch '60-remove-concurrency-from-visitors' into 'master' |\ | * bd8233f -- Style check | * 725fc32 -- Removed the concurrency paramater from visitors |/ * 4e682e3 -- Merge branch '54-adapt-hausdorffdistance-for-icp' into 'master' |\ | * f365493 -- Fixed errors | * 42849fa -- Merge branch 'master' into 54-adapt-hausdorffdistance-for-icp | |\ | |/ |/| * | 0774ac0 -- Merge branch '53-improve-closestnodemultiplevisitor' into 'master' |\ \ | * | 85cee61 -- Improved KdTreeDistance * | | 4e4f529 -- Merge branch '53-improve-closestnodemultiplevisitor' into 'master' |\ \ \ | |/ / | * | beb3e08 -- BoundigBox refactored | * | 6eadb27 -- Renamed visitors | * | 001e0e0 -- ClosestNodeVisitor removed completely | * | d7eb6b0 -- Removed ClosetNodeAbstractVisitor | * | 9557c2d -- closetNode() moved from abstract class to the ClosestNodeVisitor | * | c828f62 -- testing | * | cd1da55 -- Merge remote-tracking branch 'origin/master' into 53-improve-closestnodemultiplevisitor | |\ \ | |/ / |/| | | * | 33317b2 -- KdTreeDistanceToVertices repeated distance computation eliminated | * | d5603c0 -- KdTree commented code removed | * | 62c8817 -- ClosestNodeMultipleVisitor repeated tree traversal reduced | | * 36e8e48 -- #54 - add comment | | * c9093f7 -- #54 - set nearest points | |/ |/| * | 7a79b54 -- Merge branch '58-fix-curvaturevisitor' into 'master' |\ \ | |/ |/| | * 3e2caaa -- Symmetry estimator extended with a constructor enabling to reuse existing curvatures | * e42bb2f -- Added the concurrency param to the symmetry estimator | * 4152de6 -- Fixed missing fatet normals calculation (moved from the SymmetryEstimator) |/ * 9d9fcd9 -- Merge branch '57-optimize-approxsymmetryplane' into 'master' |\ | * 54cdb2b -- Final refactoring | * f2dd42c -- Singnificantly improved efficiency by caching re-used data |/ * e3a9d6b -- Merge branch '56-fix-symmetryestimator' into 'master' |\ | * 5813160 -- Final improvements | * 9e8fa59 -- Final refactoring of the SymmetryEstimator | * 0304aa3 -- Refactored and improved the code for symmetry estimation | * 608ec04 -- Curvature visitors extracted from the symmetry estimator | * b7b1a97 -- Calculation of Voronoi points moved to mesh facet | * 9711ad1 -- Added the comoutation of Voronoi point | * cdd5ba4 -- Fixed issues with null normal and texCoord attributes | * 692d9b3 -- Fixed initiation of treiangles |/ * 8915507 -- Merge branch '55-fix-parallel-executor' into 'master' |\ | * 97f4082 -- Fixed termination of parrallel processing |/ * f38c8e7 -- Merge branch '52-remove-hausdorff-distance-interface' into 'master' |\ | * e7cd72d -- Removed HausdorffDistance interafce |/ * 554ac9d -- CHANGELOG.md file updated with commits between the current and previous tag. * b9802a5 -- Update pom.xml version. * 9ff4f14 -- Merge branch 'noissue' into 'master' |\ Loading Loading
CHANGELOG.md +91 −0 Original line number Diff line number Diff line * 513fe51 -- Update pom.xml version. * 4003fd4 -- Use Gaussian curvature for symmetry plane by default * 14adb31 -- Merge branch 'issue12' into 'master' |\ | * fc88197 -- Final styling before merge | * 7550d1e -- symmetry plane is being displayed amd calculated when requested | * 1dcc5d5 -- symmetry plane GUI buttons |/ * 35bd24e -- Merge branch '63-fix-significantpoints' into 'master' |\ | * 139379a -- Added test files, for sure | * 7465c8b -- Typos | * 03b964a -- Removed obsolete local method |/ * 7ca60fa -- Merge branch '62-refactor-symmetryestimator-as-visitor' into 'master' |\ | * 74086ba -- Final refactoring | * 086b5d3 -- Documentation | * 2dd4888 -- SignificantPoints is visitor now | * 1991af7 -- SymmetryEstimator is visitor now | * 6472f36 -- Adaptation to multiple mesh facets | * cc26da1 -- image:latest changed to image:3-jdk-11 |/ * 737a43b -- Merge branch '60-remove-concurrency-from-visitors' into 'master' |\ | * bd8233f -- Style check | * 725fc32 -- Removed the concurrency paramater from visitors |/ * 4e682e3 -- Merge branch '54-adapt-hausdorffdistance-for-icp' into 'master' |\ | * f365493 -- Fixed errors | * 42849fa -- Merge branch 'master' into 54-adapt-hausdorffdistance-for-icp | |\ | |/ |/| * | 0774ac0 -- Merge branch '53-improve-closestnodemultiplevisitor' into 'master' |\ \ | * | 85cee61 -- Improved KdTreeDistance * | | 4e4f529 -- Merge branch '53-improve-closestnodemultiplevisitor' into 'master' |\ \ \ | |/ / | * | beb3e08 -- BoundigBox refactored | * | 6eadb27 -- Renamed visitors | * | 001e0e0 -- ClosestNodeVisitor removed completely | * | d7eb6b0 -- Removed ClosetNodeAbstractVisitor | * | 9557c2d -- closetNode() moved from abstract class to the ClosestNodeVisitor | * | c828f62 -- testing | * | cd1da55 -- Merge remote-tracking branch 'origin/master' into 53-improve-closestnodemultiplevisitor | |\ \ | |/ / |/| | | * | 33317b2 -- KdTreeDistanceToVertices repeated distance computation eliminated | * | d5603c0 -- KdTree commented code removed | * | 62c8817 -- ClosestNodeMultipleVisitor repeated tree traversal reduced | | * 36e8e48 -- #54 - add comment | | * c9093f7 -- #54 - set nearest points | |/ |/| * | 7a79b54 -- Merge branch '58-fix-curvaturevisitor' into 'master' |\ \ | |/ |/| | * 3e2caaa -- Symmetry estimator extended with a constructor enabling to reuse existing curvatures | * e42bb2f -- Added the concurrency param to the symmetry estimator | * 4152de6 -- Fixed missing fatet normals calculation (moved from the SymmetryEstimator) |/ * 9d9fcd9 -- Merge branch '57-optimize-approxsymmetryplane' into 'master' |\ | * 54cdb2b -- Final refactoring | * f2dd42c -- Singnificantly improved efficiency by caching re-used data |/ * e3a9d6b -- Merge branch '56-fix-symmetryestimator' into 'master' |\ | * 5813160 -- Final improvements | * 9e8fa59 -- Final refactoring of the SymmetryEstimator | * 0304aa3 -- Refactored and improved the code for symmetry estimation | * 608ec04 -- Curvature visitors extracted from the symmetry estimator | * b7b1a97 -- Calculation of Voronoi points moved to mesh facet | * 9711ad1 -- Added the comoutation of Voronoi point | * cdd5ba4 -- Fixed issues with null normal and texCoord attributes | * 692d9b3 -- Fixed initiation of treiangles |/ * 8915507 -- Merge branch '55-fix-parallel-executor' into 'master' |\ | * 97f4082 -- Fixed termination of parrallel processing |/ * f38c8e7 -- Merge branch '52-remove-hausdorff-distance-interface' into 'master' |\ | * e7cd72d -- Removed HausdorffDistance interafce |/ * 554ac9d -- CHANGELOG.md file updated with commits between the current and previous tag. * b9802a5 -- Update pom.xml version. * 9ff4f14 -- Merge branch 'noissue' into 'master' |\ Loading