Searched refs:gray (Results 1 – 4 of 4) sorted by relevance
/cts/apps/CameraITS/tests/scene6/ |
D | test_zoom.py | 151 gray = cv2.cvtColor(img, cv2.COLOR_BGR2GRAY) 153 np.uint8(gray), 0, 255, cv2.THRESH_BINARY + cv2.THRESH_OTSU) 161 img_ctr = [gray.shape[1] // 2, gray.shape[0] // 2] 184 size = gray.shape
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | BitmapFactoryTest.java | 984 private static Bitmap grayToARGB(Bitmap gray) { in grayToARGB() argument 985 Bitmap argb = Bitmap.createBitmap(gray.getWidth(), gray.getHeight(), Config.ARGB_8888); in grayToARGB() 988 int grayByte = Color.alpha(gray.getPixel(x, y)); in grayToARGB()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | RVCVXCheckAnalyzer.java | 818 Mat gray = new Mat(); in analyzeVideo() local 868 Imgproc.cvtColor(frame, gray, Imgproc.COLOR_RGB2GRAY); in analyzeVideo() 871 gray, patternSize, centers, Calib3d.CALIB_CB_ASYMMETRIC_GRID); in analyzeVideo()
|
/cts/apps/CtsVerifier/libs/ |
D | opencv3-android.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/opencv/
org/ ... |