Difference between revisions of "User talk:Lchauvin"
From NAMIC Wiki
Line 13: | Line 13: | ||
---- | ---- | ||
===OsteoPlan=== | ===OsteoPlan=== | ||
+ | |||
+ | * <span style="color:green;">IN PROGRESS</span>: Try to use boudingbox and perform one first positive clipping, and a second negative clipping on the output of the first one. | ||
+ | * DONE: Installed VTK 5.7, and tried vtkClipClosedSurface | ||
+ | ** Good function, but use infinite plane | ||
+ | * TRY: Try to use kind of boolean operation (vtkExtractPolyDataGeometry, with filters, etc...) | ||
+ | ** Took 15 minutes to perform clipping, with infinite plane, and with model bugs | ||
+ | ** '''Do not use this way''' | ||
+ | * DONE: Clipping with big boundingbox | ||
+ | ** Working, fast, but not really a cutter | ||
+ | ** A cap is missing on the clipped part | ||
+ | |||
===Biopsy Module=== | ===Biopsy Module=== |
Revision as of 16:28, 11 February 2011
Home < User talk:LchauvinProjects
Progress reports
OsteoPlan
- IN PROGRESS: Try to use boudingbox and perform one first positive clipping, and a second negative clipping on the output of the first one.
- DONE: Installed VTK 5.7, and tried vtkClipClosedSurface
- Good function, but use infinite plane
- TRY: Try to use kind of boolean operation (vtkExtractPolyDataGeometry, with filters, etc...)
- Took 15 minutes to perform clipping, with infinite plane, and with model bugs
- Do not use this way
- DONE: Clipping with big boundingbox
- Working, fast, but not really a cutter
- A cap is missing on the clipped part
Biopsy Module
Todo, Bug, Ideas, ...
- ISSUE: Report Transform Module Issue (vtkKWMatrix4x4 observing Matrix4x4 and not vtkMRMLLinearTransformNode, if using ApplyTransform, new node is created and pointer is broken, then Transform Module is not updating anymore)