Loading CHANGELOG.md +94 −0 Original line number Diff line number Diff line * 169c15e -- Update pom.xml version. * c6dbf83 -- Version tag changed from vYYYY.MM to YYYY.MM * 26990b9 -- Merge branch '102-adapt-hd-control-panel' into 'master' |\ | * 14be265 -- Fixed JavaDoc typos and errors | * 4112acd -- Typo fixed | * 281a084 -- Feature point is higlighted when the cursor hovers over its name | * 0456b54 -- Minor refactoring | * a093ec3 -- Repeated scene rendering eliminated | * bf98047 -- Weighted feature points displayed as a wire sphere | * be396a7 -- Scene extended to display any drawable objects | * 2fec543 -- Variable render modes of drawable feature points | * 47cfea0 -- Javadoc fix | * 48a5ff8 -- Javadoc fix | * cfd0137 -- Initially select only non-NaN feature points | * 923a129 -- Initially select all feature points for the weighted Hausdorff distance | * 1039fb0 -- Heatmap of Hausdorff distance re-rendered after ICP is performed | * 1492977 -- Remove "Hausdorff Distance" and "Registration" buttons from the toolbar | * fe0fb33 -- Display statistics of ordinary and weighted Hausdorff distance side by side | * af7464a -- Do not recompute Hausdorff distance if not necessary (feature point is not selected) | * f890f4d -- Recompute weighted distance immediately on any checkbox/slider action | * 608c6fb -- Unnecessarily repeated computation of feature point weights eliminated | * 9b0c8eb -- Feature point weights displayed next to the FP-radius slider |/ * c63de42 -- Merge branch '101-implemenet-gui-for-weighted-hd' into 'master' |\ | * 01c5914 -- Javadoc finished | * 6cdc16c -- Unnecessarily repeated computation on weighted-HD-ON/OFF switch eliminated | * 260b207 -- Index-in-bounds check added | * 26dde5e -- For-loop replaced by stream | * 6a15d1e -- Computation of weighted Hausdorff distance implemented | * e529f21 -- Prioritized Hausdorff distance computation corrected for missing feature points | * 90b834f -- Stream replaced with for-loop | * 659c352 -- Overview of feature point weights implemented | * 009fae1 -- Overview of Hausdorff distance statistics implemented | * 6bb1fe5 -- Action for the computation of weighted Hausdorff distance prepared | * 956a7c8 -- Conditions for button enabling corrected | * 50a5431 -- Button for repetition of computation of the weighted Hausdorff distance added | * 8de1f74 -- Check box for weighted Hausdorff distance added | * b87d11d -- Selection of feature points by their type corrected | * 48225d0 -- Change size of selected feature points | * aa1e526 -- Highlight selected feature points | * 1e6786c -- Display list of feature points | * ebcab44 -- Minor corrections of javadoc and code style | * 9ee50db -- Action event extended to carry additional data | * 92a5472 -- Variable radii of priority spheres around individual feature points | * 8a88a6c -- Negative radius check implemented | * f37c188 -- Drawable face holds HumanFace | * 9c78eab -- Using visitor for computation of weighted Hausdorff distance | * 7f1992d -- Variable sizes of drawable feature points |/ * 1f62d3d -- Merge branch '68-implement-weighted-HD-sphere-around-feature-point-step-2' into 'master' |\ | * d8de484 -- Feature point weights implemented correctly | * 74b71a4 -- Error of multiplication by zero at zero scalar product fixed | * 406b65b -- Wrong computation of weighted Hausdorff distance on FPs reverted | * f7d8911 -- Javadoc finished | * 7a6a0fe -- Javadoc for methods finished | * 7a36c33 -- Javadoc modified with respect to feature point types | * 5934630 -- Empty lines added for better readability | * 631596f -- PrioritySphere Javadoc updated | * 856f3a2 -- Tests for prioritized Hausdorff distance visitor implemented | * a418e28 -- Error fixed | * ec0abc6 -- Test infrastructure for prioritized-HD-HumanFace visitor prepared | * cd8f6dc -- Priority sphere tests updated for weighted distance | * 8131fba -- Visitor modified to computie priorities with respect to the closest feature point | * e809a0d -- HumanFace added to Maps - in case multiple faces with same MeshFacets and different sets of feature points occurred | * d90652b -- Sum of weighted distances around feature points implemented | * 39aab8e -- PrioritySphere visitor clears list of priorities when a facet is processed repeatedly | * ad15fe8 -- HumanFace visitor modified to accept multiple feature point types | * 7535bb0 -- Merge remote-tracking branch 'origin/master' into 68-implement-weighted-HD-sphere-around-feature-point-step-2 | |\ | |/ |/| * | b10d46a -- Merge branch '100-improve-icp-registration-panel' into 'master' |\ \ | * | 29232a1 -- Removed GUI artefacts | * | d0e0920 -- Fixed ICP transformation of feature points | * | c830581 -- Registration panel extended with Hausdorff distance | * | 6424c69 -- Complex registration panel | * | 76ee47a -- Color of FPs and their statistics |/ / * | b55dbb1 -- Merge branch '99-fix-and-refactor-canvas' into 'master' |\ \ | * | b35ec78 -- Finished control panel buttons | * | 3b8cc30 -- Checkstyle fixes | * | ff01aba -- Minor refactoring | * | 58e55f2 -- Refactor with respect to rules | * | eb5bffa -- Refactored design of canvas |/ / | * 6491cf7 -- Map of priorities modified to accept multiple feature point types | * 9137500 -- Constructor adapted to accept set of feature point types |/ * cb4bb77 -- CHANGELOG.md file updated with commits between the current and previous tag. * 807ff47 -- Update pom.xml version. * 2392ba3 -- Merge branch '98-setup-basic-layout' into 'master' |\ Loading Loading
CHANGELOG.md +94 −0 Original line number Diff line number Diff line * 169c15e -- Update pom.xml version. * c6dbf83 -- Version tag changed from vYYYY.MM to YYYY.MM * 26990b9 -- Merge branch '102-adapt-hd-control-panel' into 'master' |\ | * 14be265 -- Fixed JavaDoc typos and errors | * 4112acd -- Typo fixed | * 281a084 -- Feature point is higlighted when the cursor hovers over its name | * 0456b54 -- Minor refactoring | * a093ec3 -- Repeated scene rendering eliminated | * bf98047 -- Weighted feature points displayed as a wire sphere | * be396a7 -- Scene extended to display any drawable objects | * 2fec543 -- Variable render modes of drawable feature points | * 47cfea0 -- Javadoc fix | * 48a5ff8 -- Javadoc fix | * cfd0137 -- Initially select only non-NaN feature points | * 923a129 -- Initially select all feature points for the weighted Hausdorff distance | * 1039fb0 -- Heatmap of Hausdorff distance re-rendered after ICP is performed | * 1492977 -- Remove "Hausdorff Distance" and "Registration" buttons from the toolbar | * fe0fb33 -- Display statistics of ordinary and weighted Hausdorff distance side by side | * af7464a -- Do not recompute Hausdorff distance if not necessary (feature point is not selected) | * f890f4d -- Recompute weighted distance immediately on any checkbox/slider action | * 608c6fb -- Unnecessarily repeated computation of feature point weights eliminated | * 9b0c8eb -- Feature point weights displayed next to the FP-radius slider |/ * c63de42 -- Merge branch '101-implemenet-gui-for-weighted-hd' into 'master' |\ | * 01c5914 -- Javadoc finished | * 6cdc16c -- Unnecessarily repeated computation on weighted-HD-ON/OFF switch eliminated | * 260b207 -- Index-in-bounds check added | * 26dde5e -- For-loop replaced by stream | * 6a15d1e -- Computation of weighted Hausdorff distance implemented | * e529f21 -- Prioritized Hausdorff distance computation corrected for missing feature points | * 90b834f -- Stream replaced with for-loop | * 659c352 -- Overview of feature point weights implemented | * 009fae1 -- Overview of Hausdorff distance statistics implemented | * 6bb1fe5 -- Action for the computation of weighted Hausdorff distance prepared | * 956a7c8 -- Conditions for button enabling corrected | * 50a5431 -- Button for repetition of computation of the weighted Hausdorff distance added | * 8de1f74 -- Check box for weighted Hausdorff distance added | * b87d11d -- Selection of feature points by their type corrected | * 48225d0 -- Change size of selected feature points | * aa1e526 -- Highlight selected feature points | * 1e6786c -- Display list of feature points | * ebcab44 -- Minor corrections of javadoc and code style | * 9ee50db -- Action event extended to carry additional data | * 92a5472 -- Variable radii of priority spheres around individual feature points | * 8a88a6c -- Negative radius check implemented | * f37c188 -- Drawable face holds HumanFace | * 9c78eab -- Using visitor for computation of weighted Hausdorff distance | * 7f1992d -- Variable sizes of drawable feature points |/ * 1f62d3d -- Merge branch '68-implement-weighted-HD-sphere-around-feature-point-step-2' into 'master' |\ | * d8de484 -- Feature point weights implemented correctly | * 74b71a4 -- Error of multiplication by zero at zero scalar product fixed | * 406b65b -- Wrong computation of weighted Hausdorff distance on FPs reverted | * f7d8911 -- Javadoc finished | * 7a6a0fe -- Javadoc for methods finished | * 7a36c33 -- Javadoc modified with respect to feature point types | * 5934630 -- Empty lines added for better readability | * 631596f -- PrioritySphere Javadoc updated | * 856f3a2 -- Tests for prioritized Hausdorff distance visitor implemented | * a418e28 -- Error fixed | * ec0abc6 -- Test infrastructure for prioritized-HD-HumanFace visitor prepared | * cd8f6dc -- Priority sphere tests updated for weighted distance | * 8131fba -- Visitor modified to computie priorities with respect to the closest feature point | * e809a0d -- HumanFace added to Maps - in case multiple faces with same MeshFacets and different sets of feature points occurred | * d90652b -- Sum of weighted distances around feature points implemented | * 39aab8e -- PrioritySphere visitor clears list of priorities when a facet is processed repeatedly | * ad15fe8 -- HumanFace visitor modified to accept multiple feature point types | * 7535bb0 -- Merge remote-tracking branch 'origin/master' into 68-implement-weighted-HD-sphere-around-feature-point-step-2 | |\ | |/ |/| * | b10d46a -- Merge branch '100-improve-icp-registration-panel' into 'master' |\ \ | * | 29232a1 -- Removed GUI artefacts | * | d0e0920 -- Fixed ICP transformation of feature points | * | c830581 -- Registration panel extended with Hausdorff distance | * | 6424c69 -- Complex registration panel | * | 76ee47a -- Color of FPs and their statistics |/ / * | b55dbb1 -- Merge branch '99-fix-and-refactor-canvas' into 'master' |\ \ | * | b35ec78 -- Finished control panel buttons | * | 3b8cc30 -- Checkstyle fixes | * | ff01aba -- Minor refactoring | * | 58e55f2 -- Refactor with respect to rules | * | eb5bffa -- Refactored design of canvas |/ / | * 6491cf7 -- Map of priorities modified to accept multiple feature point types | * 9137500 -- Constructor adapted to accept set of feature point types |/ * cb4bb77 -- CHANGELOG.md file updated with commits between the current and previous tag. * 807ff47 -- Update pom.xml version. * 2392ba3 -- Merge branch '98-setup-basic-layout' into 'master' |\ Loading