#include <BlobOperators.h>
List of all members.
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
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: