Skip to content

Commit 86c1dae

Browse files
Update README.md
1 parent a77c835 commit 86c1dae

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ See the [CONTRIBUTING.md](https://github.com/diffCheckOrg/diffCheck/blob/main/CO
7575

7676
## Component roadmap
7777
From the 3/5/2024 meeting, the architecture of the different grasshopper components was discussed as following:
78-
[] PLY loader : loads the ply files and converts them in RhinoCommon objects
79-
[] Global registration & refined registration to align the scan to the reference model
80-
[] Semantic segmentation to identify the pieces or joints in the point cloud
81-
[] Per-joint refinement to refine the global registration to each joints (only in the "substractive" case)
82-
[] Error estimation to evaluate the error for each piece or joint
83-
[] Error visualisation to visualise the error, only converts the data from error estimation, no calculation.
78+
- [ ] PLY loader : loads the ply files and converts them in RhinoCommon objects
79+
- [ ] Global registration & refined registration to align the scan to the reference model
80+
- [ ] Semantic segmentation to identify the pieces or joints in the point cloud
81+
- [ ] Per-joint refinement to refine the global registration to each joints (only in the "substractive" case)
82+
- [ ] Error estimation to evaluate the error for each piece or joint
83+
- [ ] Error visualisation to visualise the error, only converts the data from error estimation, no calculation.
8484
The brep element in the graph is only here to visualize the fact that we need the breps as data, but it is not a diffCheck component.
8585

8686

0 commit comments

Comments
 (0)