opencv 中的CV_IMPL

转自: http://www.sourcecodebrowser.com/opencv/2.1.0/cvlcm_8cpp.html
cvlcm.cpp File Reference
#include "_cvaux.h"

Go to the source code of this file.

Classes

struct   CvLCM
struct   CvLCMComplexNodeData
struct   CvLCMData

Defines

#define  CV_IMPL   CV_EXTERN_C
#define  _CV_READ_SEQ_ELEM(elem, reader, type)
#define  _CV_IS_SITE_REFLEX(SITE)   ((SITE) ->node[0] == (SITE) ->node[1])
#define  _CV_IS_EDGE_REFLEX(EDGE)
#define  _CV_INITIALIZE_CVLCMDATA(STRUCT, SITE, EDGE, NODE)   { (STRUCT)->psite = SITE ; (STRUCT)->pedge = EDGE; (STRUCT)->pnode = NODE;}

Typedefs

typedef struct CvLCM  CvLCM
typedef struct CvLCMComplexNodeData  CvLCMComplexNodeData
typedef struct CvLCMData  CvLCMData

你可能感兴趣的:(opencv 中的CV_IMPL)