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

/external/ceres-solver/internal/ceres/
H A Dtrust_region_minimizer_test.cc307 class CurveCostFunction : public CostFunction { class in namespace:ceres::internal
309 CurveCostFunction(int num_vertices, double target_length) function in class:ceres::internal::CurveCostFunction
387 problem.AddResidualBlock(new CurveCostFunction(N, 10.), NULL, y);

Completed in 28 milliseconds