Home
last modified time | relevance | path

Searched refs:LCMData (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cvaux/src/
Dcvlcm.cpp529 CvLCMData LCMData; in _cvConstructLCMEdge() local
551 _CV_INITIALIZE_CVLCMDATA(&LCMData,pSite,pEdge,pNode1); in _cvConstructLCMEdge()
552 if(_cvConstructLCMSimpleNode(pLCM,pLCMEdge,&LCMData)) in _cvConstructLCMEdge()
555 pEdge = LCMData.pedge; pSite = LCMData.psite; in _cvConstructLCMEdge()
561 _CV_INITIALIZE_CVLCMDATA(&LCMData,pSite,pEdge,pNode0); in _cvConstructLCMEdge()
562 CV_WRITE_SEQ_ELEM(LCMData.pnode->pt,writer); in _cvConstructLCMEdge()
563 width += LCMData.pnode->radius; in _cvConstructLCMEdge()
564 _cvConstructLCMComplexNode(pLCM,pLCMEdge,&LCMData); in _cvConstructLCMEdge()