⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.html~

📁 OPENCV系列的
💻 HTML~
字号:
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
   <TITLE>Camera Calibration Toolbox for Matlab</TITLE>

<SCRIPT LANGUAGE="JavaScript">


<!--
function getDownload(){
        window.open("download/index.html","InfoPopUp","width=700,height=260,scrollbars");
        }
// -->


</SCRIPT>       


<!-- Changed by: Jean-Yves Bouguet, 31-Dec-1999 -->
   <META NAME="GENERATOR" CONTENT="Mozilla/3.0Gold (X11; U; SunOS 4.1.3_U1 sun4m) [Netscape]">
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000CC" VLINK="#0000FF" ALINK="#FF0000">



<CENTER>
<BLOCKQUOTE>&nbsp;
<TABLE CELLSPACING=0 CELLPADDING=0 WIDTH="90%" BGCOLOR="#6A9BED" NOSAVE >
<TR NOSAVE>
<TD NOSAVE>
<CENTER><A NAME="links"></A><I><FONT COLOR="#000000"><FONT SIZE=+4> Camera Calibration Toolbox for Matlab</FONT></FONT></I></CENTER>
<!-- <center><font COLOR="aa2200" size=+2>Last update: 15 May 2000</font></center> -->
<BR><center> <img src="pict_calib_mini2.gif" width="495" height="195"></center><BR>
</TD>
</TR>



</TABLE>
&nbsp;</BLOCKQUOTE>
</CENTER>

In addition to the <a href="../doc_calib.html" target="application
window ">calibration application implemented in C</a>, we provide a
Matlab<sup><font size=-1 >&reg;</font></sup> implementation of the
algorithm together with its complete documentation. This document may
also be used as a tutorial on camera calibration since it includes
general information about calibration, references and related links.
<BR>Please report bugs/questions/suggestions to <A
HREF="mailto:jean-yves.bouguet@intel.com">jean-yves.bouguet@intel.com</A>.

<BR><BR>


<center>
<table border=3  WIDTH="90%" height=200>
<tr>
<td>
<table>
<tr>
<td>
<font size=+2>Content:</font> <BR>
<ul>
<li><a href="#system">System requirements</a></li>
<li><a href="#start">Getting started</a></li>
<li><a href="#examples">Calibration examples</a></li>
<li><a href="parameters.html">Description of the calibration parameters</a></li>
<li><a href="functions.html">Description of the functions in the calibration toolbox</a></li>
<li><a href="own_calib.html">Doing your own calibration</a></li>
<li><a href="updates.html">Undocumented features of the toolbox</a></li>
<li><a href="ref.html">References</a></li>
<li><a href="links.html">A few links related to camera calibration</a></li>
</ul>
</td>
</tr>
</table>
</td>
</tr>
</table>
</center>


<BR>
<BR>

<a name="system"></a>
<H2><IMG SRC="starroll.gif" width="20" height="18"> System requirements</H2>

This toolbox works on Matlab 5.x (up to Matlab 5.3) on Windows, Unix
and Linux systems (platforms it has been fully tested) and does not require
any specific Matlab toolbox (for example, the optimization toolbox is not
required).  The toolbox should also work on any other platform supporting
Matlab 5.x.

<BR><BR><BR>

<a name="start"></a>
<H2><IMG SRC="starroll.gif" width="20" height="18"> Getting started</H2>

<ul>

<li><A HREF="javascript: getDownload();">Download</a> the complete
camera calibration toolbox for Matlab in the format of your choice: <A
HREF="javascript: getDownload();"><b>TOOLBOX_calib.tgz</b></a> (61Kb
tar-gzipped) or <A HREF="javascript:
getDownload();"><b>TOOLBOX_calib.tar</b></a> (280Kb tar) or <A
HREF="javascript: getDownload();">file by file</a> (last update: 15-May-2000).</li>

<li>Store the individual matlab files (<b>.m</b> files) into a unique
folder <b>TOOLBOX_calib</b> (default folder name).</li> <li>Run Matlab
and add the location of the folder <b>TOOLBOX_calib</b> to the main
matlab path. This procedure will let you call any of the matlab
toolbox functions from anywhere. Under Windows, this may be easily
done by using the path editing menu. Under Unix or Linux, you may use
the command <b>addpath</b>.</li>

<li>Run the main matlab calibration function <b>calib_gui</b>. <BR> The main calibration toolbox window appears on the screen:

<BR><BR>
<center><IMG SRC="2D_calib.gif" width="460" height="101"></center>
</li>

<br>


<li>You are now ready to use the toolbox for calibration.</li>

</ul>

<BR><BR>

<a name="examples"></a>
<H2><IMG SRC="starroll.gif" width="20" height="18"> Calibration examples </H2>
<UL>

<li>
<H3><a href="example.html">First calibration example - Corner extraction, calibration, additional tools</a> </H3>

This section takes you through a complete calibration example based on
a total of 20 (and 25) images of a planar checkerboard. This example
lets you learn how to use all the features of the toolbox: loading
calibration images, extracting image corners, running the main
calibration engine, displaying the results, controlling accuracies,
adding and suppressing images, undistorting images, exporting
calibration data to different formats...  This example is highly
recommended for someone who is just starting using the toolbox.
</li>

<BR><BR>

<li>
<a name="example2"></a> <H3><a href="example2.html">Second calibration
example - Calibration using Zhengyou Zhang's data</a></H3>

This section shows you how to use the main calibration engine on
Zhengyou Zhang's data in a scripting mode. After going through that
example, you will also know how to change the intrinsic camera model by
choosing which parameters to optimize. This example is highly
recommended for someone who intends to use the main calibration engine
in their own matlab script files.
</li>

<BR><BR>

<li>
<a name="example3"></a> <H3><a href="example3.html">Third calibration
example - Calibration using Heikkil

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -