Page MenuHomePhabricator
Feed Advanced Search

Aug 2 2016

saruji added a comment to T19819: After an interactor has been removed from the mitk::Dispatcher it is still kept as selected interactor.

Branch

Aug 2 2016, 10:24 AM · Auto-closed, Bugzilla, MITK
saruji added projects to T19819: After an interactor has been removed from the mitk::Dispatcher it is still kept as selected interactor: MITK, Bugzilla.
Aug 2 2016, 10:24 AM · Auto-closed, Bugzilla, MITK
saruji added a comment to T19819: After an interactor has been removed from the mitk::Dispatcher it is still kept as selected interactor.

Branch for master is bug-19819-reset-selected-interactor-after-remove.

Aug 2 2016, 10:24 AM · Auto-closed, Bugzilla, MITK
saruji added a comment to T19819: After an interactor has been removed from the mitk::Dispatcher it is still kept as selected interactor.

Simple solution:

Aug 2 2016, 10:24 AM · Auto-closed, Bugzilla, MITK
saruji added a comment to T18744: mitkPlanarArrowTest build error on branch personal/engelm/snapshot-candidate.

removed warnings with unsigned int

Aug 2 2016, 10:18 AM · Bugzilla, MITK
saruji added projects to T18744: mitkPlanarArrowTest build error on branch personal/engelm/snapshot-candidate: MITK, Bugzilla.
Aug 2 2016, 10:18 AM · Bugzilla, MITK
saruji added a comment to T17962: mitkImageStatisticsCalculator returns wrong index if the value for min and max are the same.

[c825b9]: Merge branch 'bug-17962-wrong-index-statistics-based-on-master'

Merged commits:

2014-07-29 15:48:08 Danial Saruji [5c5463]
calculate correct min and max index if values are the same

Aug 2 2016, 10:13 AM · Bugzilla, MITK
saruji added projects to T17963: mitkImageStatisticsCalculator: refactoring of min and max index search: MITK, Bugzilla.
Aug 2 2016, 10:13 AM · Bugzilla, MITK
saruji added a comment to T17962: mitkImageStatisticsCalculator returns wrong index if the value for min and max are the same.

(In reply to Git Admin from comment #3)

User dsaruji has pushed new remote branch:

bug-17962-wrong-index-statistics-based-on-master
Aug 2 2016, 10:13 AM · Bugzilla, MITK
saruji added a comment to T17962: mitkImageStatisticsCalculator returns wrong index if the value for min and max are the same.

Workaround to fix here mentioned input has been implemented. Follow-up ticket created for refactoring: T17963

Aug 2 2016, 10:13 AM · Bugzilla, MITK
saruji added a comment to T17962: mitkImageStatisticsCalculator returns wrong index if the value for min and max are the same.

(In reply to Danial Saruji from comment #6)

Workaround to fix here mentioned input has been implemented. Follow-up
ticket created for refactoring: T17963

Aug 2 2016, 10:13 AM · Bugzilla, MITK
saruji added a comment to T17963: mitkImageStatisticsCalculator: refactoring of min and max index search.

see also T17962

Aug 2 2016, 10:13 AM · Bugzilla, MITK
saruji added projects to T17962: mitkImageStatisticsCalculator returns wrong index if the value for min and max are the same: MITK, Bugzilla.
Aug 2 2016, 10:13 AM · Bugzilla, MITK
saruji added a comment to T17962: mitkImageStatisticsCalculator returns wrong index if the value for min and max are the same.

For now I will implement a workaround to be able to calculate the correct index if min and max have the same value. I still think that (at least) this part should be refactored: T17963

Aug 2 2016, 10:13 AM · Bugzilla, MITK
saruji added projects to T17512: mitkExtractImageFilter is not working correctly for reconstructed images: MITK, Bugzilla.
Aug 2 2016, 10:11 AM · Bugzilla, MITK
saruji added a comment to T16310: Compilation of DicomSeriesReader takes too much memory.

New remote branch pushed: bug-16310-split-seriesreader-compilation-rebased-snapshot-201308

Aug 2 2016, 10:08 AM · Bugzilla, MITK
saruji added a comment to T16310: Compilation of DicomSeriesReader takes too much memory.

Temporarily reopened to rebase branch for integration into branch releases/snapshot-201308.

Aug 2 2016, 10:08 AM · Bugzilla, MITK
saruji added a comment to T16236: Enhance mitkImageStatisticsCalculator with hotspot search.

It took a while to get an overview here. 3 or 4 different developers worked on this topic and multiple branches were pushed, also some of those are not included and not needed. (definitely NOT a good way!)

Aug 2 2016, 10:07 AM · Bugzilla, MITK
saruji added a comment to T16236: Enhance mitkImageStatisticsCalculator with hotspot search.

(In reply to Danial Saruji from comment #11)

Taking over Ticket. There are still some problems:

  • If the input mask image is smaller than the input image then the hotspot

calculation crashes

  • Problem: the convolution image has the size of the original input image

and the mask has the size of the adapted image (= input image resized to
size of input mask image) and an iterator for the mask image was initialized
with the region of the convolution image.

  • The calculation of the statistics of the found hotspot throws exception:

"Requested region is (at least partially) outside the largest possible
region"

Aug 2 2016, 10:07 AM · Bugzilla, MITK
saruji added a comment to T16236: Enhance mitkImageStatisticsCalculator with hotspot search.

Taking over Ticket. There are still some problems:

  • If the input mask image is smaller than the input image then the hotspot calculation crashes
    • Problem: the convolution image has the size of the original input image and the mask has the size of the adapted image (= input image resized to size of input mask image) and an iterator for the mask image was initialized with the region of the convolution image.
  • The calculation of the statistics of the found hotspot throws exception: "Requested region is (at least partially) outside the largest possible region"
    • Problem: The used itk::ImageExtractImageFilter adapts the region of the input image so that the the index values correspond to the index values of the mask image (only if the mask image is smaller than the input image), but the origin is not modified. The origin of the mask image was modified using the itk::ChangeInformationImageFilter so that the origin is the same as the origin of the input image. This is done so that the index values are the same for input image and mask image. This makes it easier to iterate over both. When converting the itk::Image to an mitk::Image in line 1746ff the start index of the region is reseted to the origin of the mask image which actually is outside of the largest possible region.
Aug 2 2016, 10:07 AM · Bugzilla, MITK
saruji added a comment to T16236: Enhance mitkImageStatisticsCalculator with hotspot search.

New remote branch pushed: bug-16236-hotspot-search-imagestatisticscalculator-integration-snapshot

Aug 2 2016, 10:07 AM · Bugzilla, MITK
saruji added a comment to T16236: Enhance mitkImageStatisticsCalculator with hotspot search.

New remote branch pushed: bug-16236-hotspot-search-imagestatisticscalculator

Aug 2 2016, 10:07 AM · Bugzilla, MITK
saruji added projects to T16236: Enhance mitkImageStatisticsCalculator with hotspot search: MITK, Bugzilla.
Aug 2 2016, 10:07 AM · Bugzilla, MITK
saruji added a comment to T15927: Invalid submatrix extracted for collapsed direction (ExtractImageFilter).

Sorry wrong attachement added. This one should work, but it is just a quick and not tested fix.

Aug 2 2016, 10:06 AM · Bugzilla, MITK
saruji added a comment to F1035: ExtractImageFilter.patch.

ExtractImageFilter patch

Aug 2 2016, 10:06 AM
saruji added projects to T15927: Invalid submatrix extracted for collapsed direction (ExtractImageFilter): MITK, Bugzilla.
Aug 2 2016, 10:06 AM · Bugzilla, MITK
saruji added a comment to F1034: ExtractImageFilter.patch.

ExtractImageFilter patch

Aug 2 2016, 10:06 AM
saruji added a comment to T14827: PlanarFigureInteractor should not handle event if data node is invisible.

New remote branch pushed: bug-14827-planarfigureinteractor-ignore-invisible-nodes-based-on-master

Aug 2 2016, 10:02 AM · Bugzilla, MITK
saruji added a comment to T14827: PlanarFigureInteractor should not handle event if data node is invisible.

Added check to method mitk::PlanarFigureInteractor::CanHandleEvent. Data nodes which are invisible will be ignored.

Aug 2 2016, 10:02 AM · Bugzilla, MITK
saruji added projects to T14827: PlanarFigureInteractor should not handle event if data node is invisible: MITK, Bugzilla.
Aug 2 2016, 10:02 AM · Bugzilla, MITK
saruji added a comment to T14827: PlanarFigureInteractor should not handle event if data node is invisible.

New remote branch pushed: bug-14827-planarfigureinteractor-ignore-invisible-nodes

Aug 2 2016, 10:02 AM · Bugzilla, MITK
saruji added a comment to T13351: Feature: Google Breakpad Crash Reporting.

New remote branch pushed: bug-13351-breakpad-module

Aug 2 2016, 9:58 AM · Bugzilla, MITK
saruji added a comment to T13351: Feature: Google Breakpad Crash Reporting.

(In reply to Sascha Zelzer from comment #9)

TODOS:

  • Remove Qt dependency from the module
Aug 2 2016, 9:58 AM · Bugzilla, MITK
saruji added a comment to T12168: BinaryImageInteractor Statemachine does not work.

Not needed for this release. Will be done afterwards.

Aug 2 2016, 9:54 AM · MITK (2016-11), Bugzilla
saruji added projects to T10795: Wrong line definition for intersection calculation in class mitkClippedSurfaceBoundsCalculator: MITK, Bugzilla.
Aug 2 2016, 9:50 AM · Bugzilla, MITK
saruji added a comment to T9721: RefitVisibleRect doesn't work properly with multiple mitkDisplayGeometries.

added attachment with fix

Aug 2 2016, 9:48 AM · Bugzilla, MITK
saruji added a comment to T9721: RefitVisibleRect doesn't work properly with multiple mitkDisplayGeometries.

merged in master. done

Aug 2 2016, 9:48 AM · Bugzilla, MITK
saruji added a comment to F737: 0001-set-static-bool-variable-to-false-before-notifying-t.patch.

proposed solution

Aug 2 2016, 9:48 AM
saruji added projects to T9721: RefitVisibleRect doesn't work properly with multiple mitkDisplayGeometries: MITK, Bugzilla.
Aug 2 2016, 9:48 AM · Bugzilla, MITK
saruji added projects to T9689: Check for misalignment of mask and image in the mitkImageStatisticsCalculator doesn't work for rotated geometries: MITK, Bugzilla.
Aug 2 2016, 9:48 AM · Bugzilla, MITK
saruji added a comment to T9689: Check for misalignment of mask and image in the mitkImageStatisticsCalculator doesn't work for rotated geometries.

in the attachment is the proposed solution

Aug 2 2016, 9:48 AM · Bugzilla, MITK
saruji added a comment to T9689: Check for misalignment of mask and image in the mitkImageStatisticsCalculator doesn't work for rotated geometries.

[040251]: Merge branch 'bug-9689-rebased'

Merged commits:

2011-10-11 16:50:57 Mathias Seitel [9cc2d1]
Modified misalignment check to cover tilted geometries

Aug 2 2016, 9:48 AM · Bugzilla, MITK
saruji added a comment to F736: 0001-fixed-misallignment-check-for-rotated-geometries.patch.

fix for misalignment check

Aug 2 2016, 9:48 AM
saruji added a comment to T9607: Enhance ClippedSurfaceBoundsCalculator to determine intersection points of two Geometry3D.

Another change: In cases where there is only one slice the geometry3D has the same geometry as the plane geometry. In those cases we take the corner points of the geometry3D and check if they are on the plane. In some cases the distance of the point to the plane is a little bit bigger than mitk::eps. Changed so that the check controls whether the distance is smaller than mitk::sqrteps.

Aug 2 2016, 9:48 AM · Bugzilla, MITK
saruji added a comment to F734: 0001-instead-of-taking-all-slices-only-take-first-and-las.patch.

use only first and last slice

Aug 2 2016, 9:48 AM
saruji added a comment to T9607: Enhance ClippedSurfaceBoundsCalculator to determine intersection points of two Geometry3D.

use only first and last slice

Aug 2 2016, 9:48 AM · Bugzilla, MITK
saruji added a comment to F735: 0001-changed-range-of-value-t-which-is-used-to-determine-.patch.

changed range of t and distance smaller than sqrteps

Aug 2 2016, 9:48 AM
saruji added a comment to T9607: Enhance ClippedSurfaceBoundsCalculator to determine intersection points of two Geometry3D.

another change: widened range of variable t (which is used to verify if there is an intersection between the line segment and the plane) by mitk::sqrteps

Aug 2 2016, 9:48 AM · Bugzilla, MITK
saruji added a comment to F733: 0001-enhanced-clippedsurfaceboundscalculator-so-that-the-.patch.

quick solution to determine intersection points of 2 Geometry3D

Aug 2 2016, 9:48 AM
saruji added projects to T9607: Enhance ClippedSurfaceBoundsCalculator to determine intersection points of two Geometry3D: MITK, Bugzilla.
Aug 2 2016, 9:48 AM · Bugzilla, MITK
saruji added a comment to T9607: Enhance ClippedSurfaceBoundsCalculator to determine intersection points of two Geometry3D.

quick solution to determine intersection points of 2 Geometry3D

Aug 2 2016, 9:48 AM · Bugzilla, MITK
saruji added a comment to T9607: Enhance ClippedSurfaceBoundsCalculator to determine intersection points of two Geometry3D.

easier instead of taking all just take first and last slice. All corner points of geometry are included. Added another patch

Aug 2 2016, 9:48 AM · Bugzilla, MITK
saruji added a comment to T9607: Enhance ClippedSurfaceBoundsCalculator to determine intersection points of two Geometry3D.

Added attachement with a quick solution. If a Geometry3D is given as input instead of a PlaneGeometry, the intersection points of each slice are determined. This way is not very good because this is not needed to be done for all slices.

Aug 2 2016, 9:48 AM · Bugzilla, MITK
saruji added a comment to T9537: Enhance PlanarCircle to enable possibility to set min and max radius for circle.

ist in master und releases/snapshot-201109 integriert

Aug 2 2016, 9:48 AM · Bugzilla, MITK
saruji added a comment to T9537: Enhance PlanarCircle to enable possibility to set min and max radius for circle.

Patch for PlanarCircle enhancement

Aug 2 2016, 9:48 AM · Bugzilla, MITK
saruji added a comment to F732: 0001-enhanced-planarcircle-so-that-a-min-and-max-value-ca.patch.

Patch for PlanarCircle enhancement

Aug 2 2016, 9:48 AM
saruji added projects to T9537: Enhance PlanarCircle to enable possibility to set min and max radius for circle: MITK, Bugzilla.
Aug 2 2016, 9:48 AM · Bugzilla, MITK
saruji added a comment to T9481: intersection point can't be determined when PlaneGeometry and Image have the same geometry.

already fixed in T9607

Aug 2 2016, 9:48 AM · Bugzilla, MITK
saruji added projects to T9481: intersection point can't be determined when PlaneGeometry and Image have the same geometry: MITK, Bugzilla.
Aug 2 2016, 9:48 AM · Bugzilla, MITK
saruji added a comment to T9342: Enhance StateMachine for LeftClickScroll, Zoom and Pan.

[d1bfa2]: Merge branch 'bug-9342-enhance-statemachine-scroll-zoom-and-pan'

Aug 2 2016, 9:48 AM · Bugzilla, MITK
saruji added a comment to T9342: Enhance StateMachine for LeftClickScroll, Zoom and Pan.

changes to the mitkDisplayVectorInteractorScroll:

Aug 2 2016, 9:48 AM · Bugzilla, MITK
saruji added a comment to T9342: Enhance StateMachine for LeftClickScroll, Zoom and Pan.

The mitkDisplayVectorInteractorScroll class also needs to be enhanced, so that it can be determined if the alt modifier has been pressed or not.

Aug 2 2016, 9:48 AM · Bugzilla, MITK
saruji added projects to T9342: Enhance StateMachine for LeftClickScroll, Zoom and Pan: MITK, Bugzilla.
Aug 2 2016, 9:48 AM · Bugzilla, MITK
saruji added a comment to T9232: PlanarFigure: for lines, crosses, etc. control points can be placed on top of each other.

Solved another issue: with the above "fix" it was now possible to set e.g. a single line with just one double-click (leading to two control points exactly on the same position).

Aug 2 2016, 9:47 AM · Bugzilla, MITK
saruji added projects to T9014: Enhance StateMachine for PlanarFigureInteractor: MITK, Bugzilla.
Aug 2 2016, 9:47 AM · Bugzilla, MITK
saruji added a comment to T8953: Enhance StateMachine.xml for BinaryImageInteractor.

One transition needs to be added so that the shown correction region is still visible when scrolling through the slices with the mouse wheel.

Aug 2 2016, 9:47 AM · Bugzilla, MITK
saruji added a comment to T8953: Enhance StateMachine.xml for BinaryImageInteractor.

the mitkBaseRenderer needs to be modified in the method WheelEvent:

Aug 2 2016, 9:47 AM · Bugzilla, MITK
saruji added a comment to T8953: Enhance StateMachine.xml for BinaryImageInteractor.

[5133ac]: Merge branch 'bug-8953-enhace-statemachine-binaryimageinteractor'

Aug 2 2016, 9:47 AM · Bugzilla, MITK
saruji added projects to T8953: Enhance StateMachine.xml for BinaryImageInteractor: MITK, Bugzilla.
Aug 2 2016, 9:47 AM · Bugzilla, MITK
saruji added a comment to T8664: Implement ClippedSurfaceBoundsCalculator.

[d27c22]: Merge branch 'bug-8664-implement-clipped-surface-bounds-calculator'

Aug 2 2016, 9:46 AM · Bugzilla, MITK
saruji added a comment to T8664: Implement ClippedSurfaceBoundsCalculator.

[9e34fc]: Merge branch 'bug-8664-implement-clipped-surface-bounds-calculator'

Aug 2 2016, 9:46 AM · Bugzilla, MITK
saruji added a comment to T8664: Implement ClippedSurfaceBoundsCalculator.

added missing unittest

Aug 2 2016, 9:46 AM · Bugzilla, MITK
saruji added a comment to T8664: Implement ClippedSurfaceBoundsCalculator.

added short summary

Aug 2 2016, 9:46 AM · Bugzilla, MITK
saruji added a comment to T8664: Implement ClippedSurfaceBoundsCalculator.

[1c20dd]: Merge branch 'bug-8664-implement-clipped-surface-bounds-calculator'

Aug 2 2016, 9:46 AM · Bugzilla, MITK
saruji added a comment to T8664: Implement ClippedSurfaceBoundsCalculator.

Mostly code cleanup. Also not the isIndexInside method is used to check if the point is inside the boundaries of the image. Instead the method intersectionPointParam from class PlaneGeometry is used which gives a double value between 0 and 1 if the intersection point is between the start and the end point of the line we are intersecting with. The method intersectionPointParam had to be fixed: the vectors planeNormal and lineDirection shouldn't be normalized to get values between 0 and 1.

Aug 2 2016, 9:46 AM · Bugzilla, MITK
saruji added a comment to T8664: Implement ClippedSurfaceBoundsCalculator.

[f0bed2]: Merge branch 'bug-8664-implement-clipped-surface-bounds-calculator'

Aug 2 2016, 9:46 AM · Bugzilla, MITK
saruji added a comment to T8664: Implement ClippedSurfaceBoundsCalculator.

Implemented class ClippedSurfaceBoundsCalculator. The class Geometry2DDataToSurfaceFilter wasn't used to get the polygon points. Instead the ClippedSurfaceBoundsCalculator class has its own method to get the intersection points between a PlaneGeometry and a Geometry3D.

Aug 2 2016, 9:46 AM · Bugzilla, MITK
saruji added a comment to T8664: Implement ClippedSurfaceBoundsCalculator.

[548a38]: Merge branch 'bug-8664-implement-clipped-surface-bounds-calculator'

Aug 2 2016, 9:46 AM · Bugzilla, MITK
saruji added projects to T8664: Implement ClippedSurfaceBoundsCalculator: MITK, Bugzilla.
Aug 2 2016, 9:46 AM · Bugzilla, MITK
saruji added a comment to T8664: Implement ClippedSurfaceBoundsCalculator.

[36b99f]: Merge branch 'bug-8664-implement-clipped-surface-bounds-calculator'

Aug 2 2016, 9:46 AM · Bugzilla, MITK
saruji added a comment to T8506: Create unittest for class PlanarSubdivisionPolygon.

impplementiert in branch bug-8506-create-unittest-for-planarsubdivisionpolygon und
gemergt in branch bug-8505-implement-class-planarsubdivisionpolygon mit commit:
9f51fa7d8a9fc6a4eb8842792a5bd3347244c197
gemergt in master mit commit 3a68a00f9295ac0856f0454b78ebc99884de9cad

Aug 2 2016, 9:46 AM · Bugzilla, MITK
saruji added a comment to T8506: Create unittest for class PlanarSubdivisionPolygon.

[f33ecc]: Merge branch 'bug-8506-create-unittest-for-planarsubdivisionpolygon' C

Merged commits:

2011-08-09 14:39:21 Danial Bin Mohamed Saruji [308b87]
added property initiallyplaced and set maximum numbers to 1000

Aug 2 2016, 9:46 AM · Bugzilla, MITK
saruji added a comment to T8506: Create unittest for class PlanarSubdivisionPolygon.

Due to changes on the class subdivision polygon the unittest needs to be modified.

Aug 2 2016, 9:46 AM · Bugzilla, MITK
saruji added projects to T8506: Create unittest for class PlanarSubdivisionPolygon: MITK, Bugzilla.
Aug 2 2016, 9:46 AM · Bugzilla, MITK
saruji added a comment to T8505: Implement class PlanarSubdivisionPolygon.

Die neuesten Änderungen für die Klasse PlanarSubdiviosnPolygon befinden sich scheinbar im patch in T8506

Aug 2 2016, 9:46 AM · Bugzilla, MITK
saruji added a comment to T8505: Implement class PlanarSubdivisionPolygon.

[3a68a0]: Merge branch 'bug-8505-implement-class-planarsubdivisionpolygon'

Aug 2 2016, 9:46 AM · Bugzilla, MITK
saruji added a comment to T8505: Implement class PlanarSubdivisionPolygon.

[0f6e46]: Merge branch 'bug-8505-implement-class-planarsubdivisionpolygon'

Aug 2 2016, 9:46 AM · Bugzilla, MITK
saruji added a comment to T8505: Implement class PlanarSubdivisionPolygon.

[77a029]: Merge branch 'bug-8505-implement-class-planarsubdivisionpolygon'

Aug 2 2016, 9:46 AM · Bugzilla, MITK
saruji added a comment to T8505: Implement class PlanarSubdivisionPolygon.

reopened for code cleanup. parent class already has the functionality implemented. Only small modifications for methods of PlanarPolygon to make subdivisonPolygon work.

Aug 2 2016, 9:46 AM · Bugzilla, MITK
saruji added a comment to T8505: Implement class PlanarSubdivisionPolygon.

[ebcb77]: Merge branch 'bug-8505-implement-class-planarsubdivisionpolygon'

Aug 2 2016, 9:46 AM · Bugzilla, MITK
saruji added projects to T8505: Implement class PlanarSubdivisionPolygon: MITK, Bugzilla.
Aug 2 2016, 9:46 AM · Bugzilla, MITK
saruji added projects to T8235: ENH: Create Modules ImageStatistics and ImageExtraction: MITK, Bugzilla.
Aug 2 2016, 9:45 AM · Bugzilla, MITK
saruji added a comment to T7528: Test DICOM tags loading for mitk::Image properties.

Enhanced unittest DICOMSeriesReader. Checks if DICOMTags have been set correctly.

Aug 2 2016, 9:44 AM · Bugzilla, MITK
saruji added a comment to T7528: Test DICOM tags loading for mitk::Image properties.

[9d7b58]: Merge branch 'bug-7528-test-dicom-tags-loading-image-properties'

Aug 2 2016, 9:44 AM · Bugzilla, MITK
saruji added a comment to T7528: Test DICOM tags loading for mitk::Image properties.

Reopened because unittest needs to be enhanced. File path for dicom tags should be retrieved from mitk::image property

Aug 2 2016, 9:44 AM · Bugzilla, MITK
saruji added a comment to T7339: Provide DICOM tags as MITK properties of mitk::Image.

reopened for code cleanup

Aug 2 2016, 9:44 AM · Bugzilla, MITK
saruji added a comment to T7339: Provide DICOM tags as MITK properties of mitk::Image.

[94b2d0]: Merge branch 'bug-7339-provide-dicom-tags-as-image-property'

Aug 2 2016, 9:44 AM · Bugzilla, MITK
saruji added a comment to T7339: Provide DICOM tags as MITK properties of mitk::Image.

[04d383]: Merge branch 'bug-7339-provide-dicom-tags-as-image-property' (COMP)

Aug 2 2016, 9:44 AM · Bugzilla, MITK
saruji added a comment to T7339: Provide DICOM tags as MITK properties of mitk::Image.

[0ab668]: Merge branch 'bug-7339-provide-dicom-tags-as-image-property'

Aug 2 2016, 9:44 AM · Bugzilla, MITK
saruji added a comment to T7339: Provide DICOM tags as MITK properties of mitk::Image.

fehlende Überprüfung ob DICOM tags vorhanden sind hinzugefügt

Aug 2 2016, 9:44 AM · Bugzilla, MITK