Searched refs:ippiMoments (Results 1 – 1 of 1) sorted by relevance
593 …typedef IppStatus (CV_STDCALL * ippiMoments)(const void * pSrc, int srcStep, IppiSize roiSize, Ipp… in moments() typedef594 ippiMoments ippFunc = in moments()595 type == CV_8UC1 ? (ippiMoments)ippiMoments64f_8u_C1R : in moments()596 type == CV_16UC1 ? (ippiMoments)ippiMoments64f_16u_C1R : in moments()597 type == CV_32FC1? (ippiMoments)ippiMoments64f_32f_C1R : 0; in moments()