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