Public Member Functions
CBlobGetHullPerimeter Class Reference

#include <BlobOperators.h>

Inheritance diagram for CBlobGetHullPerimeter:
Inheritance graph
[legend]

List of all members.

Public Member Functions

const char * GetNom ()
 Get operator name.
double operator() (CBlob &blob)

Detailed Description

Classe per calcular el perimetre del poligon convex d'un blob Class to calculate the convex hull perimeter of a blob

Definition at line 282 of file BlobOperators.h.


Member Function Documentation

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

Get operator name.

Implements COperadorBlob.

Definition at line 286 of file BlobOperators.h.

double CBlobGetHullPerimeter::operator() ( CBlob blob) [virtual]
  • FUNCIÓ: HullPerimeter
  • FUNCIONALITAT: Calcula la longitud del perimetre convex del blob. Fa servir la funció d'OpenCV cvConvexHull2 per a calcular el perimetre convex.
  • PARÀMETRES:
  • RESULTAT:
    • retorna la longitud del perímetre convex del blob. Si el blob no té coordenades associades retorna el perímetre normal del blob.
  • RESTRICCIONS:
  • AUTOR: Ricard Borràs
  • DATA DE CREACIÓ: 20-07-2004.
  • MODIFICACIÓ: Data. Autor. Descripció.
  • FUNCTION: CBlobGetHullPerimeter
  • FUNCTIONALITY: Calculates the convex hull perimeter of the blob
  • PARAMETERS:
  • RESULT:
    • returns the convex hull perimeter of the blob or the perimeter if the blob edges could not be retrieved
  • RESTRICTIONS:
  • AUTHOR: Ricard Borràs
  • CREATION DATE: 25-05-2005.
  • MODIFICATION: Date. Author. Description.

Implements COperadorBlob.

Definition at line 54 of file BlobOperators.cpp.


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