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

Method BitmapColor

src/colmap/sensor/bitmap.h:228–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226
227template <typename T>
228BitmapColor<T>::BitmapColor() : r(0), g(0), b(0) {}
229
230template <typename T>
231BitmapColor<T>::BitmapColor(const T gray) : r(gray), g(gray), b(gray) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected