05 Oct, 2016
1 commit
-
2D and 3D segmentation. Added a GUI to config this segmentation.
26 Sep, 2016
2 commits
-
Close holes 2D or 3D automatically with size <= max_size Ctrl-z and Ctrl-y is working
21 Sep, 2016
1 commit
-
ENH: Code restructuring, invesalius.py is now app.py
19 Sep, 2016
1 commit
-
Close button on remove parts, fill holes and region growing segmentation. Cancel and Ok button on the select parts.
15 Sep, 2016
2 commits
-
Tool for selecting the region of interest using a box.
13 Sep, 2016
1 commit
-
Adds floodfill segmentation to InVesalius. Its possible to segment using an given threshold or a dynamic threshold. The dynamic threshold is based on the value pointed by the user and a deviation (given by the user). Also, it's possible to apply an WW&Wl before the segmentation.
25 Aug, 2016
1 commit
-
* Starting to select part to new mask * Showing the selected part * Improvement * Better create_new_mask method and doc * Removed the old method to add new mask * Better method to get the position of the clicked voxel * Option to deselect part * Not setting new mask as current in task_slice * Strip white spaces and better doc in Mask create_mask class * Showing dialog * Appending the mask only after the proccess is over * Better gui
24 Aug, 2016
1 commit
-
* ADD: Added slice interpolation optioni into menubar * ADD: Added slice interpolation optioni into menubar * ADD: Added interpolation into preferences
22 Aug, 2016
1 commit
-
Improved the dialog interface used to config the fill holes and remove parts. Also, when using 3D connectivity, it show a progressdialog.
19 Aug, 2016
1 commit
-
These tools use floodfill implemented using Cython c++.
16 Aug, 2016
1 commit
-
* FIX: Removed vtk window warming from bitmap import * NEW: Added support to multiple delete files with shift in import bmp files. * NEW: Added support to multiple delete files with shift in import bmp files. * ENH: Text align * ENH: Removed print * ENH: GUI improvements of import bitmap dialog * ENH: Removed unused codes * ENH: Removed unused codes and resized text in bitmap import error dialog
11 Aug, 2016
1 commit
-
* FIX: Error in bitmap reader in Win32 * FIX: Fixed error in window and level * FIX: Fixed problem with inverted slices and uint16 images * FIX: Fixed problem with resample * ENH: Reader load spacing from txt file info * ENH: Dialog to show that have images with different size * ENH; Enhancemets to sort files in folder * FIX: Changed message when are not bitmap files * ENH: Added uCT label in menu * ENH: Enhancements in bitmap panel * NEW: Delete image in InVesalius import panel * ENH: Enhancements in delete window * ENH: Enhancements in import bitmap panel * ENH: Enhancements to delete bmp in import bitmap panel * ENH: Added black slice when delete last slice
02 Aug, 2016
1 commit
28 Jul, 2016
1 commit
18 Jul, 2016
1 commit
11 Jul, 2016
1 commit
-
* Created an class to keep measurements data * Picking only the slice actor when adding measure * Moving measure points * melhorias * Improvements * Improvements * Improvements * Improvements
08 Jul, 2016
1 commit
-
ADD: This branch is for InVesalius to read BMP, TIF, JPEG and PNG files.
18 May, 2016
1 commit
-
* Calculating surface area * remove prints * Updating surface info when overwriting surface * Calculating area when selecting greatest surface, select surface or separate all surfaces * Copying area when duplicating surface
16 May, 2016
1 commit
-
Image reorientation * Added the code to reorient image and numpy styles * Starting to show reoriented image * Styles * Showing the cross * Dragging the center of rotation * Improvements * It's already rotating * Improvements * Rotating using quaternion * Updating all orientations only when the user release the mouse button * Updated the setup.py to compile in mac * Showing angles in a dialog * Almost done * Improvements * Cythonize in windows * Avoiding zero division in vector normalize * Avoiding zero division in vector normalize * Showing and hidding mask when using reorient image * Closing reorient image dialog when out of reorient style * Added __init__
04 May, 2016
1 commit
15 Apr, 2016
1 commit
-
* Showing the slices * cursor was not displayed correctly * Watershed using vtk6 * generating surface with vtk6 * generating preview in vtk6 * Showing raycasting with vtk6 * Showing measures with vtk6 * saving project * Saving screenshots with vtk6 * Saving meshes with vtk6 * It was not showing surfaces created with greatest region, selected region and all regions filters
22 Mar, 2016
1 commit
08 Jun, 2015
1 commit
05 Jun, 2015
1 commit
03 Jun, 2015
1 commit
02 Jun, 2015
2 commits
01 Jun, 2015
4 commits
28 May, 2015
5 commits
25 May, 2015
2 commits
-
It was necessary to change from wx.toolbar to auitoolbar because in macosx it is not possible to untoggle a toggle button when using a wx.toobar inside a aui. Some tests to make toolbar toggle work in mac Added more toolbars as auitoolbar A Refresh after untoggle all A Refresh after untoggle all Converted LayoutToolbar to auitoolbar Converted HistoryToolbar to auitoolbar Converted ProjectToolbat to auitoolbar deleted mask icon changed the style of toolbar to not use gradient