Re: [PyOpenGL-Users] Camera calibration
Brought to you by:
mcfletch
From: Virgil S. <vs...@it...> - 2010-02-26 14:30:41
|
On 26-Feb-2010 13:37, Andrew Wilson wrote: > Take a quick look at OpenCV, they have camera calibration with python > bindings. > Andrew > > On Fri, Feb 26, 2010 at 5:38 AM, Virgil Stokes <vs...@it... > <mailto:vs...@it...>> wrote: > > I would appreciate it if someone could direct me to a Python user > or link that could provide information on the following: > > Autocalibration of a camera for recovery of 3D coordinates from > multiple 2D images > > *with the constraint that the code is based on Python* [of course :-)] > > --Thank you, > V. Stokes > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > PyOpenGL Homepage > http://pyopengl.sourceforge.net > _______________________________________________ > PyOpenGL-Users mailing list > PyO...@li... > <mailto:PyO...@li...> > https://lists.sourceforge.net/lists/listinfo/pyopengl-users > > I was wrong Andrew! I found what I believe to be a Python OpenCV which includes some classes/functions for calibration. http://opencv.willowgarage.com/documentation/python/camera_calibration_and_3d_reconstruction.html I am not sure that it can handle the type of autocalibration that I am interested in doing; but, it will be a good start. Thanks for reminding of this great package --- OpenCV. --V |