# Blob Detection

**URL:** https://discourse.itk.org/t/blob-detection/5299
**Category:** Algorithms
**Tags:** segmentation, simpleitk
**Created:** [August 27, 2022, 5:45am UTC](https://discourse.itk.org/t/blob-detection/5299 "2022-08-27T05:45:47Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Mahdiye\_Imanpanah](https://discourse.itk.org/user_avatar/discourse.itk.org/mahdiye_imanpanah/32/1851_2.png) [@Mahdiye\_Imanpanah](https://discourse.itk.org/u/Mahdiye_Imanpanah)
#### Post date: [August 27, 2022, 5:45am UTC](https://discourse.itk.org/t/blob-detection/5299/1 "2022-08-27T05:45:47Z")

</div>

Hi everybody  
I want to develop a method to detect shapes in the images(for example blobs).  
I’ve found Hough-Transform to reach this goal, but I can’t find it in SimpleItk.  
Does SimpleItk support Hough-Transform?  
If it doesn’t, how can I detect shapes in SimpleItk?  
I’ll be so grateful if you help me.

---

<div class="post-metadata">

### Author: ![zivy](https://discourse.itk.org/user_avatar/discourse.itk.org/zivy/32/1726_2.png) [@zivy](https://discourse.itk.org/u/zivy)
#### Post date: [August 29, 2022, 12:46pm UTC](https://discourse.itk.org/t/blob-detection/5299/2 "2022-08-29T12:46:45Z")

</div>

Hello @Mahdiye_Imanpanah,

The ITK [HoughTransform2DCirclesImageFilter](https://itk.org/Doxygen/html/classitk_1_1HoughTransform2DCirclesImageFilter.html) is currently not included in SimpleITK.

To request that it be added to SimpleITK, please create a feature request on the [toolkit’s issue tracker](https://github.com/SimpleITK/SimpleITK/issues).
