Searched refs:PgmImage (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Camera/jni/feature_stab/src/dbregtest/
H A DPgmImage.h28 class PgmImage class
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
[all...]
H A DPgmImage.cpp17 #include "PgmImage.h"
22 PgmImage::PgmImage(std::string filename) : function in class:PgmImage
29 PgmImage::PgmImage(int w, int h, int format) : function in class:PgmImage
35 PgmImage::PgmImage(unsigned char *data, int w, int h) : function in class:PgmImage
41 PgmImage::PgmImage(std::vector<unsigned char> &data, int w, int h) : function in class:PgmImage
51 PgmImage function in class:PgmImage
[all...]
H A Ddbregtest.cpp19 #include "PgmImage.h"
144 PgmImage color_ref(0,0);
155 PgmImage ref(file_name);
169 bool color = format == PgmImage::PGM_BINARY_PIXMAP;
229 PgmImage warped(w,h,format);
/packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
H A DPgmImage.h28 class PgmImage class
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
[all...]
H A DPgmImage.cpp17 #include "PgmImage.h"
22 PgmImage::PgmImage(std::string filename) : function in class:PgmImage
29 PgmImage::PgmImage(int w, int h, int format) : function in class:PgmImage
35 PgmImage::PgmImage(unsigned char *data, int w, int h) : function in class:PgmImage
41 PgmImage::PgmImage(std::vector<unsigned char> &data, int w, int h) : function in class:PgmImage
51 PgmImage function in class:PgmImage
[all...]
H A Ddbregtest.cpp19 #include "PgmImage.h"
144 PgmImage color_ref(0,0);
155 PgmImage ref(file_name);
169 bool color = format == PgmImage::PGM_BINARY_PIXMAP;
229 PgmImage warped(w,h,format);

Completed in 88 milliseconds