OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PgmImage
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Camera/jni/feature_stab/src/dbregtest/
PgmImage.cpp
17
#include "
PgmImage
.h"
22
PgmImage
::
PgmImage
(std::string filename) :
29
PgmImage
::
PgmImage
(int w, int h, int format) :
35
PgmImage
::
PgmImage
(unsigned char *data, int w, int h) :
41
PgmImage
::
PgmImage
(std::vector<unsigned char> &data, int w, int h) :
51
PgmImage
::PgmImage(const PgmImage &im)
[
all
...]
PgmImage.h
28
class
PgmImage
30
friend std::ostream& operator<< (std::ostream& o, const
PgmImage
& im);
36
PgmImage
(std::string filename);
40
PgmImage
(int w, int h, int format = PGM_BINARY_GRAYMAP);
44
PgmImage
(unsigned char *data, int w, int h);
48
PgmImage
(std::vector<unsigned char> &data, int w, int h);
50
PgmImage
(const
PgmImage
&im);
52
PgmImage
& operator= (const
PgmImage
&im)
[
all
...]
/packages/apps/Camera2/jni/feature_stab/src/dbregtest/
PgmImage.cpp
17
#include "
PgmImage
.h"
22
PgmImage
::
PgmImage
(std::string filename) :
29
PgmImage
::
PgmImage
(int w, int h, int format) :
35
PgmImage
::
PgmImage
(unsigned char *data, int w, int h) :
41
PgmImage
::
PgmImage
(std::vector<unsigned char> &data, int w, int h) :
51
PgmImage
::PgmImage(const PgmImage &im)
[
all
...]
PgmImage.h
28
class
PgmImage
30
friend std::ostream& operator<< (std::ostream& o, const
PgmImage
& im);
36
PgmImage
(std::string filename);
40
PgmImage
(int w, int h, int format = PGM_BINARY_GRAYMAP);
44
PgmImage
(unsigned char *data, int w, int h);
48
PgmImage
(std::vector<unsigned char> &data, int w, int h);
50
PgmImage
(const
PgmImage
&im);
52
PgmImage
& operator= (const
PgmImage
&im)
[
all
...]
/packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
PgmImage.cpp
17
#include "
PgmImage
.h"
22
PgmImage
::
PgmImage
(std::string filename) :
29
PgmImage
::
PgmImage
(int w, int h, int format) :
35
PgmImage
::
PgmImage
(unsigned char *data, int w, int h) :
41
PgmImage
::
PgmImage
(std::vector<unsigned char> &data, int w, int h) :
51
PgmImage
::PgmImage(const PgmImage &im)
[
all
...]
PgmImage.h
28
class
PgmImage
30
friend std::ostream& operator<< (std::ostream& o, const
PgmImage
& im);
36
PgmImage
(std::string filename);
40
PgmImage
(int w, int h, int format = PGM_BINARY_GRAYMAP);
44
PgmImage
(unsigned char *data, int w, int h);
48
PgmImage
(std::vector<unsigned char> &data, int w, int h);
50
PgmImage
(const
PgmImage
&im);
52
PgmImage
& operator= (const
PgmImage
&im)
[
all
...]
Completed in 1195 milliseconds