[ITK-users] zoom image content

Dženan Zukić dzenanz at gmail.com
Thu Feb 11 11:20:12 EST 2016


Hi Filippo,

depending on what kind of enlargement you want, you might use resample
filter
<http://www.itk.org/Doxygen/html/classitk_1_1ResampleImageFilter.html>, dilate
filter
<http://www.itk.org/Doxygen/html/classitk_1_1BinaryDilateImageFilter.html>,
or do some manual hacking of the image's metadata (double the image
spacing, reduce the LargestPossibleRegion and possibly shift its center).

HTH,
Dženan

On Thu, Feb 11, 2016 at 2:20 AM, Filippo Brogi <filippo.brogi at topic.nl>
wrote:

> Hello everyone.
> As a result of a 2D segmentation I get a binary image with the segmented
> part in white. I would like to enlarge the white part by a scalar factor,
> without changing the size the image. Is it possible? Thanks in advance.
>
>
>
> --
> View this message in context:
> http://itk-users.7.n7.nabble.com/zoom-image-content-tp36768.html
> Sent from the ITK - Users mailing list archive at Nabble.com.
> _____________________________________
> 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/20160211/23e41302/attachment.html>


More information about the Insight-users mailing list