Jul-24-2018, 12:31 PM
Hello everybody, I need your help !
I've been searching for 2 days how can I use the tranform of Hough (circles on 2D image). For this i need to use itk because my image is in the format .mha.
I have already tried something like :
May someone have an idea for this problem ?
Hakoo'

I've been searching for 2 days how can I use the tranform of Hough (circles on 2D image). For this i need to use itk because my image is in the format .mha.
I have already tried something like :
HoughFilter = itk.HoughTransform2DCirclesImageFilter.New() HoughFilter.SetInput(MyLastImage) HoughFilter.SetNumberOfCircles(2) HoughFilter.Update() Im1 = HoughFilter.GetOutput() Im1.show()But nothing works, I am searching on the internet but i don't find anything...
May someone have an idea for this problem ?

Hakoo'