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