Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

DualCoding::LookoutSearchRequest Class Reference

Search for an object and return when found. More...

#include <LookoutRequests.h>

Inheritance diagram for DualCoding::LookoutSearchRequest:

Detailed Description

Search for an object and return when found.

Definition at line 258 of file LookoutRequests.h.

List of all members.

Public Member Functions

 LookoutSearchRequest (const ShapeRoot &target=ShapeRoot())
 Constructor.
 LookoutSearchRequest (const LookoutSearchRequest &req)
 Copy constructor.

Public Attributes

ShapeRoot targetShape
int minBlobArea
 Minimum acceptable size of a region.
bool(* exitTest )()
 If true, target has been found.
Sketch< uchar > image
 Stores image here.
unsigned int joint
 joint reference frame from which base frame transformation matrix is created, e.g., Camera, IR, etc.
fmat::Transform toBaseMatrix
 transformation matrix from joint frame to base frame

Private Member Functions

LookoutSearchRequestoperator= (const LookoutSearchRequest &)
 don't call this

Private Attributes

color_index cindex

Friends

class Lookout

Constructor & Destructor Documentation

DualCoding::LookoutSearchRequest::LookoutSearchRequest ( const ShapeRoot &  target = ShapeRoot()  ) 

Constructor.

Definition at line 264 of file LookoutRequests.h.

DualCoding::LookoutSearchRequest::LookoutSearchRequest ( const LookoutSearchRequest req  ) 

Copy constructor.

Definition at line 276 of file LookoutRequests.h.


Member Function Documentation

LookoutSearchRequest& DualCoding::LookoutSearchRequest::operator= ( const LookoutSearchRequest  )  [private]

don't call this


Friends And Related Function Documentation

friend class Lookout [friend]

Definition at line 261 of file LookoutRequests.h.


Member Data Documentation

If true, target has been found.

Definition at line 284 of file LookoutRequests.h.

joint reference frame from which base frame transformation matrix is created, e.g., Camera, IR, etc.

Definition at line 286 of file LookoutRequests.h.

Referenced by DualCoding::Lookout::processSearchEvent().

Minimum acceptable size of a region.

Definition at line 283 of file LookoutRequests.h.

Referenced by DualCoding::Lookout::processSearchEvent().

transformation matrix from joint frame to base frame

Definition at line 287 of file LookoutRequests.h.

Referenced by DualCoding::Lookout::processSearchEvent(), and DualCoding::Lookout::requestComplete().


The documentation for this class was generated from the following file:

Tekkotsu v5.1CVS
Generated Mon May 9 04:59:20 2016 by Doxygen 1.6.3