20. Hough Transform
#include #include #include #include using namespace std; using namespace cv; #define PI 3.1415926 int main() { Mat image = imread("road.jpg", IMREAD_GRAYSCALE); // Apply Canny algorithm Mat contours; Canny(image, contours, 125, 350); //*************** Basic hough transform *************** // Mat BasicHoughTransform; image.copyTo(BasicHoughTransform); // Hough transform for line detection vector ..
영상처리/OpenCV
2019. 7. 6. 23:31
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- mean filter
- equalizing
- black top hat
- upsampling
- 영상처리
- Line Detection
- hough transform
- direction detection
- erosion
- segmentation
- pyrUp
- Filter
- pyrDown
- difference of gaussian
- 캐니 엣지
- canny operator
- gradient
- OpenCV
- bilateral filter
- top hat
- adaptive thresholding
- laplacian of gaussian
- morphology
- morphological operation
- high pass filter
- Low pass filter
- dilation
- canny
- median filter
- Sobel
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
글 보관함