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