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