Searched refs:NumPixels (Results 1 - 2 of 2) sorted by relevance
/external/ceres-solver/examples/ | ||
H A D | pgm_image.h | 62 int NumPixels() const; 124 int PGMImage<Real>::NumPixels() const { function in class:ceres::examples::PGMImage |
H A D | denoising.cc | 96 for (unsigned index = 0; index < image.NumPixels(); ++index) { |
Completed in 118 milliseconds