Hi Rostislav,
I would also vote for the last topic (progress bar for mitk files).
This should enhance usibility for everyone!
;) Best,
Ingmar
Gesendet: Donnerstag, 07. August 2014 um 17:33 Uhr
Von: "Rostislav Khlebnikov" <[email protected]>
An: mitk-users <[email protected]>
Betreff: [mitk-users] List of potential contributions
Von: "Rostislav Khlebnikov" <[email protected]>
An: mitk-users <[email protected]>
Betreff: [mitk-users] List of potential contributions
Dear all,
now that I have implemented several changes to MITK that I needed I
would like to know what the community thinks about those changes and
whether they want them to be integrated to main MITK - I will prepare
the pull requests in case people are interested. Some are really tiny :)
- (Pull request preparation in progress) Data manager using
QSortFilterProxyModel for filtering the data nodes - this fixes some
problems with layers not being assigned correctly for hidden nodes and
adds more flexibility by avoiding the hard-coding of predicates used to
determine if the node needs to be shown. This also allows adding the
notion of "hidden nodes" which are hidden from the data manager, but
unlike "helper object" nodes are saved to the MITK scene file.
- (Pull request preparation in progress) CGAL-based mitk::Surface
slicing for 2D rendering - improves the rendering performance significantly.
- Planar figure features for mitk::PlanarEllipse (2 radii, circumference
and area) and mitk::PlanarCircle (circumference)
- Undo/redo on planar figures. This also includes refactoring of the
planar figure code where the number of control points wasn't equal to
the length of the list of control points. This was needed for figure
placement to specify the number of points that had to be created on the
first click. This caused a lot of confusion for me and seems very
unnatural to me. I added a GetPlacementNumberOfControlPoints() method to
resolve this issue. http://bugs.mitk.org/show_bug.cgi?id=13974.
- Property to instruct mitkImageVTKMapper2D to render gradient magnitude
instead of an actual image without preparing full 3D gradient magnitude
image. Uses vtkImageGradientMagnitude filter and
vtkImageHistogramStatistics to set the gradient magnitude to color mapping.
- Add steps to progress bar for loading of base data objects when
loading MITK scene file - makes the loading process feel more responsive.
So as you can see, I will prepare the pull requests for the first two -
let me know if you are interested in the rest.
Rostislav.
------------------------------------------------------------------------------
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls.
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users
now that I have implemented several changes to MITK that I needed I
would like to know what the community thinks about those changes and
whether they want them to be integrated to main MITK - I will prepare
the pull requests in case people are interested. Some are really tiny :)
- (Pull request preparation in progress) Data manager using
QSortFilterProxyModel for filtering the data nodes - this fixes some
problems with layers not being assigned correctly for hidden nodes and
adds more flexibility by avoiding the hard-coding of predicates used to
determine if the node needs to be shown. This also allows adding the
notion of "hidden nodes" which are hidden from the data manager, but
unlike "helper object" nodes are saved to the MITK scene file.
- (Pull request preparation in progress) CGAL-based mitk::Surface
slicing for 2D rendering - improves the rendering performance significantly.
- Planar figure features for mitk::PlanarEllipse (2 radii, circumference
and area) and mitk::PlanarCircle (circumference)
- Undo/redo on planar figures. This also includes refactoring of the
planar figure code where the number of control points wasn't equal to
the length of the list of control points. This was needed for figure
placement to specify the number of points that had to be created on the
first click. This caused a lot of confusion for me and seems very
unnatural to me. I added a GetPlacementNumberOfControlPoints() method to
resolve this issue. http://bugs.mitk.org/show_bug.cgi?id=13974.
- Property to instruct mitkImageVTKMapper2D to render gradient magnitude
instead of an actual image without preparing full 3D gradient magnitude
image. Uses vtkImageGradientMagnitude filter and
vtkImageHistogramStatistics to set the gradient magnitude to color mapping.
- Add steps to progress bar for loading of base data objects when
loading MITK scene file - makes the loading process feel more responsive.
So as you can see, I will prepare the pull requests for the first two -
let me know if you are interested in the rest.
Rostislav.
------------------------------------------------------------------------------
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls.
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users
------------------------------------------------------------------------------ Want fast and easy access to all the code in your enterprise? Index and search up to 200,000 lines of code with a free copy of Black Duck Code Sight - the same software that powers the world's largest code search on Ohloh, the Black Duck Open Hub! Try it now. http://p.sf.net/sfu/bds
_______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
