line extration in opencv_contrib
I need detect lines in a image. And I find the line_extraction methods in opencv_contrib. But related cpp files in opencv_contrib cannot be compiled correctly. What should I do? Apart from Hough Transfom, could you recommend some good methods to detect lines? Thanks.