11. Laplacian
#include #include #include #include using namespace std; using namespace cv; class myLaplacian { private: // laplacian Mat laplace; // size of the laplacian kernel int kernelSize; public: myLaplacian() : kernelSize(3) {} // Set size of the kernel void setKernelSize(int inputAperture) { kernelSize = inputAperture; } // computer the floating point Laplacian Mat computeLaplacian(const Mat& inputIma..
영상처리/OpenCV
2019. 5. 2. 22:12
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- pyrUp
- Sobel
- dilation
- gradient
- median filter
- canny operator
- mean filter
- equalizing
- Filter
- laplacian of gaussian
- upsampling
- black top hat
- Low pass filter
- pyrDown
- hough transform
- bilateral filter
- Line Detection
- OpenCV
- segmentation
- morphology
- top hat
- erosion
- 영상처리
- high pass filter
- morphological operation
- 캐니 엣지
- difference of gaussian
- canny
- adaptive thresholding
- direction detection
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함