일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 주일설교
- 김양재 목사님
- No SQL
- 빅 데이타
- 우리들교회
- 빅 데이터
- c++
- openCV
- nodeJS
- 인공지능
- Deep learning
- 김양재
- Artificial Intelligence
- 데이터 과학
- 몽고디비
- node.js
- probability
- R
- 빅데이터
- 확률
- MongoDB
- 통계
- 김양재 목사
- 딥러닝
- Machine Learning
- data science
- 빅데이타
- WebGL
- Big Data
- Statistics
Archives
- Today
- Total
목록median filter (1)
Scientific Computing & Data Science
[OpenCV] Image Filtering
[Theory]wheref(i+k, j+l) : source imageh(k, l) : kernelg(i, j) : filtered image [File Types]Box FilterGaussian FilterMedian FilterBilateral Filter : refer to this link [Source Code]#include "stdafx.h" #include "opencv2/imgproc/imgproc.hpp" #include "opencv2/highgui/highgui.hpp" using namespace std; using namespace cv; // Global Variables int DELAY_CAPTION = 1500; int DELAY_BLUR = 100; int MAX_KE..
Programming/OpenCV
2015. 3. 21. 02:00