Home
last modified time | relevance | path

Searched refs:NewCostFunction (Results 1 – 3 of 3) sorted by relevance

/external/ceres-solver/examples/
Dfields_of_experts.h116 ceres::CostFunction* NewCostFunction(int alpha_index) const;
Dfields_of_experts.cc142 ceres::CostFunction* FieldsOfExperts::NewCostFunction(int alpha_index) const { in NewCostFunction() function in ceres::examples::FieldsOfExperts
Ddenoising.cc111 cost_function[alpha_index] = foe.NewCostFunction(alpha_index); in CreateProblem()