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