> But I found there's no commonly used Qt widget for image display and interaction, not to mention a standard pipeline for 3D image processing.
Isn't VTK commonly used for this ? AFAIK it has multiple Qt widget integrations, including QVTKWidget : https://www.vtk.org/doc/nightly/html/classQVTKWidget.html ------- Jean-Michaël Celerier http://www.jcelerier.name On Tue, Mar 13, 2018 at 2:39 PM, 孫夏 <[email protected]> wrote: > Hello all, > > I am a student interested in participating in Google Summer of Code 2018 > with Qt. > > As a Qt user before, I used Qt as the UI framework to develop my > application in 3D medical image analysis and video processing. But I found > there's no commonly used Qt widget for image display and interaction, not > to mention a standard pipeline for 3D image processing. > > To my understanding, most 3D image jobs are done as multiple 2D image job. > So I would like to develop a Qt widget that could display and maintain a 3D > image dataset. Most commonly used interaction methods and possible APIs > should also be included. I want to make this widget a standard widget for > all common 2D/3D images and should include most image and video I/O, for > example, OpenCV and GDCM. > > I wonder whether this idea could be considered as a GSoC project. Or on > what points may I improve it? > > Thank you all. > > Best regards, > Xia Sun > > _______________________________________________ > Development mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/development > >
_______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
