[vtkusers] Does VTK support editing image?
Liu_tj
tjlp at netease.com
Thu Mar 3 19:59:33 EST 2016
Hi, Dean,
Thanks for your instruction.I will try it.
BR,
Liu Peng
在2016-03-04,"DL I" <inglis.dl at gmail.com> 写道: -----原始邮件-----
发件人:"DL I" <inglis.dl at gmail.com>
发送时间:2016年03月4日 星期五
收件人:"Liu_tj" <tjlp at netease.com>
抄送:"vtkusers" <vtkusers at vtk.org>
主题:Re: [vtkusers] Does VTK support editing image?
Hi,
Kitware used to have vtkEdge, which had paintbrush widgets: http://www.vtkedge.org/.
Apparently it is no longer supported, but perhaps others on the list will know where
those classes ended up (maybe in VolView ?)
Painting on an image could be done in VTK with its existing classes:
- create an image using your source image on a vtkImageCanvasSource2D
- pass the canvas source to a vtkImageActor to view in a renderer
- capture the vtkRenderWindowiIteractor mouse events and update the canvas
accordingly using your own custom vtkCommand callbacks
- Dean
- Dean
On Wed, Mar 2, 2016 at 8:02 PM, Liu_tj <tjlp at netease.com> wrote:
Hi,
I load DICOM series and display it on vtkRenderWindow. Now I want to do some minor editing on the image, just like using paintbrush to draw some points or line on it. Does VTK provide such function?
Thanks
Liu Peng
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
Search the list archives at: http://markmail.org/search/?q=vtkusers
Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/vtkusers
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20160304/9a54ab68/attachment.html>
More information about the vtkusers
mailing list