Hough transform problem Edge detection
Posted by
Nizar SGHAIER on
Dec 05, 2014; 3:01pm
URL: http://imagej.273.s1.nabble.com/Hough-transform-problem-Edge-detection-tp5010786.html
Hello all,
I have to detect edges and measure distances between them, so I have proceed as follows :
1- convert the image to 8 bits image, crop the image
2- run a median filter
3- run the canny edge detector
4- enhance the contrast
but I didn't find any plugin on internet to perform the Hough transform to detect edges, but a found a java source with a complied jar file to show how it work I used thir executable jar file to detect edges of my processed image and it worked.
So i'am trying to impliment this java source code into my imageJ plugin filter but I didn't succeed.
Does anybody has a ready plugin to perform Hough transform for edge detection or can anone help me to impliment my java code source into imagej I would be thankful.
Cheers
--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html