The Insight Journal logo

An Optimized N-Dimensional Hough Filter for Detecting Spherical Image Objects

Mosaliganti, Kishore, Gelas, Arnaud, Cowgill, Paul, Megason, Sean
Harvard Medical School
Publication cover image

Please use this identifier to cite or link to this publication: http://hdl.handle.net/10380/3129
New: Prefer using the following doi: https://doi.org/10.54294/1jkcn3
Submitted by Kishore Mosaliganti on 2009-09-30 14:35:28.

An Insight Toolkit (ITK) algorithm for detection of spherical objects using Hough methods with voting is presented in this paper. Currently, the usage of Hough methods for detecting linear and circular elements exists for 2D images in ITK. The current work extends those filters in several ways. Firstly, the new filters operate on N-dimensional images. Secondly, they work in physical coordinates which is quite essential in medical imaging modalities. Thirdly, they are optimized (multi-threaded execution, stratified sampling etc.) for usage on large datasets and show a significant speedup even in 2D and on small images. Our implementation follows the same underlying mathematics of Hough transforms (as implemented by the 2D filters) but with some minor variations. The main variation lies in the pattern of voting that involves selecting voting regions easily and efficiently accessible to region iterators rather than cones that are difficult to generalize in higher dimensions. We include 2D example code, parameter settings and show the results generated on embryonic images of the zebrafish from optical microscopy.