Searched refs:PGMImage (Results 1 - 2 of 2) sorted by relevance

/external/ceres-solver/examples/
H A Dpgm_image.h50 class PGMImage { class in namespace:ceres::examples
53 PGMImage(int width, int height);
55 explicit PGMImage(std::string filename);
72 void operator+=(const PGMImage& image);
94 PGMImage<Real>::PGMImage(int width, int height) function in class:ceres::examples::PGMImage
99 PGMImage<Real>::PGMImage(std::string filename) { function in class:ceres::examples::PGMImage
107 void PGMImage<Real>::Set(double constant) {
114 int PGMImage<Rea
[all...]
H A Ddenoising.cc90 const PGMImage<double>& image,
92 PGMImage<double>* solution) {
139 void SolveProblem(Problem* problem, PGMImage<double>* solution) {
201 PGMImage<double> image(FLAGS_input);
206 PGMImage<double> solution(image.width(), image.height());

Completed in 73 milliseconds