Difference between revisions of "Slicer3:VisualBlog"
Line 98: | Line 98: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
=== Plans === | === Plans === |
Revision as of 12:38, 26 October 2007
Home < Slicer3:VisualBlog
Image from Dirk, Matthew, Jim, and Steve on Monday, August 13, 2007
A new label map smoothing tool has been added to help with our collaboration with Children's Hospital Boston, SCI at University of Utah and Northeastern University. The unfiltered labelmap is shown in blue, and the filtered results are shown in peach.Image from Brad and Kilian on Wednesday, June, 21, 2007
Example of EMSegmenter in Slicer3Image from pieper on Friday, June, 9, 2007
Slicer3 Module for Stochastic Tractography from MIT (Ngo, Golland) and BWH (Westin, Kubicki).Image from wjp on Friday, December 29, 2006 at 3:23PM
Module choose and navigation functionality integrated into the application toolbar to create more space for module GUIs on the side panel. Slice Controller widgets also updated to have more functionality available, a button to link and unlink their control, and an improved visual design.Image from pieper on Thursday, July 27, 2006 at 5:21PM
Shows that a single pixel voxel in black is exactly bounded by a unit cube in RAS space. Also the blinking eye buttons for slice visiblility are hooked up and there is now a red-yellow-green color coding for the slice windows (carried over from slicer2).Image from pieper on Monday, July 03, 2006 at 3:35PM
Test of the new logo widget for adding module-specific watermark logos directly in the 3d view. Uses a vtkLogoWidget from VTK cvs head. Kitware is working on cmake support to notify developers when a VTK cvs update is needed. Once that is done, the logo code will be added to slicer3 svn.
Image from pieper on Tuesday, August 08, 2006 at 4:26PM
A number of things have come together to allow the new prototype editor module:
- the label map layers are enabled
- lookup table support in the layer logic
- a new set of 2D UI widgets
- generalized painting infrastructure, which is based on requests and feedback from NA-MIC Core 3 users and other users of Slicer2
- paint brush has a 'threshold' option in which the label map only gets painted if the background intensity is in a specified range
- paint brush optionally won't overpaint existing voxels
- 'eye dropper' mode allows you to start painting with the label value where you first clicked (so you don't need to go to the UI to change the label color as often).
- all painting operations can happen on arbitrarily transformed volumes. This allows the painting plane to be aligned with the major axis of a structure like the hippocampus
- background layers are interpolated to current screen resolution (not limited to nearest neighbor sampling as in slicer2's draw mode)
- painting is performed using a circular brush with a diameter selected by the user. this makes it easier to follow the contours of curved biological structures.
- the cursor is turned off on mouse down and reappears on mouse up so you can see the exact pixels you are drawing (a circle around the cursor location indicates the mouse location)
A few limitations make this still a 'prototype' including:
- there's no convenient way to save your label maps volumes (except as dicom)
- the color map is currently random
- only label numbers 0-255 will show as distinct colors
- no hot keys for frequently used operations
- brush radius is in screen space units rather than RAS (means that the brush is effectively getting bigger and smaller as you zoom in and out)
- the paint algorithm is implemented inefficiently and can be slow when painting large numbers of pixels
- much of the code is written in tcl - new vtk classes are needed to implement the functionality more efficiently.
Image from pieper on Thursday, July 13, 2006 at 4:49PM
Test of interactive slice textured plane control. Not yet eneabled through GUI, but driven by a test script that you can source into the console. Type Control-T to bring up interactor, then
source Base/GUI/Testing/TestSliceModels.tcl SliceModelsAdd
This test does things the right way in that it creates model nodes for the slices and the updates of the planes is triggered by observers on the Slice Logic. But it does things the wrong way in that it creates the texture in an ad hoc way for now since we don't yet have a clean way to specify textures in the model display nodes. Also, the Viewer renders on every changes to the slice view, so as you pan/zoom/scroll the slices the redraws are jerky. Next step is to figure out how best to get this functionality integrated into the C++. Probably there should be a vtkSlicerSliceModelsLogic class that's managed by the vtkSlicerSliceGUI.
Image from blezek on Tuesday, April, 10, 2007 at 8:00AM
Now, do something interesting with it!
>>> # import MatPlotLib via pylab functions so we can refer to them directly >>> from pylab import * >>> imshow ( data[128,:,:] ) >>> # Instruct pylab to show our plots... hit return to continue entering commands. >>> show()
About the VisualBlog
The VisualBlog is meant to be an easy place to upload screenshot so that both developers and outside observes can track the progress of the project.
Plans
We're looking into adding the wikimage command as menu item in slicer to further simplify, but for now it can be run on the command line.
Every month or so we can copy the contents of the page to an archive location so this page doesn't get too long.