MCPcopy Create free account
hub / github.com/colmap/colmap / Blue

Method Blue

src/colmap/sensor/bitmap.cc:769–769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

767float JetColormap::Green(const float gray) { return Base(gray); }
768
769float JetColormap::Blue(const float gray) { return Base(gray + 0.25f); }
770
771float JetColormap::Base(const float val) {
772 // NOLINTNEXTLINE(bugprone-branch-clone)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected