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

  /external/opencv3/samples/python2/
logpolar.py 16 img2 = cv2.logPolar(img, (img.shape[0]/2, img.shape[1]/2), 40, cv2.WARP_FILL_OUTLIERS)
17 img3 = cv2.linearPolar(img, (img.shape[0]/2, img.shape[1]/2), 40, cv2.WARP_FILL_OUTLIERS)
  /external/opencv3/modules/imgproc/include/opencv2/
imgproc.hpp 264 WARP_FILL_OUTLIERS = 8,
    [all...]
  /external/opencv3/modules/java/src/
imgproc+Imgproc.java 133 WARP_FILL_OUTLIERS = 8,
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 70 milliseconds