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
- high pass filter
- Filter
- canny
- hough transform
- pyrDown
- adaptive thresholding
- laplacian of gaussian
- top hat
- OpenCV
- Low pass filter
- canny operator
- dilation
- Line Detection
- erosion
- bilateral filter
- median filter
- black top hat
- 영상처리
- difference of gaussian
- morphology
- upsampling
- segmentation
- equalizing
- direction detection
- 캐니 엣지
- Sobel
- pyrUp
- morphological operation
- mean filter
- gradient
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
글 보관함