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