Difference between revisions of "Projects/Slicer3/2007 Project Week EdgeDetection"

From NAMIC Wiki
Jump to: navigation, search
Line 1: Line 1:
 
{|
 
{|
 
|[[Image:ProjectWeek-2007.png|thumb|300px|Return to [[2007_Programming/Project_Week_MIT|Project Week Main Page]] ]]
 
|[[Image:ProjectWeek-2007.png|thumb|300px|Return to [[2007_Programming/Project_Week_MIT|Project Week Main Page]] ]]
 +
|[[Image:BeforePicture.jpg|thumb|330px|BEFORE!]]
 
|}
 
|}
 
{|
 
{|
|[[Image:BeforePicture.jpg|thumb|330px|BEFORE!]]
 
 
|[[Image:genuFA.jpg|thumb|300px|Output Image after edge detection.]]
 
|[[Image:genuFA.jpg|thumb|300px|Output Image after edge detection.]]
 
|}
 
|}

Revision as of 23:54, 28 June 2007

Home < Projects < Slicer3 < 2007 Project Week EdgeDetection
BEFORE!
Output Image after edge detection.


Key Investigators

  • MIT: Elliot Uvero
  • BWH: Lauren O'Donnell
  • Kitware: Luis Ibanez
Working hard on ITK and Slicer3

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

  • Concept checking should be set to ON in CMAke when ITK is configured.