

Go to the source code of this file.
| Defines | |
| #define | _CLASSE_BLOBRESULT_INCLUDED | 
| Typedefs | |
| typedef std::vector< CBlob * > | Blob_vector | 
| definició de que es un vector de blobs | |
| Functions | |
| bool | ComponentLabeling (IplImage *inputImage, IplImage *maskImage, unsigned char backgroundColor, Blob_vector &blobs) | 
| void | contourTracing (IplImage *image, IplImage *mask, CvPoint contourStart, t_labelType *labels, bool *visitedPoints, t_labelType label, bool internalContour, unsigned char backgroundColor, CBlobContour *currentBlobContour) | 
| CvPoint | tracer (IplImage *image, IplImage *mask, CvPoint P, bool *visitedPoints, short initialMovement, unsigned char backgroundColor, short &movement) | 
| #define _CLASSE_BLOBRESULT_INCLUDED | 
Definition at line 2 of file ComponentLabeling.h.
| typedef std::vector<CBlob*> Blob_vector | 
definició de que es un vector de blobs
Definition at line 10 of file ComponentLabeling.h.
| bool ComponentLabeling | ( | IplImage * | inputImage, | 
| IplImage * | maskImage, | ||
| unsigned char | backgroundColor, | ||
| Blob_vector & | blobs | ||
| ) | 
current blob pointer
Definition at line 93 of file ComponentLabeling.cpp.
| void contourTracing | ( | IplImage * | image, | 
| IplImage * | maskImage, | ||
| CvPoint | contourStart, | ||
| t_labelType * | labels, | ||
| bool * | visitedPoints, | ||
| t_labelType | label, | ||
| bool | internalContour, | ||
| unsigned char | backgroundColor, | ||
| CBlobContour * | currentBlobcontour | ||
| ) | 
Definition at line 267 of file ComponentLabeling.cpp.
| CvPoint tracer | ( | IplImage * | image, | 
| IplImage * | maskImage, | ||
| CvPoint | P, | ||
| bool * | visitedPoints, | ||
| short | initialMovement, | ||
| unsigned char | backgroundColor, | ||
| short & | movement | ||
| ) | 
Definition at line 345 of file ComponentLabeling.cpp.