OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:icvgetspatialmoment_64f_p
(Results
1 - 1
of
1
) sorted by null
/external/opencv/cv/src/
cvmoments.cpp
360
icvGetSpatialMoment_64f_t
icvGetSpatialMoment_64f_p
= 0;
451
icvGetSpatialMoment_64f_p
( ippmomentstate, 0, 0, 0, cvPoint(0,0), &moments->m00 );
452
icvGetSpatialMoment_64f_p
( ippmomentstate, 1, 0, 0, cvPoint(0,0), &moments->m10 );
453
icvGetSpatialMoment_64f_p
( ippmomentstate, 0, 1, 0, cvPoint(0,0), &moments->m01 );
454
icvGetSpatialMoment_64f_p
( ippmomentstate, 2, 0, 0, cvPoint(0,0), &moments->m20 );
455
icvGetSpatialMoment_64f_p
( ippmomentstate, 1, 1, 0, cvPoint(0,0), &moments->m11 );
456
icvGetSpatialMoment_64f_p
( ippmomentstate, 0, 2, 0, cvPoint(0,0), &moments->m02 );
457
icvGetSpatialMoment_64f_p
( ippmomentstate, 3, 0, 0, cvPoint(0,0), &moments->m30 );
458
icvGetSpatialMoment_64f_p
( ippmomentstate, 2, 1, 0, cvPoint(0,0), &moments->m21 );
459
icvGetSpatialMoment_64f_p
( ippmomentstate, 1, 2, 0, cvPoint(0,0), &moments->m12 )
[
all
...]
Completed in 655 milliseconds