<div dir="ltr">Hi all,<div><br>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.</div><div><br>I know I can use MinimumMaximumFilter for this, but how do I find this in the requested neighborhood?</div><div><br></div><div>Best,</div><div>Jonas Teuwen</div></div>