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