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

/external/ceres-solver/examples/
H A Dfields_of_experts.h89 // obtains the correct loss and cost functions through NewCostFunction and
116 ceres::CostFunction* NewCostFunction(int alpha_index) const;
H A Dfields_of_experts.cc142 ceres::CostFunction* FieldsOfExperts::NewCostFunction(int alpha_index) const { function in class:ceres::examples::FieldsOfExperts
H A Ddenoising.cc111 cost_function[alpha_index] = foe.NewCostFunction(alpha_index);

Completed in 1134 milliseconds