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