Searched refs:rgb2gray (Results 1 – 3 of 3) sorted by relevance
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
D | ImageUtils.h | 91 static ImageType rgb2gray(ImageType in, int width, int height); 92 static ImageType rgb2gray(ImageType out, ImageType in, int width, int height);
|
D | ImageUtils.cpp | 116 ImageType ImageUtils::rgb2gray(ImageType in, int width, int height) in rgb2gray() function in ImageUtils 146 ImageType ImageUtils::rgb2gray(ImageType out, ImageType in, int width, int height) in rgb2gray() function in ImageUtils
|
D | AlignFeatures.cpp | 100 ImageUtils::rgb2gray(imageGray, imageRGB, width, height); in addFrameRGB()
|