Go to the source code of this file.
Classes | |
class | CBlobContour |
Blob contour class (in crack code) More... | |
Defines | |
#define | MAX_MOMENTS_ORDER 3 |
Max order of calculated moments. | |
Typedefs | |
typedef unsigned char | t_chainCode |
Type of chain codes. | |
typedef CvSeq * | t_chainCodeList |
Type of list of chain codes. | |
typedef CvSeq * | t_PointList |
Type of list of points. |
#define MAX_MOMENTS_ORDER 3 |
Max order of calculated moments.
Definition at line 19 of file BlobContour.h.
typedef unsigned char t_chainCode |
Type of chain codes.
Definition at line 11 of file BlobContour.h.
typedef CvSeq* t_chainCodeList |
Type of list of chain codes.
Definition at line 13 of file BlobContour.h.
typedef CvSeq* t_PointList |
Type of list of points.
Definition at line 15 of file BlobContour.h.