일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 빅 데이터
- Artificial Intelligence
- No SQL
- R
- data science
- Machine Learning
- 김양재
- 확률
- WebGL
- MongoDB
- 몽고디비
- 빅데이터
- probability
- 통계
- Big Data
- Statistics
- node.js
- 김양재 목사님
- 빅 데이타
- 딥러닝
- Deep learning
- openCV
- c++
- nodeJS
- 김양재 목사
- 주일설교
- 인공지능
- 빅데이타
- 데이터 과학
- 우리들교회
Archives
- Today
- Total
목록box 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