Searched refs:ParabolaStorage (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvlee.cpp92 CvMemStorage* ParabolaStorage; member in struct:CvVoronoiStorageInt
262 // ChainStorage,ParabolaStorage,DirectionStorage,HoleStorage form the second group.
1488 VoronoiStorageInt.ParabolaStorage = cvCreateMemStorage(0);
1498 pVoronoiDiagramInt->ParabolaSeq = cvCreateSeq(0,sizeof(CvSeq),sizeof(CvVoronoiParabolaInt),VoronoiStorageInt.ParabolaStorage);
1710 if(pVoronoiStorage->ParabolaStorage!=NULL)
1711 cvReleaseMemStorage(&pVoronoiStorage->ParabolaStorage);

Completed in 209 milliseconds