OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestingImage
(Results
1 - 2
of
2
) sorted by null
/cts/apps/CtsVerifier/lib/colorchecker/
testingimage.cpp
18
#define LOG_TAG "
TestingImage
"
27
#include "
testingimage
.h"
32
TestingImage
::
TestingImage
(const unsigned char* inputImage,
56
TestingImage
::
TestingImage
(const unsigned char* inputImage,
96
TestingImage
::~
TestingImage
() {
102
int
TestingImage
::getPixelValue(int row, int column, int channel) const {
109
Vec3i
TestingImage
::getPixelValue(int row, int column) const
[
all
...]
/cts/apps/CtsVerifier/include/colorchecker/
testingimage.h
24
class
TestingImage
{
28
TestingImage
(const unsigned char* inputImage,
33
TestingImage
(const unsigned char* inputImage,
37
virtual ~
TestingImage
();
Completed in 218 milliseconds