I wrote a piece of code that needs to be optimized. Just felt like checking with community to see if that code is indeed optimal. It fills up the accumulator for the Hough transform. I actually just c
I\'m trying to implement the Cascaded Hough Transform (I have already implemented the \'normal\' version.) but I\'m having trouble understanding the following:
The OpenCV library is great. Most functions have the required functionality, however, I would like to modify some of the functions and recompile so that it fits my specific needs. how would we recompi
I\'m using the Hough transform in OpenCV to detect lines. However, I know in advance that I only need lines within a very limited range of angles (about 10 degrees or so). I\'m doing this in a very pe
I wrote the code for hough transformation and it works well. Also I can crop the eye location of a face. Now I want to detect the iris of the crop image with applying the Hough transfor开发者_如何学编
After detecting the lines in an image using Hough lines, ho开发者_JAVA技巧w can I use it to calculate the change in angle (rotation) of the lines of a reference image?Note to readers: This is a follow
I am successfully able to detect hair strands in an image as lines. I see that the output image detects each hair as line. I use cvHou开发者_JAVA技巧ghLines2() with method parameter as CV_HOUGH_PROBAB