19. Canny operator
#include #include #include #include using namespace std; using namespace cv; #define PI 3.1415926 class EdgeDetector { private: // original image Mat img; // 16-bit signed int image Mat sobel; // Aperture size of the Sobel kernel int aperture; // Sobel magnitude Mat sobelMagnitude; // Sobel orientation Mat sobelOrientation; public: EdgeDetector() : aperture(3) {} // Set the aperture size of the ..
영상처리/OpenCV
2019. 6. 12. 23:25
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- erosion
- difference of gaussian
- pyrDown
- laplacian of gaussian
- bilateral filter
- canny operator
- Filter
- morphology
- median filter
- gradient
- equalizing
- hough transform
- adaptive thresholding
- top hat
- morphological operation
- 영상처리
- direction detection
- OpenCV
- canny
- segmentation
- upsampling
- 캐니 엣지
- Line Detection
- high pass filter
- mean filter
- Sobel
- Low pass filter
- dilation
- pyrUp
- black top hat
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함