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

Method GetViewingDirection

src/colmap/mvs/image.h:122–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120const float* Image::GetInvP() const { return inv_P_; }
121
122const float* Image::GetViewingDirection() const { return &R_[6]; }
123
124} // namespace mvs
125} // namespace colmap

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64