OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gray_image
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/cros/chameleon/
screen_comparison.py
121
gray_image
= diff_image.convert('L')
122
bw_image =
gray_image
.point(
/external/opencv3/modules/stitching/src/
matchers.cpp
363
UMat
gray_image
;
local
367
cvtColor(image,
gray_image
, COLOR_BGR2GRAY);
371
gray_image
= image.getUMat();
375
detector_->detect(
gray_image
, features.keypoints);
376
extractor_->compute(
gray_image
, features.keypoints, features.descriptors);
381
surf->detectAndCompute(
gray_image
, Mat(), features.keypoints, descriptors);
394
UMat
gray_image
;
local
399
cvtColor(image,
gray_image
, COLOR_BGR2GRAY);
401
cvtColor(image,
gray_image
, COLOR_BGRA2GRAY);
403
gray_image
= image.getUMat()
[
all
...]
Completed in 256 milliseconds