The Machine Perception Toolbox

[Introduction]- [News]- [Download]- [Screenshots]- [Manual (pdf)]- [Forums]- [API Reference]- [Repository ]

 

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

mac/build/mpisearch.framework/Headers/faceboxlist.h File Reference

#include "square.h"
#include <algorithm>
#include <list>
#include <math.h>
#include <iostream>

Include dependency graph for mac/build/mpisearch.framework/Headers/faceboxlist.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Classes

class  avg_object
class  ObjectList

Typedefs

typedef ObjectList< int > FaceBoxList

Functions

template<class T, class U>
max (T x, U y)
template<class T, class U>
min (T x, U y)


Typedef Documentation

typedef ObjectList<int> FaceBoxList
 

Definition at line 68 of file mac/build/mpisearch.framework/Headers/faceboxlist.h.

Referenced by SingleShotColorSearch::displayResults(), DrawBoxes(), FilterInterface::DrawBoxes(), MPEyeFinder::findEyes(), FindFacesInGWorld::FindFaces:, MPBlink::get_eyes(), MPColorTracker::GetLastFaces(), MPISearchThread::GetMPIFaceBoxes(), main(), MPISearchThread::Process(), MPISearchThread::Search(), MPISearchObjectDetector::search(), MPISearchThread::shiftFaces(), and MPISearchThread::UpdateColorModel().


Function Documentation

T max x,
y
[inline, static]
 

Definition at line 74 of file mac/build/mpisearch.framework/Headers/faceboxlist.h.

References y.

00074 { return static_cast<T>(x > y ? x : y);}

T min x,
y
[inline, static]
 

Definition at line 76 of file mac/build/mpisearch.framework/Headers/faceboxlist.h.

References y.

00076 { return static_cast<T>(x < y ? x : y);}


Generated on Mon Nov 8 17:07:59 2004 for MPT by  doxygen 1.3.9.1