15. Morphological operations
#include #include #include #include using namespace std; using namespace cv; int main() { Mat cow_binary = imread("cow_binary.bmp", IMREAD_GRAYSCALE); Mat castle_grayScale = imread("castle_original.jpg", IMREAD_GRAYSCALE); Mat book_grayScale = imread("book_original.jpg", IMREAD_GRAYSCALE); Mat eroded, dilated, opened, closed; Mat gradient, black_top_hat; Mat structuringElement_5x5 = Mat(5, 5, CV..
영상처리/OpenCV
2019. 5. 26. 16:54
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- canny
- 영상처리
- difference of gaussian
- median filter
- dilation
- black top hat
- morphology
- high pass filter
- pyrUp
- segmentation
- equalizing
- 캐니 엣지
- top hat
- Low pass filter
- morphological operation
- OpenCV
- gradient
- bilateral filter
- erosion
- hough transform
- mean filter
- adaptive thresholding
- direction detection
- pyrDown
- laplacian of gaussian
- Filter
- Sobel
- Line Detection
- upsampling
- canny operator
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함