Home
last modified time | relevance | path

Searched refs:gray (Results 1 – 4 of 4) sorted by relevance

/cts/apps/CameraITS/tests/scene6/
Dtest_zoom.py151 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/
DBitmapFactoryTest.java984 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/
DRVCVXCheckAnalyzer.java818 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/
Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...