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

  /external/ceres-solver/examples/
pgm_image.h 50 class PGMImage {
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)
99 PGMImage<Real>::PGMImage(std::string filename) {
107 void PGMImage<Real>::Set(double constant) {
114 int PGMImage<Real>::width() const
    [all...]
denoising.cc 90 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 428 milliseconds