TriangulatePixelsWithHistory
Defined in
<processing/Triangulation.h>
Triangulate the matched pixels for each timestep, but use the information about previous steps to inform the triangulation and make it more smooth in the presence of errors. (Not currently working)
(1) |
-
Parameters:-
const PixelSet &
iPixelSet
-
const CamMats &
iCamMats
-
std::vector<std::vector<cv::Point3d>> &
oCalcdPoints
-