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

📄 018-019.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=018-019//-->
<!--UNASSIGNED1//-->
<!--UNASSIGNED2//-->

<CENTER>
<TABLE BORDER>
<TR>
<TD><A HREF="015-017.html">Previous</A></TD>
<TD><A HREF="../ewtoc.html">Table of Contents</A></TD>
<TD><A HREF="020-022.html">Next</A></TD>
</TR>
</TABLE>
</CENTER>
<P><BR></P>
</P>
<P><FONT SIZE="+1"><B>OTHER METHODS USED</B></FONT></P>
<P>The problem of image-transformation and image-registration occurs in many other fields, such as aerial and satellite photography, medical imaging, industrial imaging, and computer-vision systems. There has been work in these fields with applying genetic algorithms to search for image-to-image and image-to-object mappings.
</P>
<P>Dasgupta et al. [1] designed and implemented a structured GA (sGA) for image-to-image registration. The key to their system is a 2-level GA hierarchy with the higher-level genes activating or deactivating sets of lower-level genes, thus achieving a GA which: (1) can maintain diversity over a large number of generations, (2) can achieve a large effect with a single-bit change, and (3) discover potential areas of search space quickly. For their image-to-image registration, they used simple 2-D image vectors at each of the four corners of the image. This method would be too limited for the image-to-image registration used here.</P>
<P>Nagao et al. [2] look at mapping a 3-D object onto a pair of stereo images using a GA. There are many assumptions they make in their system, including camera-to-camera coordination, thus their use of the basic set of x, y, and z rotation and translation parameters is sufficient without needing the additional operators for scaling and perspective. This method uses too many constraints and assumptions to be used for the images in the current problem.</P>
<P>The effort by Wallet et al. [3] looks at the general problem of using a matrix representation with GAs for various problems. Their focus is on a matrix-based crossover operator which operates on a subset of the matrix rather than a sequence of linear-ordered values. For example, a 2&#215;3 sub-set of a 4&#215;4 matrix can be targeted for crossover and operated on as a set. This allows logical groupings of terms within the matrix to be operated on at the same time, thus manipulating high-level concepts within the matrix. This holds true for some cases in a geometry-based 4&#215;4 transformation matrix, such as the upper four values representing the Z rotation. However, the Y rotation uses the non-adjacent matrix locations R11, R13, R31, and R33, and a global scaling uses the locations R11, R22 and R33. The gains achieved by their suggested matrix-grouping could be further expanded upon by defining a set of N crossover templates to use based on the setup of the matrix usage in the particular GA problem. Another approach is to have the GA manipulate the higher-level parameters directly, such as the rotations, scalings, and transformations, then compose the composite matrix when the transformation is required. The work by Wallet et al. has inspired the creation of some advanced matrix operators which are detailed below.</P>
<P><FONT SIZE="+1"><B>TEST ENVIRONMENT</B></FONT></P>
<P>A set of eight image pairs was identified to use for this initial GA investigation. Given these sixteen images (eight pairs), fifteen of them have been transformed into the space of the sixteenth, and this has been done for all of the sixteen different combinations. Additionally, each of the sixteen images was transformed to itself to ensure that the system can correctly generate an identity matrix. This yielded a total of 256 image-pair transformations to use for testing.
</P>
<P>A second group of eight image pairs was then used to validate the results.</P>
<P><FONT SIZE="+1"><B>GA CODING SCHEME</B></FONT></P>
<P>To scope the problem, the 256 transformation solutions were run using the existing method. These solutions were analyzed to find &#147;typical&#148; ranges for each of the 16 matrix values, which were used to help define the subset of the search-space which is applicable for this problem. Follow-on tests were run and confirmed that this restricted space is reasonable for the problem in general.
</P>
<TABLE WIDTH="100%" BORDER><CAPTION ALIGN=LEFT><B>Table 2.1</B> Survey of 256 initial transformation matrices.
<TR>
<TD ALIGN="CENTER" COLSPAN="4">----------AVERAGES---------
<TR>
<TD WIDTH="25%">.99647284237
<TD WIDTH="25%">0.004078072022
<TD WIDTH="25%">0.0000000000
<TD WIDTH="25%">0.0000000000
<TR>
<TD>0.0040780720
<TD>0.996472842379
<TD>0.0000000000
<TD>0.0000000000
<TR>
<TD>.00000000000
<TD>0.000000000000
<TD>1.0000000000
<TD>0.0000000000
<TR>
<TD>.04210090637
<TD>8.246609449386
<TD>0.0000000000
<TD>1.0000000000
<TR>
<TD ALIGN="CENTER" COLSPAN="4">----------MINIMUMS----------
<TR>
<TD>.93118642603
<TD>0.126938044559
<TD>0.0000000000
<TD>0.0000000000
<TR>
<TD>0.1431280079
<TD>0.931186426030
<TD>0.0000000000
<TD>0.0000000000
<TR>
<TD>.00000000000
<TD>0.000000000000
<TD>1.0000000000
<TD>0.0000000000
<TR>
<TD>178.83712768
<TD>161.4008789062
<TD>0.0000000000
<TD>1.0000000000
<TR>
<TD ALIGN="CENTER" COLSPAN="4">----------MAXIMUMS----------
<TR>
<TD>.05537870300
<TD>0.143128007908
<TD>0.0000000000
<TD>0.0000000000
<TR>
<TD>.12693804455
<TD>1.055378703005
<TD>0.0000000000
<TD>0.0000000000
<TR>
<TD>.00000000000
<TD>0.000000000000
<TD>1.0000000000
<TD>0.0000000000
<TR>
<TD>86.118011474
<TD>28.21191406250
<TD>0.0000000000
<TD>1.0000000000
</TABLE>
<P>The survey data looks at the average as well as the minimum and maximum values for the non-GA run of 256 transformations. Table 2.1 shows the results of applying a single rotation, scaling, then transformation for the initial calculated guess.
</P><P><BR></P>
<CENTER>
<TABLE BORDER>
<TR>
<TD><A HREF="015-017.html">Previous</A></TD>
<TD><A HREF="../ewtoc.html">Table of Contents</A></TD>
<TD><A HREF="020-022.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 + -