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

ColorSearchParams Struct Reference

#include <colorsearchparams.h>

Collaboration diagram for ColorSearchParams:

Collaboration graph
[legend]
List of all members.

Public Types

enum  { MAXPRIOREFFECT = 999999999, MINPRIOREFFECT = 0 }

Public Member Functions

 ColorSearchParams ()
void Initialize ()

Public Attributes

int decimation_factor
float smooth_result
TSquare< double > vbox

Member Enumeration Documentation

anonymous enum
 

Enumeration values:
MAXPRIOREFFECT 
MINPRIOREFFECT 

Definition at line 20 of file colorsearchparams.h.

00020 {MAXPRIOREFFECT = 999999999, MINPRIOREFFECT = 0};


Constructor & Destructor Documentation

ColorSearchParams  )  [inline]
 

Definition at line 53 of file colorsearchparams.h.

00053                             {
00054                 Initialize();
00055         }


Member Function Documentation

void Initialize  )  [inline]
 

Definition at line 36 of file colorsearchparams.h.

References TSquare::size, TSquare::x, and TSquare::y.

00036                           {
00037                 decimation_factor = 2;
00038                 smooth_result = .5;
00039 #ifdef PREDICTIVE
00040                 m_min_scale_up = 1;
00041                 m_min_stride = 1;
00042                 m_min_scale_pct = 0.1f; 
00043                 m_stride_pct = 0; 
00044                 m_scale_up_pct = 0;
00045                 m_location_window = m_scale_window = static_cast<float>(MINPRIOREFFECT);
00046 #else
00047                 vbox.x = MINPRIOREFFECT;
00048                 vbox.y = MINPRIOREFFECT;
00049                 vbox.size = MINPRIOREFFECT;
00050 #endif
00051         }


Member Data Documentation

int decimation_factor
 

Definition at line 22 of file colorsearchparams.h.

Referenced by MPColorTracker::DoSearch().

float smooth_result
 

Definition at line 23 of file colorsearchparams.h.

Referenced by MPColorTracker::DoSearch().

TSquare<double> vbox
 

Definition at line 33 of file colorsearchparams.h.

Referenced by MPColorTracker::DoSearch().


The documentation for this struct was generated from the following file:
Generated on Mon Nov 8 17:08:30 2004 for MPT by  doxygen 1.3.9.1