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

src/faceboxlist.h File Reference

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

Include dependency graph for src/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 76 of file src/faceboxlist.h.


Function Documentation

T max x,
y
[inline, static]
 

Definition at line 82 of file src/faceboxlist.h.

References y.

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

T min x,
y
[inline, static]
 

Definition at line 84 of file src/faceboxlist.h.

References y.

Referenced by MPColorFeatSearch::addBoxCorners(), ModeData::addData(), MPColorTools::DrawRGBBox(), UniformWindow::get_location_window(), MPColorFeatSearch::getBoxSum(), ModeData::ModeData(), ObjectList::overlap(), RImage::print(), TImage::print(), MPColorFeatSearch::searchFeature(), MPIImagePyramid< float >::SetScaleFactorsFloat(), FilterInterface::ShowBlinkResults(), ModeData::subData(), Cluster::UpdateCluster(), and MPISearchThread::UpdateColorModel().

00084 { 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