![](http://i1.daumcdn.net/thumb/C148x148/?fname=https://blog.kakaocdn.net/dn/QBV2P/btqwCP785Op/L7zYKRHL3F7czLu93p3L3K/img.png)
#include #include #include #include using namespace std; using namespace cv; #define PI 3.1415926 int main() { Mat input = imread("road.jpg", IMREAD_GRAYSCALE); Mat contours; vector lines; // applying canny algorithm Canny(input, contours, 125, 350); /************* Probabilistic hough transform *************/ HoughLinesP(contours,// InputArray lines,// OutputArray 1,// rho PI / 180,// theta (ste..
영상처리/OpenCV
2019. 7. 8. 22:13
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- Line Detection
- segmentation
- bilateral filter
- hough transform
- pyrUp
- 캐니 엣지
- high pass filter
- canny
- Low pass filter
- gradient
- laplacian of gaussian
- Sobel
- black top hat
- equalizing
- OpenCV
- upsampling
- morphology
- adaptive thresholding
- dilation
- mean filter
- median filter
- morphological operation
- direction detection
- top hat
- pyrDown
- Filter
- difference of gaussian
- canny operator
- 영상처리
- erosion
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함