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

colorfeatsearch.cpp File Reference

#include "pp_preprocessor.h"
#include "colorfeatsearch.h"
#include <cmath>
#include <limits>
#include <windows.h>

Include dependency graph for colorfeatsearch.cpp:

Include dependency graph

Go to the source code of this file.

Functions

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


Function Documentation

double max x,
y
[inline, static]
 

Definition at line 7 of file colorfeatsearch.cpp.

References y.

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

T min x,
y
[inline, static]
 

Definition at line 9 of file colorfeatsearch.cpp.

References y.

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


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