MCPcopy Create free account
hub / github.com/ceres-solver/ceres-solver / MutablePixel

Method MutablePixel

examples/pgm_image.h:127–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125
126template <typename Real>
127Real* PGMImage<Real>::MutablePixel(int x, int y) {
128 return MutablePixelFromLinearIndex(LinearIndex(x, y));
129}
130
131template <typename Real>
132Real PGMImage<Real>::Pixel(int x, int y) const {

Callers 2

CreateProblemFunction · 0.80
SolveProblemFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected