일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- c++
- probability
- 주일설교
- MongoDB
- 빅데이타
- R
- Statistics
- 김양재 목사
- 김양재
- node.js
- 몽고디비
- data science
- Artificial Intelligence
- Machine Learning
- No SQL
- WebGL
- 빅 데이타
- 김양재 목사님
- 딥러닝
- 확률
- 빅 데이터
- 빅데이터
- 통계
- 우리들교회
- 데이터 과학
- nodeJS
- openCV
- Deep learning
- Big Data
- 인공지능
Archives
- Today
- Total
목록resize (1)
Scientific Computing & Data Science
[OpenCV] resize 함수를 이용하여 이미지 사이즈 조정하기
PrototypeCV_EXPORTS_W void resize( InputArray src, OutputArray dst, Size dsize, double fx=0, double fy=0, int interpolation=INTER_LINEAR ); Example Code123456789101112131415161718192021222324252627282930313233343536#include "stdafx.h"#include "opencv2/imgproc/imgproc.hpp"#include "opencv2/highgui/highgui.hpp"#include #include #include using namespace cv; /// Global variablescv::Mat src, dst;char..
Programming/OpenCV
2015. 4. 1. 00:07