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

📄 020-022.html

📁 遗传算法经典书籍-英文原版 是研究遗传算法的很好的资料
💻 HTML
字号:
<HTML>
<HEAD>
<META name=vsisbn content="0849398010">
<META name=vstitle content="Industrial Applications of Genetic Algorithms">
<META name=vsauthor content="Charles Karr; L. Michael Freeman">
<META name=vsimprint content="CRC Press">
<META name=vspublisher content="CRC Press LLC">
<META name=vspubdate content="12/01/98">
<META name=vscategory content="Web and Software Development: Artificial Intelligence: Other">




<TITLE>Industrial Applications of Genetic Algorithms:Image-Calibration Transformation Matrix Solution Using a Genetic Algorithm</TITLE>

<!-- HEADER -->

<STYLE type="text/css"> 
 <!--
 A:hover  {
 	color : Red;
 }
 -->
</STYLE>

<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">

<!--ISBN=0849398010//-->
<!--TITLE=Industrial Applications of Genetic Algorithms//-->
<!--AUTHOR=Charles Karr//-->
<!--AUTHOR=L. Michael Freeman//-->
<!--PUBLISHER=CRC Press LLC//-->
<!--IMPRINT=CRC Press//-->
<!--CHAPTER=2//-->
<!--PAGES=020-022//-->
<!--UNASSIGNED1//-->
<!--UNASSIGNED2//-->

<CENTER>
<TABLE BORDER>
<TR>
<TD><A HREF="018-019.html">Previous</A></TD>
<TD><A HREF="../ewtoc.html">Table of Contents</A></TD>
<TD><A HREF="022-025.html">Next</A></TD>
</TR>
</TABLE>
</CENTER>
<P><BR></P>
<P>Table 2.2 shows the ranges for the final matrix for all 256 cases. Many interesting observations can be made from this data. The upper-left 2&#215;2 section of the matrix represents the rotation about Z, the axis normal to the image, and also includes the X and Y scaling terms [4, 5]. As expected in this problem, these values are well used. The two values on the bottom to the left are the X and Y translation values, and as expected, these have the largest swing to line-up the images. The two values on the top of the rightmost column are perspective, or shearing terms. These compensate for one image being tilted away in relation to the other image. The italicized rows and columns are essentially the values from the identity matrix, which indicate that X and Z rotations, as well as the Z scaling, are not required. The deltas as seen in Table 2.3 for these locations are essentially zero. The GA can perhaps be simplified by not including these seven data values as part of the GA search space. The bottom right value is used as a weighting factor used in the mapping of the combined affine transformations into homogeneous coordinates. The range of this value is quite small, and perhaps it, too, can be left out of the GA search space, if desired.
</P>
<TABLE WIDTH="100%" BORDER><CAPTION ALIGN=LEFT><B>Table 2.2</B> Survey of 256 final transformation matrices.
<TR>
<TD ALIGN="CENTER" COLSPAN="4">----------AVERAGES----------
<TR>
<TD WIDTH="25%">.00460495973
<TD WIDTH="25%">0.0062431707
<TD WIDTH="25%">0.0000000000
<TD WIDTH="25%">0.0000023771
<TR>
<TD>0.0027754894
<TD>1.0021462372
<TD>0.0000000000
<TD>0.0000052709
<TR>
<TD>.00000000000
<TD>0.0000000000
<TD>0.9999999997
<TD>0.0000000000
<TR>
<TD>.41538202893
<TD>10.227446414
<TD>0.0000000000
<TD>1.0029214879
<TR>
<TD ALIGN="CENTER" COLSPAN="4">----------MINIMUMS----------
<TR>
<TD>.98017712897
<TD>0.1251674242
<TD><I>0.0000000000</I>
<TD>0.0000666636
<TR>
<TD>0.1097463339
<TD>0.9260208138
<TD><I>0.0000000000</I>
<TD>0.0000396919
<TR>
<TD><I>.0000000000</I>
<TD><I>0.0000000000</I>
<TD><I>0.9999999971</I>
<TD><I>0.0000000000</I>
<TR>
<TD>180.84157368
<TD>164.12776121
<TD><I>0.0000000000</I>
<TD>0.9864702952
<TR>
<TD ALIGN="CENTER" COLSPAN="4">----------MAXIMUMS----------
<TR>
<TD>.03541033425
<TD>0.1476586930
<TD><I>0.0000000000</I>
<TD>0.0000762130
<TR>
<TD>.10043706060
<TD>1.0831681440
<TD><I>0.0000000000</I>
<TD>0.0000623998
<TR>
<TD><I>.0000000000</I>
<TD><I>0.0000000000</I>
<TD><I>1.0000000000</I>
<TD><I>0.0000000000</I>
<TR>
<TD>81.211965406
<TD>23.139480799
<TD><I>0.0000000000</I>
<TD>1.02629497331
</TABLE>
<P>In Table 2.3, the delta ranges from the initial matrix to the final matrix for all 256 cases are shown. Again, notice the seven values which are essentially zero and are ignored by the GA implementation.
</P>
<TABLE WIDTH="100%" BORDER><CAPTION ALIGN=LEFT><B>Table 2.3</B> Survey of the deltas from the initial to the final transformation matrices.
<TR>
<TD ALIGN="CENTER" COLSPAN="4">----------AVERAGES----------
<TR>
<TD WIDTH="25%">0.0081321173
<TD WIDTH="25%">0.00216509825
<TD WIDTH="25%">0.0000000000
<TD WIDTH="25%">0.00000237714
<TR>
<TD>0.0013025826
<TD>0.00567339514
<TD>0.0000000000
<TD>0.00000527097
<TR>
<TD>.00000000000
<TD>0.00000000000
<TD>0.0000000003
<TD>0.00000000000
<TR>
<TD>.62671887743
<TD>1.98083696510
<TD>0.0000000000
<TD>0.00292148791
<TR>
<TD ALIGN="CENTER" COLSPAN="4">----------MINIMUMS----------
<TR>
<TD>0.0599155533
<TD>0.01406627527
<TD>0.0000000000
<TD>0.00007621304
<TR>
<TD>0.0402972889
<TD>0.02787662752
<TD>0.0000000000
<TD>0.00006239981
<TR>
<TD>.00000000000
<TD>0.00000000000
<TD>0.0000000000
<TD>0.00000000000
<TR>
<TD>0.3963635975
<TD>0.67255857052
<TD>0.0000000000
<TD>0.02629497331
<TR>
<TD ALIGN="CENTER" COLSPAN="4">----------MAXIMUMS----------
<TR>
<TD>&nbsp;
<TD>0.00467318981
<TD>0.0000000000
<TD>0.00006666364
<TR>
<TD>.03698794842
<TD>0.00532152847
<TD>0.0000000000
<TD>0.00003969191
<TR>
<TD>.00000000000
<TD>0.00000000000
<TD>0.0000000002
<TD>0.00000000000
<TR>
<TD>.45551843191
<TD>17.02071723668
<TD>0.0000000000
<TD>0.01352970472
</TABLE>
<P>The delta range covered for each matrix location is shown in Table 2.4.
</P>
<TABLE WIDTH="100%" BORDER><CAPTION ALIGN=LEFT><B>Table 2.4</B> Range covered from delta-minimum to delta-maximum.
<TR>
<TD ALIGN="CENTER" COLSPAN="4">----------RANGE----------
<TR>
<TD WIDTH="25%">.08480952415
<TD WIDTH="25%">0.01873946509
<TD WIDTH="25%">0.0000000000
<TD WIDTH="25%">0.00014287669
<TR>
<TD>.07728523735
<TD>0.03319815599
<TD>0.0000000000
<TD>0.00010209172
<TR>
<TD>.00000000000
<TD>0.00000000000
<TD>0.0000000029
<TD>0.00000000000
<TR>
<TD>.85188202946
<TD>7.69327580720
<TD>0.0000000000
<TD>0.03982467803
</TABLE>
<P>
</P>
<TABLE WIDTH="100%" BORDER><CAPTION ALIGN=LEFT><B>Table 2.5</B> Minimum and maximum value ranges as implemented.
<TR>
<TD ALIGN="CENTER" COLSPAN="4">-------MINIMUMS-------
<TR>
<TD WIDTH="30%">0.06
<TD WIDTH="20%">0.015
<TD WIDTH="15%">.0
<TD WIDTH="35%">0.000077
<TR>
<TD>0.041
<TD>0.028
<TD>.0
<TD>0.000063
<TR>
<TD>.000
<TD>.000
<TD>.0
<TD>.0
<TR>
<TD>0.40
<TD>0.70
<TD>.0
<TD>0.03
<TR>
<TD ALIGN="CENTER" COLSPAN="4">-------MAXIMUMS-------
<TR>
<TD>.025
<TD>.0047
<TD>.0
<TD>.000067
<TR>
<TD>.037
<TD>.0054
<TD>.0
<TD>.000040
<TR>
<TD>.000
<TD>.0000
<TD>.0
<TD>.0
<TR>
<TD>.5
<TD>.1
<TD>.0
<TD>.014
</TABLE>
<P>The actual minimum and maximum delta ranges implemented within the GA are shown in Table 2.5. The range was expanded slightly to ensure all of the desired values fit within the search-space. Additionally, the GA code was implemented with a global matrix scaling factor to further expand this search-space for investigation.
</P>
<P>The GA code is used to identify a set of matrix deltas which, when added to the initial matrix, generate the T21 transformation matrix. To represent these delta range values in the GA code, each matrix delta value is represented by an N-bit string. For an N-bit string used at each matrix location, the resulting data coarseness of that value would be:</P>
<P ALIGN="CENTER"><IMG SRC="images/02-01d.jpg"></P>
<P><BR></P>
<CENTER>
<TABLE BORDER>
<TR>
<TD><A HREF="018-019.html">Previous</A></TD>
<TD><A HREF="../ewtoc.html">Table of Contents</A></TD>
<TD><A HREF="022-025.html">Next</A></TD>
</TR>
</TABLE>
</CENTER>

<hr width="90%" size="1" noshade>
<div align="center">
<font face="Verdana,sans-serif" size="1">Copyright &copy; <a href="/reference/crc00001.html">CRC Press LLC</a></font>
</div>
<!-- all of the reference materials (books) have the footer and subfoot reveresed -->
<!-- reference_subfoot = footer -->
<!-- reference_footer = subfoot -->

</BODY>
</HTML>

<!-- END FOOTER -->

⌨️ 快捷键说明

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