[ITK-users] Paint Brush Button

Jon Haitz Legarreta jhlegarreta at vicomtech.org
Thu Mar 3 04:21:47 EST 2016


Hi Abdelkhalek,
in order to select a region of interest, you can have a look at
itk::ExtractImageFilter [1] [2] and vtkExtractVOI [3]. If you do not wish
to change the dimension of the output image, you can have a look at
itk::RegionOfInterestImageFilter [4].

HTH,
JON HAITZ


[1] http://www.itk.org/Doxygen/html/classitk_1_1ExtractImageFilter.html
[2] http://itk.org/Wiki/ITK/Examples/ImageProcessing/ExtractImageFilter
[3] http://www.vtk.org/doc/nightly/html/classvtkExtractVOI.html
[4]
http://www.itk.org/Doxygen/html/classitk_1_1RegionOfInterestImageFilter.html




On 3 March 2016 at 09:18, Abdelkhalek Bakkari <
bakkari.abdelkhalek at hotmail.fr> wrote:

>
> Hi !
>
> I would like to add a Paint brush button to my interface.  Its
> functionalities are :
>
> - To select a region of interest using the mouse and to color it from a 2D
> slice.
> - To show the region of interest in a 3D view.
>
> My question is :
>
> Which ITK and VTK functions I have to adopt in this case.
>
> Best regards,
>
> Abdelkhalek Bakkari
> Ph.D candidate in Computer Science
> Institute of Applied Computer Science
> Lodz University of Technology, Poland
>
>
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://www.kitware.com/products/protraining.php
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/insight-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/insight-users/attachments/20160303/cca65eee/attachment.html>


More information about the Insight-users mailing list