HomeSort by relevance Sort by last modified time
    Searched refs:NewCostFunction (Results 1 - 3 of 3) sorted by null

  /external/ceres-solver/examples/
fields_of_experts.h 89 // obtains the correct loss and cost functions through NewCostFunction and
116 ceres::CostFunction* NewCostFunction(int alpha_index) const;
fields_of_experts.cc 142 ceres::CostFunction* FieldsOfExperts::NewCostFunction(int alpha_index) const {
denoising.cc 111 cost_function[alpha_index] = foe.NewCostFunction(alpha_index);

Completed in 5926 milliseconds