OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ippimoments
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/imgproc/src/
moments.cpp
593
typedef IppStatus (CV_STDCALL *
ippiMoments
)(const void * pSrc, int srcStep, IppiSize roiSize, IppiMomentState_64f* pCtx);
594
ippiMoments
ippFunc =
595
type == CV_8UC1 ? (
ippiMoments
)ippiMoments64f_8u_C1R :
596
type == CV_16UC1 ? (
ippiMoments
)ippiMoments64f_16u_C1R :
597
type == CV_32FC1? (
ippiMoments
)ippiMoments64f_32f_C1R : 0;
/external/opencv/cv/src/
_cvipp.h
75
"
ippiMoments
" #ipp_suffix "_C" #cn "R", CV_PLUGINS1(CV_PLUGIN_IPPI),\
[
all
...]
Completed in 69 milliseconds