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