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

/external/opencv/cxcore/src/
H A Dcxarray.cpp59 CvIPL; variable in typeref:struct:__anon28114
80 CvIPL.createHeader = createHeader;
81 CvIPL.allocateData = allocateData;
82 CvIPL.deallocate = deallocate;
83 CvIPL.createROI = createROI;
84 CvIPL.cloneImage = cloneImage;
982 if( !CvIPL.allocateData )
998 CvIPL.allocateData( img, 0, 0 );
1158 if( !CvIPL.deallocate )
1166 CvIPL
[all...]

Completed in 34 milliseconds