[Insight-users] Blank Voronoi Map using binary image with 5 seeds
Matt McCormick
matt.mccormick at kitware.com
Wed Aug 7 14:47:55 EDT 2013
Hi Jonathan,
Some Git foo tips for finding the log:
git blame ./Modules/Filtering/DistanceMap/include/itkDanielssonDistanceMapImageFilter.hxx
will show:
597cab65 Modules/Filtering/DistanceMap/include/itkDanielssonDistanceMapImageFilter.hxx
(Dirk Padfield 2012-10-14 15:55:02 -0400 177) ot.Set(npt);
Then,
git show 597cab65
Shows Dirk's commit message (which has a nice description) and the
changes that were made.
If there are further improvements or bug fixes that you find, please
do not hesitate to submit a patch[1].
Thanks,
Matt
[1] http://insightsoftwareconsortium.github.io/ITKBarCamp-doc/CommunitySoftwareProcess/SubmitAPatchToGerrit/index.html
On Wed, Aug 7, 2013 at 8:10 AM, Jonathan Guinet
<jonathan.guinet at gmail.com> wrote:
> Dear alls,
>
> i'm using "DanielssonDistanceMapImageFilter" to process binary image with 5
> seed,
>
> i got a correct distance map but using ITK v4 VoronoiMap output is blank
>
>
> due to change at this line :
>
> http://itk.org/gitweb?p=ITK.git;a=blob;f=Modules/Filtering/DistanceMap/include/itkDanielssonDistanceMapImageFilter.hxx;h=074943b99e7652286b3d5a3b2967e19af4606d6d;hb=074943b99e7652286b3d5a3b2967e19af4606d6d#l177
>
> (npt++ in ITK v3 ) Voronoi map is initialized with 1 value for all seeds,
>
>
> do you know if this change have been logged ?
>
> Thanks
>
> Jonathan
>
> _____________________________________
> 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://www.itk.org/mailman/listinfo/insight-users
>
More information about the Insight-users
mailing list