| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
- 확률
- R
- openCV
- 빅데이터
- 주일설교
- 우리들교회
- MongoDB
- Machine Learning
- No SQL
- Big Data
- 통계
- Statistics
- 김양재
- nodeJS
- 인공지능
- c++
- 김양재 목사
- 빅데이타
- probability
- 빅 데이타
- Artificial Intelligence
- node.js
- WebGL
- 몽고디비
- 김양재 목사님
- 데이터 과학
- 딥러닝
- Deep learning
- 빅 데이터
- data science
- Today
- Total
목록Programming (202)
Scientific Computing & Data Science
#include #include #include #include const int MAX_CORNERS = 500; int main(int argc, char** argv) { // Load images IplImage* imgA = cvLoadImage( "test_img_1.png", CV_LOAD_IMAGE_GRAYSCALE ); IplImage* imgB = cvLoadImage( "test_img_2.png", CV_LOAD_IMAGE_GRAYSCALE ); IplImage* imgC = cvLoadImage( "test_img_3.png", CV_LOAD_IMAGE_UNCHANGED ); CvSize img_sz = cvGetSize( imgA ); int win_size = 10; // Ge..
OpenCV - Accelerated Computer Vision using GPUsTuesday, June 11, 2013 10:00 AM - 11:00 AM PDT- Show in my Time ZoneWebinar RegistrationOpenCV (Open Source Computer Vision Library: http://opencv.willowgarage.com/wiki/) is an open-source BSD-licensed library that includes several hundreds of computer vision algorithms. In this webinar, learn how this powerful library has been accelerated using CUD..