[8] | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
---|
| 2 | <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> |
---|
| 3 | <title>mixpp: PF Class Reference</title> |
---|
| 4 | <link href="doxygen.css" rel="stylesheet" type="text/css"> |
---|
| 5 | <link href="tabs.css" rel="stylesheet" type="text/css"> |
---|
| 6 | </head><body> |
---|
| 7 | <!-- Generated by Doxygen 1.5.3 --> |
---|
| 8 | <div class="tabs"> |
---|
| 9 | <ul> |
---|
| 10 | <li><a href="index.html"><span>Main Page</span></a></li> |
---|
| 11 | <li class="current"><a href="annotated.html"><span>Classes</span></a></li> |
---|
| 12 | <li><a href="files.html"><span>Files</span></a></li> |
---|
| 13 | </ul> |
---|
| 14 | </div> |
---|
| 15 | <div class="tabs"> |
---|
| 16 | <ul> |
---|
| 17 | <li><a href="annotated.html"><span>Class List</span></a></li> |
---|
| 18 | <li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li> |
---|
| 19 | <li><a href="functions.html"><span>Class Members</span></a></li> |
---|
| 20 | </ul> |
---|
| 21 | </div> |
---|
| 22 | <h1>PF Class Reference</h1><!-- doxytag: class="PF" --><!-- doxytag: inherits="BM" -->A Particle Filter prototype. |
---|
| 23 | <a href="#_details">More...</a> |
---|
| 24 | <p> |
---|
| 25 | <code>#include <<a class="el" href="libPF_8h-source.html">libPF.h</a>></code> |
---|
| 26 | <p> |
---|
| 27 | <div class="dynheader"> |
---|
| 28 | Inheritance diagram for PF:</div> |
---|
| 29 | <div class="dynsection"> |
---|
| 30 | |
---|
| 31 | <p><center><img src="classPF.png" usemap="#PF_map" border="0" alt=""></center> |
---|
| 32 | <map name="PF_map"> |
---|
| 33 | <area href="classBM.html" alt="BM" shape="rect" coords="0,0,63,24"> |
---|
| 34 | <area href="classTrivialPF.html" alt="TrivialPF" shape="rect" coords="0,112,63,136"> |
---|
| 35 | </map> |
---|
| 36 | </div> |
---|
| 37 | |
---|
| 38 | <p> |
---|
| 39 | <a href="classPF-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0"> |
---|
| 40 | <tr><td></td></tr> |
---|
| 41 | <tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr> |
---|
| 42 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a0e26b2f6a5884aca49122f3e4f0cf19"></a><!-- doxytag: member="PF::resample" ref="a0e26b2f6a5884aca49122f3e4f0cf19" args="(RESAMPLING_METHOD method=SYSTEMATIC)" --> |
---|
| 43 | ivec </td><td class="memItemRight" valign="bottom"><a class="el" href="classPF.html#a0e26b2f6a5884aca49122f3e4f0cf19">resample</a> (RESAMPLING_METHOD method=SYSTEMATIC)</td></tr> |
---|
| 44 | |
---|
| 45 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Returns indexes of particles that should be resampled. <br></td></tr> |
---|
| 46 | <tr><td colspan="2"><br><h2>Protected Attributes</h2></td></tr> |
---|
| 47 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="2c2f44ed7a4eaa42e07bdb58d503f280"></a><!-- doxytag: member="PF::n" ref="2c2f44ed7a4eaa42e07bdb58d503f280" args="" --> |
---|
| 48 | int </td><td class="memItemRight" valign="bottom"><b>n</b></td></tr> |
---|
| 49 | |
---|
| 50 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="f6bc92f7979af4513b06b161497ba868"></a><!-- doxytag: member="PF::w" ref="f6bc92f7979af4513b06b161497ba868" args="" --> |
---|
| 51 | vec </td><td class="memItemRight" valign="bottom"><b>w</b></td></tr> |
---|
| 52 | |
---|
| 53 | </table> |
---|
| 54 | <hr><a name="_details"></a><h2>Detailed Description</h2> |
---|
| 55 | A Particle Filter prototype. |
---|
| 56 | <p> |
---|
| 57 | Bayesian Filtering equations hold. <hr>The documentation for this class was generated from the following files:<ul> |
---|
| 58 | <li>work/mixpp/<a class="el" href="libPF_8h-source.html">libPF.h</a><li>work/mixpp/libPF.cpp</ul> |
---|
| 59 | <hr size="1"><address style="text-align: right;"><small>Generated on Wed Jan 23 11:30:12 2008 for mixpp by |
---|
| 60 | <a href="http://www.doxygen.org/index.html"> |
---|
| 61 | <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address> |
---|
| 62 | </body> |
---|
| 63 | </html> |
---|