|
Structural deformable models
|
#include <ExpMap.h>


Public Types | |
| enum | EDFlags { ED_NONE =0, ED_OLD =1 } |
Public Member Functions | |
| EMDistribution () | |
| virtual | ~EMDistribution () |
| virtual PropVec | getPropVec () const |
| virtual void | setIntegral (float integral) |
| virtual EMDistribution * | copy () const |
| virtual float | ratePropVec (const PropVec &prop, Winner *winner=NULL) const |
| void | setCreator (const Winner &creator) |
| void | setShootCount (dword scount) |
| dword | getShootCount () const |
| bool | hasFlags (dword flags) const |
| void | setFlags (dword flags) |
| void | unsetFlags (dword flags=0xffffffff) |
Public Attributes | |
| float | m_Integral |
| Winner | m_Creator |
| dword | m_ShootCount |
| dword | m_Flags |
| Enumerator | |
|---|---|
| ED_NONE | |
| ED_OLD | |
Definition at line 46 of file ExpMap.h.
|
inline |
Definition at line 47 of file ExpMap.h.
|
inlinevirtual |
|
inlinevirtual |
Reimplemented in ExpectationMap, EMDXformer, EMDGauss, and EMDRect.
Definition at line 53 of file ExpMap.h.
Referenced by EMDXformer::copy().
|
inlinevirtual |
Reimplemented in ExpectationMap, EMDXformer, EMDGauss, and EMDRect.
Definition at line 49 of file ExpMap.h.
|
inline |
Definition at line 62 of file ExpMap.h.
Referenced by MStructure::addExpectation(), and ExpectationMap::getShootCount().
|
inlinevirtual |
Reimplemented in ExpectationMap, EMDXformer, EMDGauss, and EMDRect.
Definition at line 56 of file ExpMap.h.
Referenced by MStructure::showStats().
|
inline |
Definition at line 58 of file ExpMap.h.
Referenced by MStructure::addExpectation().
|
inlinevirtual |
|
inline |
|
inline |
| Winner EMDistribution::m_Creator |
Definition at line 68 of file ExpMap.h.
Referenced by ExpectationMap::add().
| float EMDistribution::m_Integral |
Definition at line 67 of file ExpMap.h.
Referenced by Searcher::evolve(), ExpectationMap::getPropVec(), MStructure::rebuildExpMap(), Searcher::triggerTest(), and ExpectationMap::updateIntegral().
1.8.11