HomeSort by relevance Sort by last modified time
    Searched refs:CV_INTER_LINEAR (Results 1 - 12 of 12) sorted by null

  /external/opencv3/samples/cpp/
polar_transforms.cpp 59 cvLogPolar(frame,log_polar_img,cvPoint2D32f(frame->width >> 1,frame->height >> 1),70, CV_INTER_LINEAR+CV_WARP_FILL_OUTLIERS);
60 cvLinearPolar(frame,lin_polar_img,cvPoint2D32f(frame->width >> 1,frame->height >> 1),70, CV_INTER_LINEAR+CV_WARP_FILL_OUTLIERS);
63 cvLogPolar(log_polar_img,recovered_img,cvPoint2D32f(frame->width >> 1,frame->height >> 1),70, CV_WARP_INVERSE_MAP+CV_INTER_LINEAR);
65 cvLinearPolar(lin_polar_img,recovered_img,cvPoint2D32f(frame->width >> 1,frame->height >> 1),70, CV_WARP_INVERSE_MAP+CV_INTER_LINEAR+CV_WARP_FILL_OUTLIERS);
  /external/opencv3/modules/imgproc/include/opencv2/imgproc/
imgproc_c.h 210 int interpolation CV_DEFAULT( CV_INTER_LINEAR ));
218 int flags CV_DEFAULT(CV_INTER_LINEAR+CV_WARP_FILL_OUTLIERS),
238 int flags CV_DEFAULT(CV_INTER_LINEAR+CV_WARP_FILL_OUTLIERS),
253 int flags CV_DEFAULT(CV_INTER_LINEAR+CV_WARP_FILL_OUTLIERS),
267 int flags CV_DEFAULT(CV_INTER_LINEAR+CV_WARP_FILL_OUTLIERS));
274 int flags CV_DEFAULT(CV_INTER_LINEAR+CV_WARP_FILL_OUTLIERS));
    [all...]
types_c.h 360 CV_INTER_LINEAR =1,
  /external/opencv/cv/include/
cv.h 261 #define CV_INTER_LINEAR 1
270 int interpolation CV_DEFAULT( CV_INTER_LINEAR ));
274 int flags CV_DEFAULT(CV_INTER_LINEAR+CV_WARP_FILL_OUTLIERS),
288 int flags CV_DEFAULT(CV_INTER_LINEAR+CV_WARP_FILL_OUTLIERS),
299 int flags CV_DEFAULT(CV_INTER_LINEAR+CV_WARP_FILL_OUTLIERS),
309 int flags CV_DEFAULT(CV_INTER_LINEAR+CV_WARP_FILL_OUTLIERS));
    [all...]
  /external/opencv3/modules/imgproc/test/
test_imgwarp.cpp 342 Mat* mask=0, int interpolation=CV_INTER_LINEAR )
726 interpolation = CV_INTER_LINEAR;
845 interpolation = CV_INTER_LINEAR;
    [all...]
  /external/opencv/
cvjni.cpp 398 cvResize(m_grayImage, m_smallImage, CV_INTER_LINEAR);
  /external/opencv/cv/src/
cvimgwarp.cpp     [all...]
cvhaar.cpp     [all...]
  /external/opencv3/apps/createsamples/
utility.cpp     [all...]
  /external/opencv3/modules/java/src/
imgproc+Imgproc.java 34 CV_INTER_LINEAR = 1,
    [all...]
  /external/opencv3/modules/objdetect/src/
haar.cpp     [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 559 milliseconds