Page MenuHomePhabricator
Feed Advanced Search

Aug 2 2016

norajitr added a comment to T19250: Binary threshold tool produces unexpected results on float images..

For both bugs, small level window ranges are problematic. Dependency can be upheld until there is further clarity on 14652.

Aug 2 2016, 10:21 AM · MITK (2016-03), Bugzilla
norajitr added a comment to T19193: Pointset not displayed in list after loading.

[0cbc70]: Merge branch 'bug-19193-PointSetNotDisplayedAfterReading'

Merged commits:

2015-08-12 14:37:39 Tobias Norajitra [ab9e83]
Proper model reset for point list widget update.

Aug 2 2016, 10:21 AM · Bugzilla, MITK
norajitr added a comment to T19193: Pointset not displayed in list after loading.

Erroneous point list model reset calls in QmitkPointListModel::SetPointSetNode() led to the inproper update behaviour of the point list widget. Bug has been fixed by proper adjustment of point list model reset.

Aug 2 2016, 10:21 AM · Bugzilla, MITK
norajitr added a comment to T19180: PointSet Interaction confuses point indices and number of points.

[6937b5]: Merge branch 'bug-19180-PointSet-ManuallyAddPointBug'

Merged commits:

2015-08-05 14:30:21 Tobias Norajitra [fac6ba]
Use max id convenience method instead of faulty size id.

Aug 2 2016, 10:21 AM · Bugzilla, MITK
norajitr added a comment to T19180: PointSet Interaction confuses point indices and number of points.

The reason for the bug lies within mitk::PointListWidget::OnBtnAddPointManually(), where the max point id is being determined using mitk::PointSet::GetSize(). If a non-max id point has been deleted beforehand, a false max id is delivered, and the actual max-id point is modified instead of a new point insertion.

Aug 2 2016, 10:21 AM · Bugzilla, MITK
norajitr added a comment to T19180: PointSet Interaction confuses point indices and number of points.

Bug is solved using mitk::PointSet::GetMaxId() where proper max id is delivered regardless of prior point deletion.

Aug 2 2016, 10:21 AM · Bugzilla, MITK
norajitr added a comment to T19150: Levelwindow: Image for Levelwindow seems not to be selected correctly.

Currently, unique imageForLevelWindow selection has been fixed for 1. manual selection via context menu of the level window slider, 2. for identical images (see T19436) and 3. for node visibility changes. Still, unique manual selection via property list is not supported yet.

Aug 2 2016, 10:20 AM · MITK, Bugzilla
norajitr added a comment to T19150: Levelwindow: Image for Levelwindow seems not to be selected correctly.

An new test case has been introduced in the level window manager test to validate random manual settings of the imageForLevelWindow property.

Aug 2 2016, 10:20 AM · MITK, Bugzilla
norajitr added a comment to T19150: Levelwindow: Image for Levelwindow seems not to be selected correctly.

Unique manual setting of the imageForLevelWindow property has been added by adding the level window manager as an observer to the property. Consequently, the creation of the property has to be made upon observer list update. In addition, data node deletion is now taken into account.

Aug 2 2016, 10:20 AM · MITK, Bugzilla
norajitr added a comment to T19150: Levelwindow: Image for Levelwindow seems not to be selected correctly.

[0dc11e]: Merge branch 'bug-19150-integration-0'

Merged commits:

2016-03-16 17:03:38 Tobias Norajitra [b16bdb]
Unnecessary code lines removed.

Aug 2 2016, 10:20 AM · MITK, Bugzilla
norajitr added a comment to T19150: Levelwindow: Image for Levelwindow seems not to be selected correctly.

[9db8f0]: Merge branch 'bug-19150-integration-0'

Merged commits:

2016-06-01 16:15:33 Tobias Norajitra [e0224f]
COMP: unused variable removed to avoid warning.

Aug 2 2016, 10:20 AM · MITK, Bugzilla
norajitr added a comment to T19150: Levelwindow: Image for Levelwindow seems not to be selected correctly.

Test case added to the level window manager test, where the imageForLevelWindow property is checked against random data node visibility changes.

Aug 2 2016, 10:20 AM · MITK, Bugzilla
norajitr added a comment to T19150: Levelwindow: Image for Levelwindow seems not to be selected correctly.

The erroneous observer removal is caused by a missing deletion of the m_PropertyDeletedTags map in QmitkPropertyItemModel::SetNewPropertyList. An appropriate deletion fixed the issue. According test cases have to be added next.

Aug 2 2016, 10:20 AM · MITK, Bugzilla
norajitr added a comment to T19150: Levelwindow: Image for Levelwindow seems not to be selected correctly.

According cases have been added to the Update-Function of the LevelWindowManager. However, another bug is preventing proper updates on visibility changes. For each node, an observer is added to the visible-property by the level window manager. This observer is removed on data manager selection changes if the property list view is opened.

Aug 2 2016, 10:20 AM · MITK, Bugzilla
norajitr added a comment to T19150: Levelwindow: Image for Levelwindow seems not to be selected correctly.

In fact, the if-selection at the end of the LevelWindowManager::Update method seems to be senseless and has been removed without apparent effect.

Aug 2 2016, 10:20 AM · MITK, Bugzilla
norajitr added a comment to T19150: Levelwindow: Image for Levelwindow seems not to be selected correctly.

The bug originates from the LevelWindowManager::SelectLevelWindowProperty method. There, for the image that is associated with the handed over levelWindowProperty, the imageForLevelWindow is correctly set. Still, the image holding the former m_LevelWindowProperty keeps it imageForLevelWindow unchanged. Issue is fixed by deactivating imageForLevelWindow for the image associated with m_LevelWindowProperty prior to setting the new levelWindowProperty.

Aug 2 2016, 10:20 AM · MITK, Bugzilla
norajitr added a comment to T19145: UL Threshold ignores decimal places on scalar image.

[e61d51]: Merge branch 'bug-19145-ULThresholdSilder-IntegerPixelTypeHandling'

Merged commits:

2015-08-19 16:48:49 Tobias Norajitra [36a440]
Slider interval settings adapted for non-float values and proper input value calculation.

Aug 2 2016, 10:20 AM · Bugzilla, MITK
norajitr added a comment to T19145: UL Threshold ignores decimal places on scalar image.

In order to fix this, the slider value types are adjusted to the input image scalar type. Thus, the user is prevented from setting non-integer values for integer scalars.

Aug 2 2016, 10:20 AM · Bugzilla, MITK
norajitr added projects to T19138: Point Set lacks convenient point removal.: MITK, Bugzilla.
Aug 2 2016, 10:20 AM · Bugzilla, MITK
norajitr added a comment to T19138: Point Set lacks convenient point removal..

[cbee9b]: Merge branch 'bug-19138-PointSetLacksConvenientPointRemoval-int0'

Merged commits:

2015-07-15 16:32:56 Tobias Norajitra [da13a5]
Point removal testing cases added to mitkPointSetTestSuite.

Aug 2 2016, 10:20 AM · Bugzilla, MITK
norajitr added a comment to T19138: Point Set lacks convenient point removal..

For testing purposes, mitkPointSetTestSuite has been extended by the according test case. That is, for the default point set, remove point is called for non-existent points and non-existent time steps, assuring no removal is performed in these cases. Point removal of max id and non-max-id points is performed and compared to accordingly provided reference point sets.

Aug 2 2016, 10:20 AM · Bugzilla, MITK
norajitr added a comment to T19138: Point Set lacks convenient point removal..

The point set API has been extended by convenience methods for a) a removal of a point from the point set if that particular point exists and b) a removal of a max id point from the point set.

Aug 2 2016, 10:20 AM · Bugzilla, MITK
norajitr added a comment to T19041: Inconsistency of SetThreshold in ImageToSurface filter.

There is no obvious reason why the threshold access methods had to be hidden. The according changes have already been reverted.

Aug 2 2016, 10:20 AM · MITK (2016-11), Bugzilla
norajitr added a comment to T19013: 3D region grower buggy when confirming preview.

[7834b4]: Merge branch 'bug-19013-RegionGrowingSliderAdjustment'

Merged commits:

2015-10-21 16:03:43 Tobias Norajitra [91e27c]
Max value should be based on the seedpointvalue rather than on the lower threshold.

Aug 2 2016, 10:20 AM · Bugzilla, MITK
norajitr added a comment to T19013: 3D region grower buggy when confirming preview.

Currently, after region growing, the maximum slider value is calculated based on the lower threshold. If for a fixed upper threshold the lower threshold is decreased, the maximum slider value is decreased consequently, while the maximum value of the region grower output remains constant. Therefore, the maximum slider value should remain unaltered.

Aug 2 2016, 10:20 AM · Bugzilla, MITK
norajitr added a comment to T19013: 3D region grower buggy when confirming preview.

Calculating the slider max value based on the seed point value should fix the issue.

Aug 2 2016, 10:20 AM · Bugzilla, MITK
norajitr added a comment to T18999: Image statistics + 3D+t + planarfigure buggy.

This bug could not be reproduced on behalf of T14605 and seems having been fixed there.

Aug 2 2016, 10:20 AM · MITK (2016-11), Bugzilla
norajitr added a comment to T18984: Region Growing 3D: volume rendering doesn't fits with adaptive region growing changes.

[aa49ea]: Merge branch 'bug-18984-3DRegionGrowing-sliderAdaptiveVolumeRendering'

Merged commits:

2015-10-21 17:01:00 Tobias Norajitra [a15860]
COMP: invalid typenames removed.

Aug 2 2016, 10:20 AM · MITK (2016-11), Bugzilla
norajitr added projects to T18990: Timestep support for 3D interpolation basic contour rendering needed.: MITK, Bugzilla.
Aug 2 2016, 10:20 AM · Bugzilla, MITK
norajitr added a comment to T18989: Image statistics + planar figure: no statistics values.

This bug has already been reported for bugs 13162 and 14605. Solved on behalf of 14605.

Aug 2 2016, 10:20 AM · MITK (2016-11), Bugzilla
norajitr added projects to T18991: 3D interpolation scene IO fails on temporal data.: MITK, Bugzilla.
Aug 2 2016, 10:20 AM · Bugzilla, MITK
norajitr added a comment to T18984: Region Growing 3D: volume rendering doesn't fits with adaptive region growing changes.

[9453f7]: Merge branch 'bug-18984-3DRegionGrowing-sliderAdaptiveVolumeRendering'

Merged commits:

2015-10-21 16:31:32 Tobias Norajitra [86e6ec]
COMP: typename added.

Aug 2 2016, 10:20 AM · MITK (2016-11), Bugzilla
norajitr added a comment to T18984: Region Growing 3D: volume rendering doesn't fits with adaptive region growing changes.

[1c2cdc]: Merge branch 'bug-18984-3DRegionGrowing-sliderAdaptiveVolumeRendering'

Merged commits:

2015-10-21 15:59:50 Tobias Norajitra [53f101]
Update masking threshold on volume rendering activation.

Aug 2 2016, 10:20 AM · MITK (2016-11), Bugzilla
norajitr added a comment to T18984: Region Growing 3D: volume rendering doesn't fits with adaptive region growing changes.

[33aa17]: Merge branch 'bug-18984-3DRegionGrowing-sliderAdaptiveVolumeRendering'

Merged commits:

2015-10-21 16:16:11 Tobias Norajitra [1a42a8]
COMP: typename added.

Aug 2 2016, 10:20 AM · MITK (2016-11), Bugzilla
norajitr added projects to T18865: Extend mitkSurfaceInterpolationControllerTest for 3D+t support.: MITK, Bugzilla.
Aug 2 2016, 10:19 AM · Auto-closed, Bugzilla, MITK
norajitr added a comment to T18499: Quick repetitive undo/redo leads 3D interpolation to crash..

This might be due to the write access on data that is being read by the interpolator. The crash appears to be more likely to be reproduced if the interpolation is more complex which seems to underline that assumption. Interestingly, if you perform the undo / redo operations once in sufficiently slow speed, it is more difficult to evoke the crash afterwards.

Aug 2 2016, 10:17 AM · Bugzilla, MITK
norajitr added projects to T18499: Quick repetitive undo/redo leads 3D interpolation to crash.: MITK, Bugzilla.
Aug 2 2016, 10:17 AM · Bugzilla, MITK
norajitr added projects to T18445: Duplicating perspectives in the view navigator does not preserve view configuration.: MITK, Bugzilla.
Aug 2 2016, 10:16 AM · Bugzilla, MITK
norajitr added projects to T18447: View navigator search not working in a strict sense for single letter search.: MITK, Bugzilla.
Aug 2 2016, 10:16 AM · Bugzilla, MITK
norajitr added projects to T18322: Tbss skeletonization and projection crash.: MITK, Bugzilla.
Aug 2 2016, 10:16 AM · MITK (2016-11), Bugzilla
norajitr added a comment to T18322: Tbss skeletonization and projection crash..

It has been conferred that the tbss view should be removed for the upcoming release as that functionality is being provided using FSL by default. Until further demand.

Aug 2 2016, 10:16 AM · MITK (2016-11), Bugzilla
norajitr added a comment to T18278: Otsu segmentation preview button not active after cancelling warning dialog..

[c43aa8]: Merge branch 'bug-18278-OtsuSegmentationPreviewInactiveOnCancelingDial

Merged commits:

2014-10-15 16:21:30 Tobias Norajitra [cf2edf]
Open the warning dialog prior to number of regions actualization, depending on the region number spin box value instead.

Aug 2 2016, 10:15 AM · MITK (2014-10), Bugzilla
norajitr added a comment to T18278: Otsu segmentation preview button not active after cancelling warning dialog..

Sorry, missed the detail.

Aug 2 2016, 10:15 AM · MITK (2014-10), Bugzilla
norajitr added projects to T18278: Otsu segmentation preview button not active after cancelling warning dialog.: MITK, Bugzilla.
Aug 2 2016, 10:15 AM · MITK (2014-10), Bugzilla
norajitr added projects to T18242: Otsu segmentation preview button ineffective after canceling computation time dialog.: MITK, Bugzilla.
Aug 2 2016, 10:15 AM · Bugzilla, MITK
norajitr added a comment to T18242: Otsu segmentation preview button ineffective after canceling computation time dialog..

Duplicate bug of 18278 which has been solved.

Aug 2 2016, 10:15 AM · Bugzilla, MITK
norajitr added a comment to T18167: Segmentation view image selectors can be brought to an inconsistent state..

The problem is located in the OnBinaryPropertyChanged() method, which is called only upon unchecking the segmentation binary property. The patient image uninentionally goes to the segmentation image selector due to its binary property. Then, the function returns prior to consideration of the segmentation image binary property swap.

Aug 2 2016, 10:15 AM · Auto-closed, MITK, Bugzilla
norajitr added projects to T18167: Segmentation view image selectors can be brought to an inconsistent state.: MITK, Bugzilla.
Aug 2 2016, 10:15 AM · Auto-closed, MITK, Bugzilla
norajitr added projects to T18166: Instant segmentation reinit requested on creation.: MITK, Bugzilla.
Aug 2 2016, 10:15 AM · Bugzilla, MITK
norajitr added a comment to T18165: Segmentation tools can not be enabled after segmentation node binary property re-change..

Can be solved by reinit on the segmentation and will be obsolete in the near future.

Aug 2 2016, 10:15 AM · Auto-closed, Bugzilla, MITK
norajitr added projects to T18165: Segmentation tools can not be enabled after segmentation node binary property re-change.: MITK, Bugzilla.
Aug 2 2016, 10:15 AM · Auto-closed, Bugzilla, MITK
norajitr added a comment to T18139: Crash in QmitkSegmentationView on binary and visibility property change..

The crash occurs because on visibility change, no data is selected in the segmentation image selector. For that case, a separate tool selection box check solves the issue.

Aug 2 2016, 10:14 AM · MITK (2014-10), Bugzilla
norajitr added a comment to T18139: Crash in QmitkSegmentationView on binary and visibility property change..

Moving to segmentation component as only QmitkSegmentationView is involved.

Aug 2 2016, 10:14 AM · MITK (2014-10), Bugzilla
norajitr added a comment to T17901: Crash in Region Growing Plug-in (Tutorial Step 9).

[7a6829]: Merge branch 'bug-17901-CrashInRegionGrowingPlugin'

Merged commits:

2014-09-24 16:51:32 Tobias Norajitra [ca5c5b]
Replace ImportItkImage by CastToMitkImage to allow out-of-scope memory management.

Aug 2 2016, 10:13 AM · Bugzilla, MITK
norajitr added a comment to T17901: Crash in Region Growing Plug-in (Tutorial Step 9).

Bug is solved. Closing.

Aug 2 2016, 10:13 AM · Bugzilla, MITK
norajitr added a comment to T17901: Crash in Region Growing Plug-in (Tutorial Step 9).

After region growing calculation, the result gets lost after conversion to mitk image when leaving scope. This is due to the remote memory management of ImportItkImage. Using CastToMitkImage instead solves the issue.

Aug 2 2016, 10:13 AM · Bugzilla, MITK
norajitr added a comment to T16698: Inconsistent state of mitk::PointSet, points cannot be removed.

[5a8670]: Merge branch 'bug-16698-FixPointRemovalInPointSetDataInteractor'

Merged commits:

2014-08-20 14:25:31 Tobias Norajitra [c51c68]
Comments removed.

Aug 2 2016, 10:09 AM · Bugzilla, MITK
norajitr added a comment to T16698: Inconsistent state of mitk::PointSet, points cannot be removed.

[a1597a]: Merge branch 'bug-16698-FixPointRemovalInPointSetDataInteractor'

Merged commits:

2014-09-17 14:51:20 Tobias Norajitra [7243f3]
mitk-data revision tag adjusted.

Aug 2 2016, 10:09 AM · Bugzilla, MITK
norajitr added a comment to T16698: Inconsistent state of mitk::PointSet, points cannot be removed.

Everything seems to work, so we can close this bug.

Aug 2 2016, 10:09 AM · Bugzilla, MITK
norajitr added a comment to T16698: Inconsistent state of mitk::PointSet, points cannot be removed.

Thanks for your fix, it seems to work fine for both the PointSetInteractor and the PointSetDataInteractor. I will push with the cherry-picked fix then.

Aug 2 2016, 10:09 AM · Bugzilla, MITK
norajitr added a comment to T16698: Inconsistent state of mitk::PointSet, points cannot be removed.

(In reply to Miklos Espak from comment #7)

Have you got the core change request affirmation?

Aug 2 2016, 10:09 AM · Bugzilla, MITK
norajitr added a comment to T16698: Inconsistent state of mitk::PointSet, points cannot be removed.

Hey Miklos,

Aug 2 2016, 10:09 AM · Bugzilla, MITK
norajitr added a comment to T16698: Inconsistent state of mitk::PointSet, points cannot be removed.

We are waiting for the core change request affirmation and see into merging the fix asap.

Aug 2 2016, 10:09 AM · Bugzilla, MITK
norajitr added a comment to T16698: Inconsistent state of mitk::PointSet, points cannot be removed.

This bug is indeed partially related to T15264 where according changes have been made with regard to the misuse-case within the point set interactor. The vtk mapper case should be resolved as stated. The else-case seems to be non-problematic as iterators are used to traverse the points container.

Aug 2 2016, 10:09 AM · Bugzilla, MITK
norajitr added a comment to T16461: Morphological operators non operational..

The interpolation deactivation on view change is regarded secondary here. Apart from that, the issue is solved.

Aug 2 2016, 10:08 AM · MITK (2014-10), Bugzilla
norajitr added a comment to T16461: Morphological operators non operational..

[4aebeb]: Merge branch 'bug-16461-integrationBranch'

Merged commits:

2013-11-20 18:59:31 Tobias Norajitra [88123f]
Preview and segmentation output value for in-region-voxels set to 1. Added entries to QmitkSlicesInterpolator::OnInterpolationMethodChanged() in order to disable 2d slice interpolation in the proper cases.

Aug 2 2016, 10:08 AM · MITK (2014-10), Bugzilla
norajitr added a comment to T16461: Morphological operators non operational..

New remote branch pushed: bug-16461-MorphologicalOperatorsNotFunctioning

Aug 2 2016, 10:08 AM · MITK (2014-10), Bugzilla
norajitr added a comment to T16461: Morphological operators non operational..

Can be reproduced as followed:

  1. Open an image, e.g. pic3D.nrrd
  2. Create a new segmentation within the segmentation plug-in.

2a. Use the 2D-slice interpolation for manually creating a 3D segmentation.
3a. Apply the Dilation or Fill Hole Operator to the newly created segmentation -> Crash.

Aug 2 2016, 10:08 AM · MITK (2014-10), Bugzilla
norajitr added a comment to T16461: Morphological operators non operational..

Reason for the morphological operator on otsu segmentation fail is that within the produced otsu segmentation, in-region-voxels do not have value 1 (but 255). The segmentation produced from the respective preview image is a result of itk::BinaryThresholdImageFilter application. Output in-region-voxel value has been set to 1 now.

Aug 2 2016, 10:08 AM · MITK (2014-10), Bugzilla
norajitr added projects to T16461: Morphological operators non operational.: MITK, Bugzilla.
Aug 2 2016, 10:08 AM · MITK (2014-10), Bugzilla
norajitr added a comment to T16461: Morphological operators non operational..

For the slice interpolation case, the crash occurs as the segmentation interpolation controller still observes changes on the segmentation after the segmentation view has been left. This can now be prevented by explicitly disabling the 2D slice interpolation ( according entries have been inserted in QmitkSlicesInterpolator::OnInterpolationMethodChanged() ). Nevertheless, automatically disabling slice interpolation on view change still has to be adressed.

Aug 2 2016, 10:08 AM · MITK (2014-10), Bugzilla
norajitr added a comment to T16420: Integration of Vigra into MITK.

New remote branch pushed: bug-16420-VigraTestIntegration

Aug 2 2016, 10:08 AM · Bugzilla, MITK
norajitr added a comment to T16420: Integration of Vigra into MITK.

New remote branch pushed: bug-16420-TestIntegrationOfVigra

Aug 2 2016, 10:08 AM · Bugzilla, MITK
norajitr added a comment to T16382: mitkPointSet interface lacks convenient last inserted element access..

[e19b63]: Merge branch 'bug-16382-PointSet-MaxId-InsertPoint-Test'

Merged commits:

2015-07-15 16:37:29 Tobias Norajitra [d9234f]
GetMaxId and InsertPoint testing cases added to mitkPointSetTestSuite.

Aug 2 2016, 10:08 AM · Bugzilla, MITK
norajitr added a comment to T16382: mitkPointSet interface lacks convenient last inserted element access..

New remote branch pushed: bug-16382-PointSetInterfaceExtension

Aug 2 2016, 10:08 AM · Bugzilla, MITK
norajitr added a comment to T16382: mitkPointSet interface lacks convenient last inserted element access..

[641dae]: Merge branch 'bug-16382-PointSetInterface-int0'

Merged commits:

2015-05-20 17:05:37 Tobias Norajitra [5773b3]
Point set interface extension.

Aug 2 2016, 10:08 AM · Bugzilla, MITK
norajitr added projects to T16382: mitkPointSet interface lacks convenient last inserted element access.: MITK, Bugzilla.
Aug 2 2016, 10:08 AM · Bugzilla, MITK
norajitr added a comment to T16382: mitkPointSet interface lacks convenient last inserted element access..

New remote branch pushed: bug-16382-PointSetInterfaceAdaptation

Aug 2 2016, 10:08 AM · Bugzilla, MITK
norajitr added a comment to T16382: mitkPointSet interface lacks convenient last inserted element access..

The PointSetInterfaceExtension branch is deprecated.

Aug 2 2016, 10:08 AM · Bugzilla, MITK
norajitr added a comment to T16242: Crosshair visualization does not correspond to index coordinates in status bar.

Seems to be fixed.

Aug 2 2016, 10:08 AM · Bugzilla, MITK
norajitr added projects to T16237: Confirmed button is active although no binary mask is selected in the otsu segmentation's region list.: MITK, Bugzilla.
Aug 2 2016, 10:07 AM · MITK (2016-11), Bugzilla
norajitr added a comment to T16133: Provide 4D support for 3D interpolation.

[bf92e1]: Merge branch 'bug-16133-3D-interpolation-4D-support'

Merged commits:

2015-04-08 14:31:58 Tobias Norajitra [75eeca]
COMP: check selected segmentation to prevent segmentation tool interaction test fail.

Aug 2 2016, 10:07 AM · MITK (2016-11), Bugzilla
norajitr added a comment to T16133: Provide 4D support for 3D interpolation.

[77b893]: Merge branch 'bug-16133-3D-interpolation-4D-support'

Merged commits:

2015-04-08 13:35:32 Tobias Norajitra [672035]
COMP: Const non-const assignment fix.

Aug 2 2016, 10:07 AM · MITK (2016-11), Bugzilla
norajitr added a comment to T16133: Provide 4D support for 3D interpolation.

[55a7eb]: Merge branch 'bug-16133-3D-interpolation-4D-support'

Merged commits:

2015-04-08 13:53:19 Tobias Norajitra [277a04]
COMP: signed - unsigned assignment fix.

Aug 2 2016, 10:07 AM · MITK (2016-11), Bugzilla
norajitr added a comment to T16133: Provide 4D support for 3D interpolation.

[8240ae]: Merge branch 'bug-16133-3D-interpolation-4D-support'

Merged commits:

2015-04-09 16:34:14 Tobias Norajitra [2963b8]
Merge branch 'bug-18865-SurfaceInterpolationControllerTest-4DsupportExtension' into bug-16133-3D-interpolation-4D-support

Aug 2 2016, 10:07 AM · MITK (2016-11), Bugzilla
norajitr added a comment to T16133: Provide 4D support for 3D interpolation.

[1df760]: Merge branch 'bug-16133-3D-interpolation-4D-support'

Merged commits:

2015-04-01 17:37:59 Tobias Norajitra [1eddc4]
Toggled surface segmentation invisible with regard to 3D+t-data.

Aug 2 2016, 10:07 AM · MITK (2016-11), Bugzilla
norajitr added a comment to T16133: Provide 4D support for 3D interpolation.

Checks for 3-dimensionality had to be adapted as 3d+t data were rejected otherwise. The issue has been solved using time selector output for check.

Aug 2 2016, 10:07 AM · MITK (2016-11), Bugzilla
norajitr added a comment to T16133: Provide 4D support for 3D interpolation.

On time step change, the interpolation pipeline of the SurfaceInterpolationController needs to be reset in order to handle different timesteps independently.

Aug 2 2016, 10:07 AM · MITK (2016-11), Bugzilla
norajitr added a comment to T16133: Provide 4D support for 3D interpolation.

Within the interpolation pipeline in the surfaceInterpolationController, the normal computation filter needs segmentation input for the proper timestep.

Aug 2 2016, 10:07 AM · MITK (2016-11), Bugzilla
norajitr added a comment to T16133: Provide 4D support for 3D interpolation.

mitkSurfaceInterpolationController has been extend in order to hold and organize contours for several timesteps. Furthermore, a time step member has been introduced. Surface interpolation will then be accessed via mitkSegTool2D (e.g. ::UpdateSurfaceInterpolation) and via QmitkSlicesInterpolator. Latter has been adjusted to properly set the newly created timestep member within the mitkSurfaceInterpolationController.

Aug 2 2016, 10:07 AM · MITK (2016-11), Bugzilla
norajitr added a comment to T15992: Conditional LevelWindowSlider deactivation test still to be written..

New remote branch pushed: bug-15992-ConditionalLevelWindowSliderDeactivationTest

Aug 2 2016, 10:06 AM · Bugzilla, MITK
norajitr added a comment to T15992: Conditional LevelWindowSlider deactivation test still to be written..

[9dfc2b]: Merge branch 'bug-15992-CondLvlWinSliderDeactivationTest'

Merged commits:

2013-09-04 19:05:17 Tobias Norajitra [e4c8a5]
mitkLevelWindowManagerTest extended by according test functions.

Aug 2 2016, 10:06 AM · Bugzilla, MITK
norajitr added projects to T15992: Conditional LevelWindowSlider deactivation test still to be written.: MITK, Bugzilla.
Aug 2 2016, 10:06 AM · Bugzilla, MITK
norajitr added a comment to T15855: Volume calculations via mitkHeightFieldSurfaceClipImageFilter and mitkGeometryClipImageFilter differ.

The mitk::GeometryClipImageFilter delivers wrong results. That is, it internally uses Geometry2D::IsAbove for voxel-wise clip decision where Geometry2D::IsAbove simply compares the voxels' z-world-coordinates against the Geometry2D::BoundingBox min-z-coordinate. In addition, Geometry2D is considered deprecated due to recent re-engineering of the geometry-concept.

Aug 2 2016, 10:06 AM · Bugzilla, MITK
norajitr added a comment to T15645: Deprecated mitk image API calls in mitkOverwriteSliceFilterTest..

Deprecated API calls have been replaced by using proper accessor class instances. Compare with T15640 for further explanations if needed.

Aug 2 2016, 10:05 AM · Bugzilla, MITK
norajitr added a comment to T15645: Deprecated mitk image API calls in mitkOverwriteSliceFilterTest..

New remote branch pushed: bug-15645-DeprecatedMitkImageAPICallsInMitkOverwriteSlicerFilterTest

Aug 2 2016, 10:05 AM · Bugzilla, MITK
norajitr added projects to T15645: Deprecated mitk image API calls in mitkOverwriteSliceFilterTest.: MITK, Bugzilla.
Aug 2 2016, 10:05 AM · Bugzilla, MITK
norajitr added a comment to T15640: Deprecated mitk image API calls in mitkExtractSliceFilterTest..

GetPixelValueByIndex() calls in mitkExtractSliceFilterTest belong to the deprecated part of the mitkImage class. Thus, they have been replaced by mitkPixelReadAccessor instantiations and the corresponding GetPixelByIndex() methods. Changes have successfully been tested on all supported platforms. Waiting for affirmative CoreModification flag in order to push the changes.

Aug 2 2016, 10:05 AM · Bugzilla, MITK
norajitr added a comment to T15640: Deprecated mitk image API calls in mitkExtractSliceFilterTest..

New remote branch pushed: bug-15640-DeprecatedMitkImageApiCallsInMitkExtractSliceFilterTest

Aug 2 2016, 10:05 AM · Bugzilla, MITK
norajitr added projects to T15640: Deprecated mitk image API calls in mitkExtractSliceFilterTest.: MITK, Bugzilla.
Aug 2 2016, 10:05 AM · Bugzilla, MITK