Searched defs:PointToLineSegmentContourCostFunction (Results 1 - 1 of 1) sorted by relevance

/external/ceres-solver/examples/
H A Dellipse_approximation.cc272 class PointToLineSegmentContourCostFunction : public ceres::CostFunction { class in inherits:ceres::CostFunction
274 PointToLineSegmentContourCostFunction(const int num_segments, function in class:PointToLineSegmentContourCostFunction
327 return new PointToLineSegmentContourCostFunction(num_segments, y);
422 PointToLineSegmentContourCostFunction::Create(num_segments, kY.row(i)),

Completed in 109 milliseconds