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