TriangulatePixels
Defined in
<processing/Triangulation.h>Triangulates the matched pixel set it is given and returns the triangulated 3d points sorted into timesteps.
|
(1) |
-
Parameters:-
const PixelSet &iPixelSet -
std::vector<std::vector<cv::Point3d>> &oCalcdPoints
-