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