일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- probability
- 확률
- 주일설교
- Machine Learning
- 딥러닝
- node.js
- openCV
- 우리들교회
- Artificial Intelligence
- R
- 빅 데이타
- 빅데이타
- 인공지능
- 빅 데이터
- data science
- 몽고디비
- WebGL
- 김양재
- Big Data
- MongoDB
- 김양재 목사
- 데이터 과학
- Statistics
- c++
- 통계
- 김양재 목사님
- 빅데이터
- Deep learning
- nodeJS
Archives
- Today
- Total
목록putText (1)
Scientific Computing & Data Science
[OpenCV] putText 함수를 이용한 Text 출력
[cv::putText 함수의 Prototype]//! renders text string in the image CV_EXPORTS_W void putText( Mat& img, const string& text, Point org, int fontFace, double fontScale, Scalar color, int thickness=1, int lineType=8, bool bottomLeftOrigin=false ); [Source Code]123456789101112131415161718192021222324252627282930313233343536#include "stdafx.h"#include "opencv2/opencv.hpp" using namespace cv; int _tmain(..
Programming/OpenCV
2015. 3. 17. 01:12