HomeSort by relevance Sort by last modified time
    Searched refs:CvSet (Results 1 - 21 of 21) sorted by null

  /external/opencv/cvaux/src/
cvlcm.cpp 278 CvSet* SiteSet;
291 SiteSet = (CvSet*)SiteSet->h_next)
364 for(CvSet* SiteSet = LCM->VoronoiDiagram->sites;
366 SiteSet = (CvSet*)SiteSet->h_next)
587 cvSetAdd((CvSet*)pLCM->Graph, NULL, (CvSetElem**)&pLCMNode );
598 cvSetAdd( (CvSet*)(pLCM->Graph->edges), 0, (CvSetElem**)&pLCMEdge );
cvlee.cpp 296 CvSet* &NewSiteSeqPrev,
323 CvSet* &NewSiteSeqPrev,
349 CvSet* &NewSiteSeqPrev,
    [all...]
  /external/opencv/cv/src/
cvsubdivision2d.cpp 88 edge = (CvQuadEdge2D*)cvSetNew( (CvSet*)subdiv->edges );
113 subdiv_point = (CvSubdiv2DPoint*)cvSetNew( (CvSet*)subdiv );
182 cvSetRemoveByPtr( (CvSet*)(subdiv->edges), quadedge );
533 cvClearSet( (CvSet *) (subdiv->edges) );
534 cvClearSet( (CvSet *) subdiv );
611 cvSetRemoveByPtr( (CvSet*)subdiv, pt );
cvcontours.cpp 151 CvSet *cinfo_set; /* set of _CvContourInfo nodes */
304 scanner->cinfo_set = cvCreateSet( 0, sizeof( CvSet ), sizeof( _CvContourInfo ),
    [all...]
  /external/opencv/cxcore/include/
cxtypes.h 744 struct CvSet;
753 struct CvSet* heap;
    [all...]
cxcore.h 445 CVAPI(void) cvSet( CvArr* arr, CvScalar value,
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
types_c.h 671 struct CvSet;
684 struct CvSet* heap;
    [all...]
core_c.h 643 All these as well as other functions accessing array elements ( cvGetND , cvGetRealND , cvSet
    [all...]
  /external/opencv/cxcore/src/
cxdatastructs.cpp     [all...]
cxpersistence.cpp 462 node = (CvStringHashNode*)cvSetNew( (CvSet*)map );
542 CvFileMapNode* node = (CvFileMapNode*)cvSetNew( (CvSet*)map );
    [all...]
cxarray.cpp 681 CV_CALL( arr->heap = cvCreateSet( 0, sizeof(CvSet), size, storage ));
    [all...]
  /external/opencv3/modules/core/src/
datastructs.cpp     [all...]
persistence.cpp 612 node = (CvStringHashNode*)cvSetNew( (CvSet*)map );
685 CvFileMapNode* node = (CvFileMapNode*)cvSetNew( (CvSet*)map );
    [all...]
array.cpp 572 arr->heap = cvCreateSet( 0, sizeof(CvSet), size, storage );
    [all...]
  /external/opencv/ml/include/
ml.h 822 CvSet* node_heap;
823 CvSet* split_heap;
824 CvSet* cv_heap;
825 CvSet* nv_heap;
    [all...]
  /external/opencv3/apps/traincascade/
old_ml.hpp 751 CvSet* node_heap;
752 CvSet* split_heap;
753 CvSet* cv_heap;
754 CvSet* nv_heap;
    [all...]
old_ml_inner_functions.cpp     [all...]
  /external/opencv3/modules/core/test/
test_ds.cpp 78 * simple cvset implementation *
692 "cvset reader position doesn't work" );
1251 CvSet* cvset = (CvSet*)cxcore_struct[struct_idx]; local
    [all...]
  /external/opencv3/modules/imgproc/src/
contours.cpp 137 CvSet *cinfo_set; /* set of _CvContourInfo nodes */
285 scanner->cinfo_set = cvCreateSet( 0, sizeof( CvSet ), sizeof( _CvContourInfo ),
    [all...]
  /external/opencv/cvaux/include/
cvaux.h     [all...]
  /external/opencv/ml/src/
ml_inner_functions.cpp     [all...]

Completed in 507 milliseconds