Gsoc2012

Version 36 (Gary Bradski, 2012-04-12 08:49 pm)

1 17 Gary Bradski
h1. *Ideas Page: OpenCV Google Summer of Code 2012*
2 18 Gary Bradski
3 33 Gary Bradski
h2. *OpenCV is accepted as an organization! Time to queue up for projects.*
4 33 Gary Bradski
5 19 Gary Bradski
!http://code.opencv.org/attachments/613/FineGrain.jpeg!
6 34 Gary Bradski
This is just a pretty picture from some recent vision research from contributors to OpenCV. To be published at CVPR 2012.
7 20 Gary Bradski
  _+From+_: B. Yao, G. Bradski, L. Fei-Fei, _A Codebook-Free and Annotation-Free Approach for Fine-Grained Image Categorization_ to be published in "CVPR 2012":http://www.cvpr2012.org
8 18 Gary Bradski
9 17 Gary Bradski
General Information:
10 5 Gary Bradski
* "GSoC 2012 site":http://code.google.com/soc/
11 4 Gary Bradski
* "Timeline for GSoC 2012":http://www.google-melange.com/gsoc/events/google/gsoc2012
12 15 Gary Bradski
** *Next important dates:*
13 1
*** -March 9th: Organization Application deadline.-
14 35 Gary Bradski
*** -March 16th: Announcement of GSoC Mentoring Orgs. (whether we're in or out)- *We're in!*
15 34 Gary Bradski
*** -March 17-25: *POTENTIAL INTERNS:* Discuss project ideas with us [email protected]
16 34 Gary Bradski
*** -March 26: Application period starts
17 1
18 9 Gary Bradski
19 1
Times:
20 8 Gary Bradski
*  UTC to PDT (Pacific Daylight Time == Daylight savings time. In winter it's PST).
21 3 Gary Bradski
** "utc time converter":http://weatherarc.com/utc-time-conversion
22 8 Gary Bradski
23 1
h2. For students interested in applying
24 1
25 34 Gary Bradski
* March 17-25: Discuss projects below or other ideas with us [email protected]
26 34 Gary Bradski
27 34 Gary Bradski
* *To apply to us: (March 26 - April 6th*)
28 1
** Go to http://www.google-melange.com/gsoc/homepage/google/gsoc2012
29 15 Gary Bradski
** Click on "apply"
30 34 Gary Bradski
*** Please note that you +must+ apply to Google
31 22 Gary Bradski
** After the organizations load (takes some time), type in "OpenCV", click on what comes up and apply.
32 1
*** [[GSoCApplicationTemplate]] -- This is what we want to know about you
33 1
34 34 Gary Bradski
h3. Discuss ideas with us at [email protected]
35 3 Gary Bradski
36 34 Gary Bradski
37 34 Gary Bradski
h2. Project Idea summary. Discuss with us at [email protected]
38 10 Gary Bradski
39 9 Gary Bradski
*Students may propose their own projects (give us a clear summary and why you can do this project). However below are some of our priorities for this year*
40 36 Gary Bradski
41 36 Gary Bradski
These are not in order of priority except for the first 2
42 36 Gary Bradski
43 36 Gary Bradski
44 36 Gary Bradski
* *Mobile vision app development:*
45 36 Gary Bradski
** Vision apps on phone and tablet. We want a very clear "hello world" type of example to make it easier for the rest to start developing mobile vision applications. People can apply for:
46 36 Gary Bradski
*** iOS (iPhone) examples
47 36 Gary Bradski
*** Android example
48 36 Gary Bradski
49 30 Gary Bradski
* *Computational Photography*
50 30 Gary Bradski
** Help support the growth of mobile cameras on tablets and phones. Fun stuff and important
51 1
*** Image stabilization, 
52 1
*** noise estimation and reduction, 
53 1
*** super resolution, 
54 1
*** tilt-shift images and movies,
55 1
*** multi-focal point images,
56 1
*** high dynamic range images by composition with different shutter times
57 36 Gary Bradski
58 36 Gary Bradski
* *Vision Applications:*
59 36 Gary Bradski
** We'd like students to build working functionality. Some ideas:
60 36 Gary Bradski
*** Automatically generating comics: 
61 36 Gary Bradski
**** See http://www.physorg.com/news/2012-03-software-automatically-movie-comic.html
62 36 Gary Bradski
*** Image Collage -- use python to make it easy to put together a collage of images from a trip etc
63 36 Gary Bradski
**** Annotate the images
64 36 Gary Bradski
**** Do effects like comic life http://plasq.com/products/comiclife/win
65 36 Gary Bradski
*** Hand tracking with the kinect
66 36 Gary Bradski
*** Movie editor with effects. Simple, intuitive to use
67 36 Gary Bradski
*** Point cloud view using depth in OpenCV arrays
68 36 Gary Bradski
69 36 Gary Bradski
* *OpenCL Optmization:*
70 36 Gary Bradski
** We have contributors already, get one or more of them to be GSoC students
71 36 Gary Bradski
72 22 Gary Bradski
* *Mech Turk Interface*
73 22 Gary Bradski
** Easily label images for train test in OpenCV
74 36 Gary Bradski
75 1
* *1D and 2D Barcode readers:*  
76 9 Gary Bradski
** We have a basic datamatrix reader.  Expand to other kinds of barcodes (1D, other 2D).
77 36 Gary Bradski
78 22 Gary Bradski
* *Natural barcodes:*
79 9 Gary Bradski
** OpenCV can read calibration patterns. Calibrate a camera, rectify it's output. Put a picture next to a calibration pattern in a scene. Find 2D interest points with features2D. Measure them in the image using the calibration pattern. Use the pattern of interest points and their measures to turn the picture into a calibration pattern/barcode so that the computer recognizes the picture and knows where it is in relation to the iamge.
80 1
*** Stretch goal, embeded and retrieve watermarks in the image.
81 36 Gary Bradski
82 36 Gary Bradski
* *Python examples:*
83 1
** We're finding the python interface extremely useful and productive. It needs a lot more examples
84 36 Gary Bradski
85 15 Gary Bradski
* *Tutorials:*
86 1
** Continue with "OpenCV Tutorials":http://opencv.itseez.com/doc/tutorials/tutorials.html
87 36 Gary Bradski
88 15 Gary Bradski
* *Inverted index:*
89 1
** Help create an _*inverted index*_ of functionality to functions.  That is, say, _edge detection_ would list Sobel, Scharr, Canny etc.
90 36 Gary Bradski
91 16 Gary Bradski
* *Train Classifiers:*
92 9 Gary Bradski
** OpenCV has many classifiers. Train them carefully on useful objects (faces, people, cars, bikes, plates, cups, bowls etc) and we'll allow others to use those trained categories.
93 36 Gary Bradski
94 1
* *Structure from Motion (SfM):*
95 15 Gary Bradski
** Help adapt libmv for OpenCV.
96 36 Gary Bradski
97 1
* *Course-ware:*
98 9 Gary Bradski
** We want to start offering vision courses using OpenCV. 
99 15 Gary Bradski
*** If you are expert in a topic (say it's your area of graduate research, or you've just finished a project or course in a particular topic and can explain it well)
100 9 Gary Bradski
*** Write up the topic, the math and then develop a step by step example of it using OpenCV.
101 36 Gary Bradski
102 36 Gary Bradski
* *Generic numerical optimization module:*
103 15 Gary Bradski
** We want to have the package of general purpose optimization methods that can be easily used in computer vision algorithms (ex. downhill simplex method, annealing particle filter).
104 36 Gary Bradski
** This will require a mathematically inclined student and/or one who has taken course work in the area obviously
105 36 Gary Bradski
106 3 Gary Bradski
107 1
h2. Mentors
108 20 Gary Bradski
109 3 Gary Bradski
In the below, get rid of the ''-delete-'' to make the emails work.
110 3 Gary Bradski
111 28 Gary Bradski
 Anatoly Baksheev
112 28 Gary Bradski
 Researcher, Vision Algorithms on GPU
113 32 Gary Bradski
 Argus/Itseez
114 32 Gary Bradski
 [email protected]  
115 28 Gary Bradski
116 27 Gary Bradski
 Serge J. Belongie
117 27 Gary Bradski
 Professor Computer Science and Engineering 
118 27 Gary Bradski
 University of California, San Diego 
119 27 Gary Bradski
 [email protected]
120 11 Gary Bradski
 
121 3 Gary Bradski
  Alexander Bovyrin
122 3 Gary Bradski
  PhD, Senior Researcher
123 3 Gary Bradski
  Argus/Itseez founder
124 3 Gary Bradski
  NNU Lecturer
125 3 Gary Bradski
  [email protected]
126 3 Gary Bradski
127 3 Gary Bradski
 Gary Bradski
128 3 Gary Bradski
 Founder, Industrial Perception Inc.
129 3 Gary Bradski
 Consulting Prof. Stanford U.
130 1
 OpenCV Founder, Technical Content Owner, GSoC Admin
131 26 Gary Bradski
 Co-author of Learning OpenCV Book
132 3 Gary Bradski
 http://www.willowgarage.com/pages/people/gary-bradski-senior-researcher
133 3 Gary Bradski
 [email protected]
134 3 Gary Bradski
135 11 Gary Bradski
136 3 Gary Bradski
 Victor Eruhimov
137 3 Gary Bradski
 OpenCV founding team/Senior Researcher
138 3 Gary Bradski
 Argus/Itseez founder
139 1
 NNU Lecturer
140 3 Gary Bradski
 [email protected]
141 3 Gary Bradski
142 25 Gary Bradski
 Adrian Kaehler
143 25 Gary Bradski
 Principle Engineer, Applied Minds
144 25 Gary Bradski
 Co-author of Learning OpenCV Book.
145 25 Gary Bradski
 [email protected]
146 27 Gary Bradski
147 27 Gary Bradski
 Peter Karasev
148 27 Gary Bradski
 PhD Student, MINERVA Research Group
149 27 Gary Bradski
 Georgia Tech
150 27 Gary Bradski
 [email protected]
151 25 Gary Bradski
152 1
 Kurt Konolige
153 3 Gary Bradski
 Founder, Industrial Perception Inc
154 3 Gary Bradski
 Consulting Professor, Stanford CS
155 3 Gary Bradski
 [email protected]
156 11 Gary Bradski
 
157 3 Gary Bradski
 Caroline Pantofaru 
158 3 Gary Bradski
 Researcher Scientist in perceiving people
159 3 Gary Bradski
 http://www.willowgarage.com/pages/people/caroline-pantofaru-research-scientist
160 1
 [email protected] 
161 11 Gary Bradski
 
162 3 Gary Bradski
 Vadim Pisarevsky
163 3 Gary Bradski
 OpenCV founding team/Czar
164 3 Gary Bradski
 [email protected]
165 3 Gary Bradski
166 3 Gary Bradski
 Vincent Rabaud
167 3 Gary Bradski
 Research Engineer/Perception, Willow Garage
168 3 Gary Bradski
 [email protected]
169 3 Gary Bradski
170 3 Gary Bradski
 Ethan Rublee
171 3 Gary Bradski
  Founder, Industrial Perception Inc
172 1
 Ported OpenCV to Android
173 1
 See Android vision apps under "Robot view" or "the vegan robot"
174 1
 [email protected]
175 1
176 11 Gary Bradski
h3.  Back up Mentors
177 3 Gary Bradski
178 3 Gary Bradski
 Mark Asbach
179 3 Gary Bradski
 Fraunhofer IAIS
180 3 Gary Bradski
 Schloss Birlinghoven
181 3 Gary Bradski
 Sankt Augustin, Germany
182 3 Gary Bradski
 http://mmprec.iais.fraunhofer.de/asbach.html
183 3 Gary Bradski
 [email protected]
184 3 Gary Bradski
185 11 Gary Bradski
186 3 Gary Bradski
 Nicolas Saunier, Ph.D.
187 3 Gary Bradski
 Assistant Professor
188 3 Gary Bradski
 Civil, Geological and Mining Department (CGM)
189 3 Gary Bradski
 École Polytechnique de Montréal
190 3 Gary Bradski
 http://nicolas.saunier.confins.net
191 3 Gary Bradski
 [email protected]
192 3 Gary Bradski
193 3 Gary Bradski
194 11 Gary Bradski
195 11 Gary Bradski
h2. OpenCV Org. Application to GSoC 2011
196 11 Gary Bradski
197 1
[[GSoC2012OpenCVApplication]]
198 3 Gary Bradski
199 23 Gary Bradski
h2. Previous Years 
200 23 Gary Bradski
201 23 Gary Bradski
* 2011 Ideas site http://opencv.willowgarage.com/wiki/GSOC_OpenCV2011
202 23 Gary Bradski
** 2011 Application GSoC page is http://opencv.willowgarage.com/wiki/GSoC2011OpenCVApplication
203 23 Gary Bradski
* 2010 Ideas site http://opencv.willowgarage.com/wiki/GSOC_OpenCV2010
204 23 Gary Bradski
** 2010 Application page http://opencv.willowgarage.com/wiki/ApplicationGSOC2010
205 23 Gary Bradski
206 3 Gary Bradski
----