Hough Transform for Circle detection
Posted by YuriGagarine on Mar 21, 2014; 2:47pm
URL: http://imagej.273.s1.nabble.com/Hough-Transform-for-Circle-detection-tp5007033.html
Hi all,
I would like to code a Hough Transform algorithm for circle detection, I already coded for line detection and it works pefectly. I detect lines thanks to the "find maxima" function, I use it on the hough space which is a 2D image but now that I want to detect circle I need to create the hough space for circle detection which needs to be represented on a 3D image.
My question is : where can I find plugins which allow me to create 3D images and to find local maxima on a 3D image ?
What I mean by create a 3D images is to set the value of each voxel of this image.
Sorry for my english and thanks in advance.