58 const core::Img32f &depthImage, std::vector<std::vector<int> > &surfaces,
float maxAngle=30,
59 float distanceTolerance=3,
float outlierTolerance=5,
int triangles=50,
int scanlines=9);
67 static bool criterion2(
const core::Img32f &depthImage, std::vector<int> &surface1, std::vector<int> &surface2,
68 Vec n1,
Vec n2,
float maxAngle,
int triangles);
69 static bool criterion3(
const core::Img32f &depthImage, std::vector<int> &surface1, std::vector<int> &surface2,
70 float distanceTolerance,
float outlierTolerance,
int scanlines);
undocument this line if you encounter any issues!
Definition: Any.h:37
Point class of the ICL used e.g. for the Images ROI offset.
Definition: Point.h:58