Searched refs:CvIPL (Results 1 – 1 of 1) sorted by relevance
59 CvIPL; variable80 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 …]