본문 바로가기
  • AI 개발자가 될래요
컴퓨터비전

[C++/OpenCV] 허프 변환

by 꿀개 2022. 3. 10.

https://github.com/SanhoLee/opencvFuntion/blob/master/HoughLines_complex.cpp

 

GitHub - SanhoLee/opencvFuntion

Contribute to SanhoLee/opencvFuntion development by creating an account on GitHub.

github.com

 

https://docs.opencv.org/3.4/d9/db0/tutorial_hough_lines.html

 

OpenCV: Hough Line Transform

Prev Tutorial: Canny Edge Detector Next Tutorial: Hough Circle Transform Goal In this tutorial you will learn how to: Theory NoteThe explanation below belongs to the book Learning OpenCV by Bradski and Kaehler. Hough Line Transform The Hough Line Transform

docs.opencv.org

 

https://diyver.tistory.com/100

 

[C++ opencv] 허프변환을 이용하여 직선 검출하기, HoughLines

본문 목표 영상처리에 있어서 직선 검출이 필요한 상황이 있다. 이런 경우에 허프변환을 통해서 직선을 검출할 수 있는데, OpenCV 에서는 어떻게 사용하는지 알아보자. 키워드 : Hough transform Line 알

diyver.tistory.com