Skip to content

Releases: TechnionComputationalMRILab/ImageUntangler

v4.2.0: Merge pull request #15 from TechnionComputationalMRILab/v4-dev

Choose a tag to compare

@zemmyang zemmyang released this 05 Sep 11:19
dfb5662

New in this version:

  • Re-implements the centerline calculation method to use only the image indices, which is more reliable

Issues:

  • Scanner still freezes the UI
  • All points for all slices are displayed on the initial view upon image loading. May cause confusion for end users.

v4.1.0

Choose a tag to compare

@zemmyang zemmyang released this 28 Jul 10:50
  • Fixed a bug when calculating centerlines
  • Opening a new case from the program itself works
  • Added units to the length measurements
  • Improved text and point color contrast

v4.0.1: Merge pull request #13 from TechnionComputationalMRILab/v4-dev

Choose a tag to compare

@zemmyang zemmyang released this 24 Jul 10:45
2235389

Features:

  • Opening new case from a database generated using the pre-processing scanner, for both axial and coronal cases
  • Display coronal/axial flag on the custom case loader
  • Throws error when centerline height/angle encounters an error, and allows the user to continue
  • Save and load annotations to the database
  • Import annotations made using v3 of the software
  • Length measurements - both arbitrary points (display and centerline) and vertical points (centerline-only)
  • Case timer with start/stop/pause/resume, with the times saved to database

Known limitations:

  • User has to open and close the software to work with a new case
  • User has to run the pre-processing scanner in order to load cases

v4.0.0-beta: Merge pull request #6 from TechnionComputationalMRILab/v4-dev

Choose a tag to compare

@zemmyang zemmyang released this 13 Jun 11:16
fdea580
  • ran consistency tests on saving and loading point files
  • added feature: display point to mpr markers
  • highlighting points are now bidirectional
  • added some documentation
  • added CLI utility to save v3-format points to v4

v4.0.0-alpha: Merge pull request #3 from TechnionComputationalMRILab/no_tabs

Choose a tag to compare

@zemmyang zemmyang released this 04 Apr 07:44
bce752e
  • Removed support for the tabs, changed it to a single-panel view
  • Refactored a lot of the code for cleanliness
  • Now uses a SQLite database for storing the file list and the selected points, no longer changes anything in the data directory
  • Partially fixed the MPR calculation bug
  • Shows line to connect the lengths (in-progress) and shows the lengths measured on the display
  • Included some cheat codes for debugging and ease of use

v3.1.0

Choose a tag to compare

@zemmyang zemmyang released this 04 Apr 13:59
  • save function creates a JSON file for internal usage and an NPZ file that uses ITK indices in order to plot the annotation using SimpleITK and any plotting software of choice
  • centerline length points are limited to two
  • vertical measurements in centerline length

v3.0.8

Choose a tag to compare

@zemmyang zemmyang released this 09 Jan 13:19

fixed the folder scanners, hopefully for the last time

added a per-case comment box

re-implemented the DICOM image reader - instead of reading it one file at a time and flattening the 2d data, it reads the list of files and then returns a single 3d np array. also now uses the direction matrix of the sitk image to form the vtkActor

v3.0.5

Choose a tag to compare

@zemmyang zemmyang released this 05 Dec 09:09

adds xyz coords in the display panel

v3.0.4

Choose a tag to compare

@zemmyang zemmyang released this 22 Nov 15:29

CLI usage is:

open cmd or powershell in the extracted folder, then run
ImageUntangler.exe -f <folder_you_want_to_scan>

v2.8.0

Choose a tag to compare

@zemmyang zemmyang released this 16 Oct 15:30

Fixed the points loader, added timer, undo, and save functionality in the centerline panel