What is the particular implementation of Probabilistic Hough Transform in OpenCV?
问题 Does anyone know the particular algorithm for Probabilistic Hough Transform in the OpenCV's implementation? I mean, is there a reference paper or documentation about the algorithm? To get the idea, I can certainly look into the source code, but I wonder if there is any documentation about it. -- it's not in the source code's comments (OpenCV 1.0). Thank you! -Jin 回答1: Here's an article about the Randomized Hough Transform which i believe to be the same as the "probabilistic Hough transform"