Page MenuHomePhabricator
Feed Advanced Search

Aug 2 2016

norajitr added projects to T15594: OtsuSegmentationTool ProgressBar to be added.: MITK, Bugzilla.
Aug 2 2016, 10:04 AM · Bugzilla, MITK
norajitr added projects to T15428: Otsu default level window.: MITK, Bugzilla.
Aug 2 2016, 10:04 AM · Bugzilla, MITK
norajitr added a comment to T15428: Otsu default level window..

New remote branch pushed: bug-15428-OtsuDefaultLevelWindow

Aug 2 2016, 10:04 AM · Bugzilla, MITK
norajitr added a comment to T15420: mitkOtsuSegmentationFilter reimplementation..

New remote branch pushed: bug-15420-mitkOtsuSegmentationFilterReimplementation

Aug 2 2016, 10:04 AM · Bugzilla, MITK
norajitr added projects to T15420: mitkOtsuSegmentationFilter reimplementation.: MITK, Bugzilla.
Aug 2 2016, 10:04 AM · Bugzilla, MITK
norajitr added a comment to T15368: Otsu segmentation crashes under windows.

[b61bf3]: Merge branch 'bug-15368-OtsuSegmentationCrash'

Merged commits:

2013-07-10 16:50:43 Tobias Norajitra [0fbd66]
Replaced itkImageImport in QmitkOtsuAction by GrabItkImageMemory

Aug 2 2016, 10:04 AM · MITK (2013-09), Bugzilla
norajitr added a comment to T15368: Otsu segmentation crashes under windows.

New remote branch pushed: bug-15368-OtsuSegmentationCrash

Aug 2 2016, 10:04 AM · MITK (2013-09), Bugzilla
norajitr added a comment to T15368: Otsu segmentation crashes under windows.

Problem was that mitk::ImportItkImage was used for itk-mitk-image conversion. Solved by replacing with mitk::GrabItkImageMemory.

Aug 2 2016, 10:04 AM · MITK (2013-09), Bugzilla
norajitr added a comment to F1005: OtsuResultImage.nrrd.

Proper otsu segmented image created before crash.

Aug 2 2016, 10:04 AM
norajitr added projects to T15366: GPU-based volume rendering non-functional on a certain (big) dataset.: MITK, Bugzilla.
Aug 2 2016, 10:04 AM · MITK (2013-09), Bugzilla
norajitr added a comment to T15368: Otsu segmentation crashes under windows.

Proper otsu segmented image created before crash.

Aug 2 2016, 10:04 AM · MITK (2013-09), Bugzilla
norajitr added a comment to T15368: Otsu segmentation crashes under windows.

No error is thrown during otsu filter execution. The crash occurs for reasons unknown within the vtkImageReslice filter which is invoked after completion of the otsu calculation. The crash does not occur in the redesigned otsu segmentation tool. Further investigation is required.

Aug 2 2016, 10:04 AM · MITK (2013-09), Bugzilla
norajitr added a comment to T15318: Multiple threshold otsu segmentation filter lacking in MITK..

New remote branch pushed: bug-15318-MultiThresholdOtsuFilterImplementation

Aug 2 2016, 10:03 AM · Bugzilla, MITK
norajitr added projects to T15318: Multiple threshold otsu segmentation filter lacking in MITK.: MITK, Bugzilla.
Aug 2 2016, 10:03 AM · Bugzilla, MITK
norajitr added a comment to T15264: PointSet size is missleading.

New remote branch pushed: bug-15264-PointSetInterfaceChanges

Aug 2 2016, 10:03 AM · Bugzilla, MITK
norajitr added a comment to T15264: PointSet size is missleading.

Removing dependency from 16698, as that bug can be solved independently from the point set changes.

Aug 2 2016, 10:03 AM · Bugzilla, MITK
norajitr added a comment to F1000: mitkPointSetBug-FileNames-1.jpg.

FileNames containing misuse cases.

Aug 2 2016, 10:03 AM
norajitr added a comment to T15263: PointSet cloning method is not working properly.

New remote branch pushed: bug-15263-PointSetCloningBug

Aug 2 2016, 10:03 AM · MITK (2013-09), Bugzilla
norajitr added a comment to T15264: PointSet size is missleading.

New remote branch pushed: bug-15264-PointSetMisuseProperInterfaceUse

Aug 2 2016, 10:03 AM · Bugzilla, MITK
norajitr added a comment to T15263: PointSet cloning method is not working properly.

Topic has been handled by determining the correct number of stored points. This is done by retrieving the index of the last point entry via iterator in the encapsuled itk map container.

Aug 2 2016, 10:03 AM · MITK (2013-09), Bugzilla
norajitr added a comment to T15264: PointSet size is missleading.

bug-15264-PointSetMisuseCorrection and bug-15264-PointSetMisuseProperInterfaceUse are deprecated.

Aug 2 2016, 10:03 AM · Bugzilla, MITK
norajitr added a comment to T15264: PointSet size is missleading.

FileNames containing misuse cases.

mitkPointSetBug-FileNames-1.jpg (852×1 px, 339 KB)

Aug 2 2016, 10:03 AM · Bugzilla, MITK
norajitr added a comment to T15263: PointSet cloning method is not working properly.

When points are set in the PointSet, but single indices are left out (as it is the case for index 0 in the example below), the left out points are nevertheless inserted as zero-Points (0,0,0). Consequently, problem arises during cloning within the mitk::PointSet copy c'tor: copying the stored points is performed times the number of only those points that got a valid index before (i.e. not of those left out index zero-Points). Then, there are more stored points than copy actions as the left-out indices do not count for copy, and not all stored points are duplicated.

Aug 2 2016, 10:03 AM · MITK (2013-09), Bugzilla
norajitr added a comment to T15171: Segmentation redesign: Otsu 3D tool.

Separation of segmentation functionality and data representation by integration of mitk::OtsuSegmentationFilter replacing hard-coded itk filter use plus some minor changes.

Aug 2 2016, 10:03 AM · Bugzilla, MITK
norajitr added projects to T15089: After performing deformable point set registration, the scalar type of the moving image changes to unsigned char.: MITK, Bugzilla.
Aug 2 2016, 10:03 AM · Bugzilla, MITK
norajitr added projects to T14929: Unsafe type conversion in cell visitor.: MITK, Bugzilla.
Aug 2 2016, 10:02 AM · Bugzilla, MITK
norajitr added a comment to T14929: Unsafe type conversion in cell visitor..

New remote branch pushed: bug-14929-UnsafeTypeConversionInCellVisitor

Aug 2 2016, 10:02 AM · Bugzilla, MITK
norajitr added a comment to T14929: Unsafe type conversion in cell visitor..

The issue is resolved.

Aug 2 2016, 10:02 AM · Bugzilla, MITK
norajitr added a comment to T14929: Unsafe type conversion in cell visitor..

Means, already in the master.

Aug 2 2016, 10:02 AM · Bugzilla, MITK
norajitr added projects to T14711: Volume visualization inoperable.: MITK, Bugzilla.
Aug 2 2016, 10:01 AM · MITK (2013-03), Bugzilla
norajitr added a comment to T14649: Add tooltip for interpolation choice.

[b7a71d]: Merge branch 'bug-14649-TooltipForInterpolation'

Merged commits:

2013-03-20 16:35:39 Tobias Norajitra [2a6d16]
Added tooltips.

Aug 2 2016, 10:01 AM · MITK (2013-03), Bugzilla
norajitr added a comment to T14649: Add tooltip for interpolation choice.

New remote branch pushed: bug-14649-TooltipForInterpolation

Aug 2 2016, 10:01 AM · MITK (2013-03), Bugzilla
norajitr added a comment to T14605: Statistics Bundle: No values when image and line is selected.

Image statistics for line profiles are now being calculated within the QmitkHistogramJSWidget based on an according extension of the mitkIntensityProfile. Tabular entries are then generated within a dedicated table view filling method.

Aug 2 2016, 10:01 AM · MITK (2015-05-2), Bugzilla
norajitr added a comment to T14605: Statistics Bundle: No values when image and line is selected.

[348417]: Merge branch 'bug-14605-StatisticsForLineProfiles-int0'

Merged commits:

2015-06-17 15:58:11 Tobias Norajitra [a7b22f]
Merge branch 'bug-14605-StatisticsForLineProfiles' into bug-14605-StatisticsForLineProfiles-int0

Aug 2 2016, 10:01 AM · MITK (2015-05-2), Bugzilla
norajitr added a comment to T14603: Otsu Threshold seems to have no effect.

Please add the data involved in bug evocation.

Aug 2 2016, 10:01 AM · MITK (2016-11), Bugzilla
norajitr added a comment to T14601: Image Statistic sometimes not working.

During image statistics calculation, an exception is thrown. This seems to happen in the itkListSampleToHistogramGenerator, supposedly as a consequence of itk::Statistics::Histogram::IncreaseFrequency(). Best guess at the moment is that a static container fails to work on large image data like CTLymphknotenInDerAchsel.pic.gz.

Aug 2 2016, 10:01 AM · MITK (2013-06), Bugzilla
norajitr added a comment to T14540: MITK undead..

Cannot be reproduced anymore...

Aug 2 2016, 10:01 AM · MITK (2013-03), Bugzilla
norajitr added projects to T14542: The known file extensions list in the open file dialog is lacking vti and pf file extensions.: MITK, Bugzilla.
Aug 2 2016, 10:01 AM · Bugzilla, MITK
norajitr added a comment to F956: MITKundead.png.

As the filename says.

Aug 2 2016, 10:01 AM
norajitr added a comment to T14540: MITK undead..

As the filename says.

MITKundead.png (1×1 px, 80 KB)

Aug 2 2016, 10:01 AM · MITK (2013-03), Bugzilla
norajitr added projects to T14540: MITK undead.: MITK, Bugzilla.
Aug 2 2016, 10:01 AM · MITK (2013-03), Bugzilla
norajitr added a comment to F954: binaryImageRenderingBug.png.

Erroneous binary image rendering.

Aug 2 2016, 10:01 AM
norajitr added a comment to T14497: MITK crashes on binary image rendering..

Erroneous binary image rendering.

binaryImageRenderingBug.png (1×1 px, 139 KB)

Aug 2 2016, 10:01 AM · MITK (2013-03), Bugzilla
norajitr added a comment to T14497: MITK crashes on binary image rendering..

Currently, the binary image rendering does not make mitk crash anymore, so this bug will be closed for now.

Aug 2 2016, 10:01 AM · MITK (2013-03), Bugzilla
norajitr added a comment to T14495: Multiple threshold otsu segmentation not being properly rendered anymore..

Supplement: the level window range has to be adjusted in order to visualize all regions of interest.

Aug 2 2016, 10:01 AM · MITK (2013-03), Bugzilla
norajitr added a comment to T14497: MITK crashes on binary image rendering..

Binary image not being rendered properly

Aug 2 2016, 10:01 AM · MITK (2013-03), Bugzilla
norajitr added a comment to T14495: Multiple threshold otsu segmentation not being properly rendered anymore..

Set the proper lut rendering property for multiple threshold otsu segmentation results.

Aug 2 2016, 10:01 AM · MITK (2013-03), Bugzilla
norajitr added projects to T14497: MITK crashes on binary image rendering.: MITK, Bugzilla.
Aug 2 2016, 10:01 AM · MITK (2013-03), Bugzilla
norajitr added a comment to F953: BinaryImage.nrrd.

Binary image not being rendered properly

Aug 2 2016, 10:01 AM
norajitr added a comment to T14495: Multiple threshold otsu segmentation not being properly rendered anymore..

New remote branch pushed: bug-14495-MultipleThresholdOtsuRenderingBug

Aug 2 2016, 10:01 AM · MITK (2013-03), Bugzilla
norajitr added a comment to T14495: Multiple threshold otsu segmentation not being properly rendered anymore..

[cd11b8]: Merge branch 'bug-14495-MultipleThresholdOtsuRenderingBug'

Merged commits:

2013-03-27 15:48:26 Tobias Norajitra [a52af5]
Level window range adjustments

Aug 2 2016, 10:01 AM · MITK (2013-03), Bugzilla
norajitr added a comment to T14495: Multiple threshold otsu segmentation not being properly rendered anymore..

[8cf6c4]: Merge branch 'bug-14495-MultipleThresholdOtsuRenderingBug'

Merged commits:

2013-03-20 16:33:32 Tobias Norajitra [4c0a14]
Set the right rendering property.

Aug 2 2016, 10:01 AM · MITK (2013-03), Bugzilla
norajitr added a comment to T14497: MITK crashes on binary image rendering..

Update on the problem: solving T8165 does not neccessarily prevent the zero pointer return. There are rumors that the crash was fixed on behalf of T12056. Still, the binary image rendering shows a very strange and unpredictable behaviour (for an example, see and try attachment).

Aug 2 2016, 10:01 AM · MITK (2013-03), Bugzilla
norajitr added projects to T14495: Multiple threshold otsu segmentation not being properly rendered anymore.: MITK, Bugzilla.
Aug 2 2016, 10:00 AM · MITK (2013-03), Bugzilla
norajitr added a comment to T14483: Wrong usage of vtkSmartPointer in mitk::ImageStatisticsCalculator.

[6bab0e]: Merge branch 'bug-14483-ImageStatisticsCalculatorVtkSmartPointerIssue'

Merged commits:

2014-02-12 16:23:37 Tobias Norajitra [c4989e]
Image mask member is assigned an image duplicate instead of the importer's output.

Aug 2 2016, 10:00 AM · Bugzilla, MITK
norajitr added a comment to T14483: Wrong usage of vtkSmartPointer in mitk::ImageStatisticsCalculator.

The test fail coming along with the proper smart point use goes back to the coupling of the vtkExporter's output bulk data to the internal image mask member of the ImageStatisticsCalculator via itkImporter. That is, after the exporter's deallocation through correct smart pointer reference counting, the member data is being allocated as well by the vtkExporter. The issue has been solved using a persistent image duplicate for the mask member.

Aug 2 2016, 10:00 AM · Bugzilla, MITK
norajitr added a comment to T14483: Wrong usage of vtkSmartPointer in mitk::ImageStatisticsCalculator.

(In reply to Tobias Norajitra from comment #5)

Aug 2 2016, 10:00 AM · Bugzilla, MITK
norajitr added a comment to T14306: [Dashboard] mitkImageGenerator test uses deprecated API.

Deprecated image API calls replaced.

Aug 2 2016, 10:00 AM · MITK (2016-11), Bugzilla
norajitr added a comment to T14306: [Dashboard] mitkImageGenerator test uses deprecated API.

[1fd8d5]: Merge branch 'bug-14306-mitkImageGeneratorDeprecatedImageAPI'

Merged commits:

2013-07-11 15:44:57 Tobias Norajitra [a9857d]
COMP: type specifier un-typenamed

Aug 2 2016, 10:00 AM · MITK (2016-11), Bugzilla
norajitr added a comment to T14306: [Dashboard] mitkImageGenerator test uses deprecated API.

[98c797]: Merge branch 'bug-14306-mitkImageGeneratorDeprecatedImageAPI'

Merged commits:

2013-07-03 17:56:06 Tobias Norajitra [c97b1b]
Additional Changes.

Aug 2 2016, 10:00 AM · MITK (2016-11), Bugzilla
norajitr added a comment to T14306: [Dashboard] mitkImageGenerator test uses deprecated API.

New remote branch pushed: bug-14306-mitkImageGeneratorDeprecatedImageAPI

Aug 2 2016, 10:00 AM · MITK (2016-11), Bugzilla
norajitr added a comment to T14179: Hide LevelWindowSlider if a lookuptable is set..

Testing implemented as part of bug-15992.

Aug 2 2016, 10:00 AM · MITK (2013-09), Bugzilla
norajitr added a comment to T14179: Hide LevelWindowSlider if a lookuptable is set..

[7e86fc]: Merge branch 'bug-14179-ConditionalLevelWindowSliderDeactivationFix'

Merged commits:

2013-10-09 15:22:42 Tobias Norajitra [2b84a8]
Added an additional property observer to the LevelWindowManager for the rendering mode property, LevelWindowManager::Update being the proper callback function.

Aug 2 2016, 10:00 AM · MITK (2013-09), Bugzilla
norajitr added a comment to T14179: Hide LevelWindowSlider if a lookuptable is set..

[6afc7b]: Merge branch 'bug-14179-ConditionalLevelWindowSliderDeactivationFix'

Merged commits:

2013-10-09 15:49:44 Tobias Norajitra [16c76e]
COMP: Uninitialized variable fix. Zero pointer return handled.

Aug 2 2016, 10:00 AM · MITK (2013-09), Bugzilla
norajitr added a comment to T14179: Hide LevelWindowSlider if a lookuptable is set..

Now, the level window slider is hidden if no image with an applicable level window is present within the data manager.

Aug 2 2016, 10:00 AM · MITK (2013-09), Bugzilla
norajitr added a comment to T14179: Hide LevelWindowSlider if a lookuptable is set..

New remote branch pushed: bug-14179-ConditionalLevelWindowSliderDeactivation

Aug 2 2016, 10:00 AM · MITK (2013-09), Bugzilla
norajitr added a comment to T14179: Hide LevelWindowSlider if a lookuptable is set..

Hiding the level window slider is done by adding a property observer to the LevelWindowManager for the "Image Rendering.Mode" property. The LevelWindowManager::Update function is used for callback, subsequently calling LevelWindowManager::SetAutoTopMostImage. Here, the level window slider is hidden (i.e. m_LevelWindowProperty not being set from NULL), if all relevant data nodes use non-level-window "Image Rendering.Mode" property values.

Aug 2 2016, 10:00 AM · MITK (2013-09), Bugzilla
norajitr added projects to T13974: Undo functionality on planar figures would be useful.: MITK, Bugzilla.
Aug 2 2016, 9:59 AM · Auto-closed, Pull Request, Bugzilla, MITK
norajitr added a comment to T13856: Levelwindow range is not reseted after Set Default is clicked.

Could not reproduce the bug. Please provide additional information.

Aug 2 2016, 9:59 AM · Bugzilla, MITK
norajitr added a comment to T13774: DICOM functionality in BlueBerry Custom Viewer Example is unavailable..

DICOM import button functionality has been reestablished. According implementations concerning file dialog, file selection and dicom import have consequently been added to the DicomView class. Adressing data manager import functionality, ongoing changes to QmitkDicomExternalDataWidget should be considered.

Aug 2 2016, 9:59 AM · Bugzilla, MITK
norajitr added a comment to T13775: Wrong level window tooltip is shown.

[9d10ac]: Merge branch 'bug-13775-LevelWindowTooltipAdjustmentsMade'

Merged commits:

2013-02-20 15:41:09 Tobias Norajitra [a3a9d3]
Adjustments made

Aug 2 2016, 9:59 AM · MITK (2013-03), Bugzilla
norajitr added a comment to T13774: DICOM functionality in BlueBerry Custom Viewer Example is unavailable..

New remote branch pushed: bug-13774-reestablish-custom-viewer-dicom-functionality

Aug 2 2016, 9:59 AM · Bugzilla, MITK
norajitr added a comment to T13775: Wrong level window tooltip is shown.

Inserted adequate tooltipping text in QmitkSliderLevelWindowWidget for the proper case (the cursor being inside the blue/gray part).

Aug 2 2016, 9:59 AM · MITK (2013-03), Bugzilla
norajitr added a comment to T13775: Wrong level window tooltip is shown.

New remote branch pushed: bug-13775-LevelWindowTooltipAdjustmentsMade

Aug 2 2016, 9:59 AM · MITK (2013-03), Bugzilla
norajitr added projects to T13774: DICOM functionality in BlueBerry Custom Viewer Example is unavailable.: MITK, Bugzilla.
Aug 2 2016, 9:59 AM · Bugzilla, MITK
norajitr added projects to T13769: Automatic render window initialization does not take place on loading data in the Custom Viewer Example.: MITK, Bugzilla.
Aug 2 2016, 9:59 AM · Bugzilla, MITK
norajitr added a comment to T13442: Clicking in 3d render window causes error (using measurement plugin).

Tried to reproduce. Now, the behavior has changed: clicking into the 3D renderwindow once while line tool is activated causes indefinite toolbar deactivation. Soon, the application will crash. To speed things up, just close mitk -> immediate crash.

Aug 2 2016, 9:58 AM · Bugzilla, MITK
norajitr added a comment to T13264: Invalid rendering geometry for saved projects containing images and planar figures..

After some discussion we have come to the conclusion that initializing rendering geometries is an issue that should be handled centrally, and that this bug therefore relies on T12954.

Aug 2 2016, 9:58 AM · Bugzilla, MITK
norajitr added projects to T13264: Invalid rendering geometry for saved projects containing images and planar figures.: MITK, Bugzilla.
Aug 2 2016, 9:58 AM · Bugzilla, MITK
norajitr added projects to T13256: Global reinit on closed render window view has no effect.: MITK, Bugzilla.
Aug 2 2016, 9:58 AM · MITK (2012-12), Bugzilla
norajitr added projects to T13192: Merge BlueBerry examples.: MITK, Bugzilla.
Aug 2 2016, 9:57 AM · MITK (2012-12), Bugzilla
norajitr added a comment to T13166: Image histogram calculation is erroneous..

In case of unclear reproducibility: load pic3D.nrrd, right-click on the corresponding datamanager node and choose Otsu-Segmentation from the context menu. In the appearing dialog, select five regions and confirm. Then open the statistics view, select the segmentation data node. The Histogram is shown and does e.g. not show all the values present in the segmentation image.

Aug 2 2016, 9:57 AM · MITK (2016-11), Bugzilla
norajitr added a comment to T13163: Measurement GUI disabled when deleting the PF DataNode before drawing the figure.

On windows, it crashes upon DataNode deletion.

Aug 2 2016, 9:57 AM · Bugzilla, MITK
norajitr added a comment to T13162: No statistics is calculated for the "line profile".

This bug is equivalent to T14605 and has been addressed there.

Aug 2 2016, 9:57 AM · Bugzilla, MITK
norajitr added projects to T13166: Image histogram calculation is erroneous.: MITK, Bugzilla.
Aug 2 2016, 9:57 AM · MITK (2016-11), Bugzilla
norajitr added a comment to T13153: Several tooltipping adjustments ought to be made..

New remote branch pushed: bug-13153-TooltippingAdjustments

Aug 2 2016, 9:57 AM · MITK (2013-03), Bugzilla
norajitr added a comment to T13153: Several tooltipping adjustments ought to be made..

For clarification: this bug relates to the Volume Visualization plugin.

Aug 2 2016, 9:57 AM · MITK (2013-03), Bugzilla
norajitr added a comment to T13153: Several tooltipping adjustments ought to be made..

[19b84e]: Merge branch 'bug-13153-TooltippingAdjustments'

Merged commits:

2013-02-20 15:04:07 Tobias Norajitra [419cab]
Tooltipping adjustments made.

Aug 2 2016, 9:57 AM · MITK (2013-03), Bugzilla
norajitr added a comment to T13093: Apply otsu segmentation for Pic3D with 6 regions of interest, only 5 different regions are generated..

Actually, all 6 regions of interest are generated. The rendered regions cannot be well differentiated though, as the difference in color is very subtle for two green rendered labels. An image showing the two different green regions is attached. Using another lut for false-color-imaging should be considered.

Aug 2 2016, 9:57 AM · MITK (2016-11), Bugzilla
norajitr added a comment to F895: Unbenannt.png.

Subtle color difference while rendering two different labels.

Aug 2 2016, 9:57 AM
norajitr added a comment to T13093: Apply otsu segmentation for Pic3D with 6 regions of interest, only 5 different regions are generated..

Subtle color difference while rendering two different labels.

Unbenannt.png (478×508 px, 5 KB)

Aug 2 2016, 9:57 AM · MITK (2016-11), Bugzilla
norajitr added a comment to T13038: For at least one confirmed file, the otsu segmentation result is not added to the data manager..

Actually, two different problems occur.

Aug 2 2016, 9:57 AM · MITK (2013-09), Bugzilla
norajitr added a comment to T13038: For at least one confirmed file, the otsu segmentation result is not added to the data manager..

New remote branch pushed: bug-13038-noOtsuSegmentationResult

Aug 2 2016, 9:57 AM · MITK (2013-09), Bugzilla
norajitr added projects to T13038: For at least one confirmed file, the otsu segmentation result is not added to the data manager.: MITK, Bugzilla.
Aug 2 2016, 9:57 AM · MITK (2013-09), Bugzilla
norajitr added projects to T13037: The rendering interaction freezes after deformation operations.: MITK, Bugzilla.
Aug 2 2016, 9:57 AM · MITK (2014-03), Bugzilla
norajitr added projects to T13035: Chosen the 2D interpolation in the segmentation view it is still possible to push the 3D interpolation accept button.: MITK, Bugzilla.
Aug 2 2016, 9:57 AM · MITK (2012-09), Bugzilla
norajitr added projects to T13029: Progress bar does not reflect the real time consumption for interpolation-based segmentation.: MITK, Bugzilla.
Aug 2 2016, 9:57 AM · Bugzilla, MITK
norajitr added a comment to T13025: Mesurements and Planarfigures have wrong offsets on 2D Data.

[7939a2]: Merge branch 'bug-13025-LackOfReinitFunctionalityOn2DImages'

Merged commits:

2012-09-26 15:50:01 Tobias Norajitra [b6d4f2]
Changed the interface of OpenRenderWindowPart() to provide programmer's choice for editor activation.

Aug 2 2016, 9:57 AM · MITK (2012-09), Bugzilla
norajitr added a comment to T13025: Mesurements and Planarfigures have wrong offsets on 2D Data.

This bug can be seperated into two bugs:

Aug 2 2016, 9:57 AM · MITK (2012-09), Bugzilla
norajitr added a comment to T13025: Mesurements and Planarfigures have wrong offsets on 2D Data.

After some discussion we have come to the conclusion that initializing rendering geometries is an issue that should be handled centrally, and that this bug therefore relies on T12954.

Aug 2 2016, 9:57 AM · MITK (2012-09), Bugzilla