Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
Dcxarray.cpp59 CvIPL; variable
80 CvIPL.createHeader = createHeader; in cvSetIPLAllocators()
81 CvIPL.allocateData = allocateData; in cvSetIPLAllocators()
82 CvIPL.deallocate = deallocate; in cvSetIPLAllocators()
83 CvIPL.createROI = createROI; in cvSetIPLAllocators()
84 CvIPL.cloneImage = cloneImage; in cvSetIPLAllocators()
982 if( !CvIPL.allocateData ) in cvCreateData()
998 CvIPL.allocateData( img, 0, 0 ); in cvCreateData()
1158 if( !CvIPL.deallocate ) in cvReleaseData()
1166 CvIPL.deallocate( img, IPL_IMAGE_DATA ); in cvReleaseData()
[all …]