![]() |
Templates -- Meow
1.2.11
A C++ template contains kinds of interesting classes and functions
|
Go to the source code of this file.
Classes | |
struct | meow::EyesReferenceInfo< Pixel > |
記住每個 Eye 的reference以及Flag More... | |
class | meow::BundleAdjustment< Pixel > |
這邊定義Bundle-Adjustment就是利用一系列場景來反推算出相機資訊 (包含拍攝座標, 角度與焦距) 或是在已知相機資訊的情況下推算出底片中 物體如何移動. More... | |
Namespaces | |
meow | |
Enumerations | |
enum | meow::EyesReferenceInfoFlags { meow::CAN_OFFSET = 0x01, meow::CAN_ROTATE = 0x02, meow::CAN_ZOOM = 0x04 } |
列舉每個 Eye 可以有哪些種類的移動 More... | |