[ITK-users] Which iterator to use for spherical or cylindrical neighborhood

Jonas Teuwen jonasteuwen at gmail.com
Sat Jul 29 12:01:34 EDT 2017


Hi all,

I have point annotations in images which can be a little bit 'off center',
a solution would be to find the maximum in a spherical or cylindrical
region. For instance, if I have annotation, (a,b, c) I would want (x - a)^2
+ (y - b)^2 <= some radius and |z - c| < height or  (x - a)^2 + (y - b)^2
 + (z - c)^2 <= some radius.

I know I can use MinimumMaximumFilter for this, but how do I find this in
the requested neighborhood?

Best,
Jonas Teuwen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/insight-users/attachments/20170729/2401f43b/attachment.html>


More information about the Insight-users mailing list