06 May, 2015

1 commit

  • Fixed problems with sizers, colors ans panel sizes.
    
    Created functions to calculate panel sizes inside foldpanelbar
    
    Showing the left-down panel where masks and surfaces info are showed
    
    applyied the patches from Olly Betts to run in wxpython3
    
    The gradient widget is working
    
    The comboboxes from mask properties are working now.
    
    The problem was that combobox must not empty.
    
    Surface task is working again
    
    Putting combobox thresholds presets in a new line
    
    putting the import pil inside a try except
    
    expanding the label 'set predefined or manual threshold'
    
    showing the buttons when importing a dicom
    
    better layout to task_slice
    
    the size of the data_notebook
    
    the size of the buttons inside of data_notebook
    
    the size of the volume viewer icons
    
    solved the problem with position of statusbar using idle event
    
    Solved the problem with left icons
    
    Added Olly Betts as contributor
    
    Added Olly Betts as contributor
    
    Calculating best size to data notebook
    
    Removed the background colors
    
    Better sizing, but not completed.
    
    Tests
    
    data notebook with better size
    
    Better sizings
    
    Removed some unused codes
    
    Fixed the problems with backgroundcolour from statictext in the taskbar
    
    better spacings
    
    Align button "Create surface" to the right
    Thiago Franco de Moraes
     

23 Apr, 2015

1 commit


22 Apr, 2015

2 commits


20 Apr, 2015

4 commits


04 Mar, 2015

1 commit


02 Mar, 2015

2 commits


27 Feb, 2015

4 commits


26 Feb, 2015

3 commits


25 Feb, 2015

3 commits


23 Feb, 2015

5 commits


12 Feb, 2015

1 commit


02 Feb, 2015

1 commit


22 Aug, 2014

1 commit


06 Aug, 2014

1 commit


24 Jun, 2014

3 commits


23 Jun, 2014

2 commits

  • This implements the segmentation watershed algorithm to InVesalius.
    Thiago Franco de Moraes
     
  • Watershed is a very useful algorithm to segment brain, for example. The
    implementation used is from scikit image. Before the segmentation, a
    ww&wl is applied and a morphological gradient is applied, to extract the
    borders of the image. It can be used to 2D slices or to all slices (via
    expand button). It was created a new slice interaction style: WaterShedInteractorStyle.
    
    Starting to using watershed
    
    Added suport to erase a mark
    
    Applying threshold before starting watershed mode
    
    Watershed 3D (only markers from axial)
    
    Watershed 3D
    
    Marking the mask as edited when using watershed tool
    
    Fixed the problem of not deleting watershed interactor style
    
    Not flushing buffer (it's not necessary)
    
    Not hidding wx's cursor when marking to watershed
    
    Removed the vtk colour part from watershed style
    
    Removed the vtk colour part from watershed style
    
    micro-optimization
    
    Removing aux matrix when opening a new dicom dir
    
    not showing watershed markers when mask is hidden
    
    Only doing watershed when user marks back and foreground.
    
    Reloading all mask slice when watershed is expanded
    
    showing (hidding) watershed marks when enabled (disabled)
    
    cleaning undo redo when watershed is applied (TODO create undo redo to watershed)
    
    Interface to select watershed operation
    Thiago Franco de Moraes
     

15 Apr, 2014

3 commits


09 Apr, 2014

2 commits