Public Member Functions | Private Attributes
CBlobGetDistanceFromPoint Class Reference

#include <BlobOperators.h>

Inheritance diagram for CBlobGetDistanceFromPoint:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 CBlobGetDistanceFromPoint ()
 Standard constructor (distance to point 0,0)
 CBlobGetDistanceFromPoint (const double x, const double y)
 Constructor (distance to point x,y)
const char * GetNom ()
 Get operator name.
double operator() (CBlob &blob)

Private Attributes

double m_x
double m_y

Detailed Description

Classe per calcular la distāncia entre el centre del blob i un punt donat Class to calculate the euclidean distance between the center of a blob and a given point

Definition at line 439 of file BlobOperators.h.


Constructor & Destructor Documentation

Standard constructor (distance to point 0,0)

Definition at line 443 of file BlobOperators.h.

CBlobGetDistanceFromPoint::CBlobGetDistanceFromPoint ( const double  x,
const double  y 
) [inline]

Constructor (distance to point x,y)

Definition at line 448 of file BlobOperators.h.


Member Function Documentation

const char* CBlobGetDistanceFromPoint::GetNom ( ) [inline, virtual]

Get operator name.

Implements COperadorBlob.

Definition at line 455 of file BlobOperators.h.

double CBlobGetDistanceFromPoint::operator() ( CBlob blob) [virtual]

Calcula la distāncia entre un punt i el centre del blob

  • FUNCTION: CBlobGetDistanceFromPoint
  • FUNCTIONALITY: Calculates the euclidean distance between the blob center and the point specified in the constructor
  • PARAMETERS:
  • RESULT:
  • RESTRICTIONS:
  • AUTHOR: Ricard Borrās
  • CREATION DATE: 25-05-2005.
  • MODIFICATION: Date. Author. Description.

Implements COperadorBlob.

Definition at line 394 of file BlobOperators.cpp.


Member Data Documentation

Definition at line 462 of file BlobOperators.h.

Definition at line 462 of file BlobOperators.h.


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


hrl_cvblobslib
Author(s): kelsey
autogenerated on Wed Nov 27 2013 11:32:58