Difference between revisions of "Projects/Slicer3/2007 Project Week EdgeDetection"
From NAMIC Wiki
Line 51: | Line 51: | ||
<h1>Conclusions and Findings</h1> | <h1>Conclusions and Findings</h1> | ||
* Concept checking should be set to ON in CMake when ITK is configured. | * Concept checking should be set to ON in CMake when ITK is configured. | ||
− | * Currently the itkZeroCrossingEdgeDetectionFilter functions correctly | + | ** With it off (default), there was no check that input/output image is the same type for the itkZeroCrossingEdgeDetectionFilter. |
+ | * Currently the itkZeroCrossingEdgeDetectionFilter functions appears to function correctly with float input. Short input produces different edge output. |
Revision as of 23:56, 28 June 2007
Home < Projects < Slicer3 < 2007 Project Week EdgeDetection
Key Investigators
- MIT: Elliot Uvero
- BWH: Lauren O'Donnell
- Kitware: Luis Ibanez
Objective
Enable edge detection of images in Slicer3.
Approach, Plan
Create a Slicer3 CLP module for edge detection of images, using ITK filters.
Progress
A CLP module has been developed in Slicer3. With the great help of Luis, the documentation and error checking of the ITK ZeroCrossingEdgeDetectionFilter were improved.
Conclusions and Findings
- Concept checking should be set to ON in CMake when ITK is configured.
- With it off (default), there was no check that input/output image is the same type for the itkZeroCrossingEdgeDetectionFilter.
- Currently the itkZeroCrossingEdgeDetectionFilter functions appears to function correctly with float input. Short input produces different edge output.