MCPcopy Create free account
hub / github.com/cdcseacave/openMVS / GetColor

Method GetColor

libs/MVS/SceneTexture.cpp:272–274  ·  view source on GitHub ↗

returns accumulated color

Source from the content-addressed store, hash-verified

270 }
271 // returns accumulated color
272 Color GetColor() const {
273 return accumColor.Normalized();
274 }
275 };
276
277 // used to interpolate adjustments color over the whole texture patch

Callers 1

FOREACHFunction · 0.80

Calls 1

NormalizedMethod · 0.80

Tested by

no test coverage detected