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