815438d840d2067119539514e324ef6f24dabdf9
[opencv] / THANKS
1 (if you noticed that some names are missing, please mail to Vadim Pisarevsky)
2
3 Original OpenCV committee (vision, functionality proposals etc.):
4 -----------------------------------------------------------------
5 Dr. Gary Bradski
6 Prof. Trevor Darrell
7 Prof. Irfan Essa
8 Prof. Jitendra Malik
9 Prof. Pietro Perona
10 Prof. Stan Sclaroff
11 Prof. Carlo Tomasi
12
13 OpenCV authors and major contributors
14 ---------------------------------------------------------------------------------------
15
16 Name                    Company (by the moment     Remarks
17                         of contribution)
18
19 Abrosimov, Dmitry       Intel Corp.                Optimization, Eigen objects
20 Alekseev, Aleksey       Intel Corp.                IppCV testing
21 Asbach, Mark            RWTH Aachen University     New-style Linux makefiles, SWIG wrappers, Mac OS X porting
22
23 Boldyrev, Sergey        Intel Corp.                rpm spec & linux makefiles
24 Bornet, Olivier         IDIAP Research Institute   New-style Linux makefiles, SWIG & specialized Python wrappers 
25 Bouguet, Jean-Yves      Intel Corp.                Algorithms for Camera calibration, calibration toolbox for MATLAB, LK in pyramids ...
26 Bovyrin, Alexander      Intel Corp.                Contours, Stereo, Improvements in object detection
27 Bradski, Gary           Intel Corp.                Idea and Vision, Leading, CAMSHIFT & MHI algorithms and more ...
28 Bradley, David          Princeton Univ.            Haar classifier for profile faces
29 Breen, Ed               ???                        EiC intepreter, used for Hawk
30 Burenkov, Denis         Moscow State Uni           Contour morphing, several demo scripts
31
32 Cherepanova, Tatiana    Novosibirsk University     Face tracking
33 Cherepennikov, Valery   Intel Corp.                Optimization, matrices, estimators (Kalman, ConDensation) and more ...
34 Chudinovich, Boris      Intel Corp.                Ideas and algorithms on contours and comp. geometry functions
35 Cowperthwaite, David    Intel Corp.                3d Tracker
36
37 Davies, Bob             Intel Corp.                First OpenCV installation program, communications with user group, tech. advisor
38 Devernay, Frederic      INRIA (?)                  Multiple patches for OpenCV (cvcam, cxcore, cv, highgui).
39 Don Murray              PointGrey                  PointGrey SDK and patches for stereo gesture recognition code
40 Dubey, Premnath         ???                        Patch for cvcam (Windows version)
41
42 Eaton, Daniel           ???                        Texture descriptors code
43 Eruhimov, Victor        Intel Corp.                Hough & distance transforms, stereo, Hawk, HighGUI and more ...
44
45 Gaspard Breton          France Telecom             Support for multiple cameras (2,3,4) in SyncFilter and cvcam
46 Grachev, Ilya           Intel Corp.                TCL/TK demos (cvlkdemo, cvcsdemo, cvenv)
47 Gruebele, Philip        ???                        Multiple patches for OpenCV
48 Guhring, Philipp        ???                        Single-object mode in cvHaarDetectObjects
49
50 Halsall, Chris          Open Source Solutions Inc  O-Reilly papers on OpenCV,
51                                                    calibration app for Linux (is not supported now?)
52                                                    patches for Linux version
53 Hasler, Nils            Max Planck Institut        16-bit images support, Jasper and OpenEXR bindings in HighGUI
54 Khamenya, Valery        BioVisioN AG               OpenCV CVS repository at SourceForge
55 Khudyakov, Vasily       Novosibirsk University     Face feature detection
56 Kruppa, Hannes          ETH Zurich                 Haar classifier for fullbody, lowerbody, upperbody detection.
57 Kuranov, Alexander      Intel Corp.                Matlab wrappers, Face detection code, haartraining and related applications 
58 Kuriakin, Valery        Intel Corp.                Started OpenCV project in Nizhny Novrogod Lab
59
60 Lienhart, Rainer        Intel Corp.                Haar feature-based face detection algorithm and the original code
61 Lantz, Philip           Intel Corp.                3d Tracker
62 Lundin, Magnus          ???                        Patches and new functionality for Linux version of highgui
63
64 Molinov, Sergey         Intel Corp.                HMM face recognition code, POSIT, snakes, optical flow, improved face detection, stereo and more ...
65 Mosyagin, Valery        Intel Corp.                View morphing, camera calibration code (C),
66                                                    fundamental matrix estimation
67 Muehlmann, Karsten      Lehrstuhl fur Informatik V  Another stereo correspondence code (not included yet)
68 Nefian, Ara             Intel Corp.                Algorithm for HMM face recognition
69
70 Oblomov, Sergey         Intel Corp.                Camshift and histogram code, linux scripts and makefiles, optimization and more ...
71
72 Perreault, Simon        Universite Laval           O(1) Median filtering algorithm
73 Philomin, Vasanth       PHILIPS (?)                Several bug reports/fixes on face detection etc.
74 Pisarevsky, Vadim       Intel Corp.                OpenCV hacker :)
75 Pleskov, Alexander      Intel Corp.                Pyramidal segmentation, gesture recognition code, comp. geometry functions
76
77 Rodyushkin, Konstantin  Intel Corp.                applications OpenCV to 3dFace caused a few bug reports, functionality proposals
78
79 Schaefer, Dirk          MD-Mathematische Dienste GmbH  original code for Bayer->RGB pattern conversion
80 Schiele, Bernt          ETH Zurich                 Haar classifier for fullbody, lowerbody, upperbody detection.
81 Shavit, Adi             ???                        OpenCV forum moderation
82 Shevtsova, Irina        Moscow State Uni           EM, Bayesian classifier, Random Trees and CNN in Machine Learning module
83 Sobolev, Andrey         Moscow State Uni           Contour skeletons and linear-contour model
84 Stanchak, Roman         Naval Research Lab         Multiple improvements in Highgui (GTK+), Python wrappers and the core functionality
85 Stavinzky, Jay          ???                        8u->8u L1 Distance transform.
86 Veretennikov, Eugene    Intel Corp.                Testing, some comp. geometry functions
87 Vezhnevets, Vladimir    MSU Graphics and Media Lab New algorithm for chessboard detection
88
89 Zaguskin, Victor        Intel Corp.                cvcam, vmdemo in tcl/tk
90
91 Wayne W. Cheng          SoftIntegration            Ch C/C++ intepreter, OpenCV Ch toolbox (proposal + SDK)
92 Wood, Travis            ???                        Patches for highgui (video capturing in Linux)
93
94 OpenCV includes modified versions of the following software:
95 ------------------------------------------------------------
96
97 + Gaussian Random Number Generator by George Marsaglia et al. (see cxcore/src/cxrand.cpp)
98
99 + SVD from SLATEC (see cxcore/src/cxsvd.cpp)
100
101 + Small inline math functions and macros by Agner Fog,
102     Bruce Holloway et al., Ken Turkowski (see cxcore/include/cxtypes.h)
103
104 + Quicksort implementation from University of California, Berkeley
105   (see cxcore/include/cxmisc.h and cxcore/src/cxdatastructs.cpp)
106
107 + Earth Mover Distance and RGB->Lab conversion by Yossi Rubner
108   (see cv/src/cvemd.cpp and cv/src/cvcolor.cpp)
109
110 Active OpenCV forum participants, bug reporters etc.:
111 ---------------------------------
112 Barbaresi, Abramo
113 Betti, Gabriele
114 Cao, Ning
115 Cawkwell, Jack
116 Chen, Gen-Nan
117 Cheng, Michael
118 Fritz, Frank
119 Grossman, Dave
120 Iannizotto, Giancarlo
121 Lu, Le
122 Kunz, Clay
123 Mellor, J. P.
124 Ming, Li
125 Zayed, Mohamed
126 Rocha, Jairo
127 Stewart, James Andr
128 Small, Daniel
129 Zivkovic, Zoran
130
131 ------------
132 ...