TriangulatePixelsWithKalman
Defined in
<processing/Triangulation.h>
Triangulate the matched pixels for each timestep, but use a kalman filter to inform the triangulation and make it more smooth in the presence of errors.
(1) |
-
__MISSING__
Parameters:-
const PixelSet &
iPixelSet
-
const CamMats &
iCamMats
-
const std::pair<int, std::set<int>> &
iCamIndexesToExclude
-
MultiPointSmoother3d &
ioTracker
-
const int
iNumPoints
-
std::vector<std::vector<cv::Point3d>> &
oCalcdPoints
-