Searched refs:CV_INTER_AREA (Results 1 – 4 of 4) sorted by relevance
/external/opencv/cv/src/ |
D | cvlkpyramid.cpp | 1204 cvResize( gray, sA, CV_INTER_AREA ); in cvEstimateRigidTransform() 1206 cvResize( gray, sB, CV_INTER_AREA ); in cvEstimateRigidTransform() 1210 cvResize( gray, sA, CV_INTER_AREA ); in cvEstimateRigidTransform() 1211 cvResize( gray, sB, CV_INTER_AREA ); in cvEstimateRigidTransform() 1216 cvResize( gray, sA, CV_INTER_AREA ); in cvEstimateRigidTransform()
|
D | cvimgwarp.cpp | 686 if( ipp_func && (CV_INTER_NN < method && method < CV_INTER_AREA)) in cvResize() 705 else if( method == CV_INTER_LINEAR || method == CV_INTER_AREA ) in cvResize() 707 if( method == CV_INTER_AREA && in cvResize() 809 int area_mode = method == CV_INTER_AREA; in cvResize() 1146 if( ipp_func && CV_INTER_NN <= method && method <= CV_INTER_AREA ) in cvWarpAffine() 1370 if( method == CV_INTER_NN || method == CV_INTER_AREA ) in cvWarpPerspective() 1417 if( ipp_func && CV_INTER_NN <= method && method <= CV_INTER_AREA && in cvWarpPerspective()
|
D | cvsurf.cpp | 457 cvResize( &_src0, &_src, CV_INTER_AREA ); in cvExtractSURF()
|
/external/opencv/cv/include/ |
D | cv.h | 263 #define CV_INTER_AREA 3 in LOAD_CHDL() macro
|