SamFlt

Results 3 issues of SamFlt

Many classes in ViSP have a standard buildFrom method, which serves as a delayed constructor/initializer. In many classes, this method has the signature `vpObject buildFrom(Args... args)`. However, buildFrom modifies the...

This PR introduces a new ViSP submodule `rbt` (for Render-Based Tracker) derived from Antoine Petit's work. The submodule is split into multiple parts: - `vpRBTracker` is the high level class...

This PR introduces two methods that perform batched 3d point transformations: - `vpHomogeneousMatrix::project`: Project N 3d points (Represented as a Nx3 vpMatrix) from a frame to another - `vpRotationMatrix::rotateVectors`: Rotate...