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

/external/opencv/cxcore/src/
H A Dcxarray.cpp59 CvIPL; variable in typeref:struct:__anon14458
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...]
/external/opencv3/modules/core/src/
H A Darray.cpp66 CvIPL; variable in typeref:struct:__anon15298
83 CvIPL.createHeader = createHeader;
84 CvIPL.allocateData = allocateData;
85 CvIPL.deallocate = deallocate;
86 CvIPL.createROI = createROI;
87 CvIPL.cloneImage = cloneImage;
834 if( !CvIPL.allocateData )
850 CvIPL.allocateData( img, 0, 0 );
991 if( !CvIPL.deallocate )
999 CvIPL
[all...]

Completed in 158 milliseconds