HomeSort by relevance Sort by last modified time
    Searched refs:PgmImage (Results 1 - 6 of 6) sorted by null

  /packages/apps/Camera/jni/feature_stab/src/dbregtest/
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...]
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...]
dbregtest.cpp 19 #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/
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...]
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...]
dbregtest.cpp 19 #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 47 milliseconds