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
'컴퓨터비전' 카테고리의 다른 글
[OpenCV] PCA (Principal Component Analysis), 주성분 분석이란 무엇일까? (0) | 2022.07.18 |
---|---|
[Python/OpenCV] 디렉터리에서 이미지 데이터셋 가져와 .npy 로 저장하기 (0) | 2022.05.10 |
[Python/OpenCV] Perspective Transform(투시 변환) (0) | 2022.05.06 |
[Python/OpenCV] Affine Transform (0) | 2022.05.06 |
[C++/Opencv] Equilvalence table Labeling (0) | 2022.03.07 |