[Insight-users] Manual drawing on fltkimage viewer display

Luis Ibanez luis.ibanez at kitware.com
Fri Jan 20 06:45:14 EST 2006


Hi Suja,

The FLTK image viewer is provided as a minimal viewer, but with the
decent capabilities of taking into account the pixel size of a medical
image and respecting the natural orientation of the image.


There are basic capabilities in the fltk viewer for selecting clicked
points, but not for marking regions of interest, or for performing
pixel editing.



For an application that provides those features, you may want to give
it a try to SNAP. This application is also distributed with ITK, in
the InsightApplications module. It requres VTK, ITK and FLTK.


SNAP is ultimately intended for performing LevelSet segmentations of
your images, but as a way of initializing those level sets, SNAP let
you define manual segmentations on a slice-by-slice basis. Of course,
you can simply use SNAP as a manual segmentation tool.

You can get binary versions of SNAP from its web site:

                 http://www.itksnap.org/

as well as Tutorial:

        http://www.itksnap.org/docs/Tutorial.html





Another tool that you may want to try is Slicer:

                    www.slicer.org

a tutorial for Slicer is available at:

             http://www.slicer.org/tutorial/

The source code is open, and binary version are also available
for download.




The capabilities that you describe are commonly requested by end
users, and it may be a good idea to put them together in a minimal
tool that can be shared with the community.



Please let us know if you have other questions.


     Thanks


        Luis


-------------
Suja S wrote:
>  Hi,
>  I am using fltk image viewer in my ITK application.
> Image viewer shows the 3D image with options of window leveling, zooming 
> etc.
> I would like to know whether it has the capability of user drawing a ROI 
> over the image and saving it. Also is it possible to do the manual 
> editing on the final segmented image to add/remove pixels? Any answer on 
> this will be appreciated greatly.
> Thanks a lot,
> suja.
> > 
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users



More information about the Insight-users mailing list