Home
last modified time | relevance | path

Searched refs:CV_INTER_AREA (Results 1 – 8 of 8) sorted by relevance

/external/opencv/cv/src/
Dcvlkpyramid.cpp1204 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()
Dcvimgwarp.cpp686 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()
Dcvsurf.cpp457 cvResize( &_src0, &_src, CV_INTER_AREA ); in cvExtractSURF()
/external/opencv3/modules/imgproc/include/opencv2/imgproc/
Dtypes_c.h362 CV_INTER_AREA =3, enumerator
/external/opencv3/modules/highgui/src/
Dwindow_gtk.cpp132 cvResize( widget->original_image, widget->scaled_image, CV_INTER_AREA ); in cvImageWidgetSetImage()
376 cvResize( image_widget->original_image, image_widget->scaled_image, CV_INTER_AREA ); in cvImageWidget_size_allocate()
/external/opencv/cv/include/
Dcv.h263 #define CV_INTER_AREA 3 in LOAD_CHDL() macro
/external/opencv3/apps/createsamples/
Dutility.cpp1521 height >= sample->height ? CV_INTER_AREA : CV_INTER_LINEAR ); in cvCreateTrainingSamplesFromInfo()
/external/opencv3/modules/java/src/
Dimgproc+Imgproc.java36 CV_INTER_AREA = 3, field in Imgproc