2008

Version 1 (Alexander Shishkov, 2012-05-21 09:12 am)

1 1
h1. OpenCV Meeting notes for 2008 year
2 1
3 1
{{>toc}}
4 1
5 1
h2.  OpenCV/Minutes 2008-07-21 
6 1
7 1
h3. Agenda
8 1
9 1
Current Goals in Priority Order
10 1
11 1
# 3D Vision
12 1
## Stereo Rectification (Vadim)
13 1
## Stereo Correspondence
14 1
### Fast Version using correlation windows (Vadim)
15 1
###  "Kolmogorov Graph Cut Energy Minimization Method":http://www.cs.cornell.edu/People/vnk/recon.html (Victor and Sergey)
16 1
## Regression tests for chessboard finder, calibration, stereo calibration and rectification
17 1
# Feature Toolbox (Alex)
18 1
# Improve Python interface (Vadim)
19 1
# Google OpenCV Wrappers (Vadim, Daniel Filip)
20 1
21 1
h3.  Minutes 
22 1
23 1
Vadim
24 1
25 1
 * Google OpenCV Wrappers (done)
26 1
 * Jean-Yves style rectification (this week)
27 1
 * Correlation stereo correspondence (next week)
28 1
29 1
Victor and Sergey
30 1
31 1
 * Kolmogorov first pass and first optimization (done)
32 1
 * Reorganize code for OpenCV compatibility and add in correspondence constraints (2 weeks)
33 1
34 1
Alex
35 1
36 1
 * Has 3 versions of SIFT and 1 SURF, writing a keypoint stability analysis/regression test tool (this week)
37 1
38 1
Gary
39 1
40 1
 * Get kids party rectified stereo data to Alex (this week)
41 1
 * Get feature citations to Alex (this week)
42 1
 * Get Jack's MSER and Code to Alex ( this week)
43 1
44 1
Kurt
45 1
46 1
 * Get stereo correspondence code to Vadim (this week)
47 1
48 1
h3. Action Items 
49 1
50 1
 * Get whole stereo toolchain going with regression tests
51 1
 * DoG, MSER, Harris, SURF, Star Keypoint detectors
52 1
 * SIFT, SURF, DAISY, Lepetit, PHOG, PHOW features
53 1
54 1
h2.  OpenCV/Minutes 2008-07-28 
55 1
56 1
h3.  Agenda 
57 1
58 1
Update of calibration and stereo, start of feature toolbox
59 1
60 1
h3.  Minutes
61 1
62 1
Vadim
63 1
64 1
 * Checked in Stereo calibration and rectification code to OpenCV! Sent me calibration code example.
65 1
66 1
Victor/Sergey
67 1
68 1
 * Timing analysis of Kolmogorov's method.
69 1
70 1
Alex
71 1
72 1
 * Analysed SIFT vs SURF on dataset
73 1
 * Sent proposed keypoint detector/descriptor function
74 1
75 1
Kurt
76 1
77 1
 * Sent correspondence code example.
78 1
79 1
h3. Action Items 
80 1
81 1
 * Vadim to 
82 1
 ** fix any issues that come up in stereo calibration and rectification code, 
83 1
 ** look over book doc of these functions and 
84 1
 ** start working on stereo correspondence.
85 1
86 1
 * Victor/Sergey: 
87 1
 ** Literature and code search of energy minimization.  
88 1
 ** Decide on reimplement graph minimization or BP or to drop
89 1
90 1
 * Gary: 
91 1
 ** Get Alex data examples of party plates, left and right views. 
92 1
 ** Start desired features list.
93 1
 ** WG detector code to Russia.
94 1
 ** Discuss changing contract with WG and Argus to focus on features and recognition along with fast stereo.
95 1
 ** Set out better long term plans.
96 1
97 1
* Kurt:
98 1
** Look at stereo calibration and rectification results.
99 1
100 1
* Alex:
101 1
** Surf and SIFT into OpenCV as start of key detectors and key descriptors toolbox
102 1
** Run on WG detector.
103 1
** Convert PHOG/PHOW for use on Opencv