Searched refs:FieldsOfExpertsCost (Results 1 - 2 of 2) sorted by relevance

/external/ceres-solver/examples/
H A Dfields_of_experts.cc44 FieldsOfExpertsCost::FieldsOfExpertsCost(const std::vector<double>& filter) function in class:ceres::examples::FieldsOfExpertsCost
54 bool FieldsOfExpertsCost::Evaluate(double const* const* parameters,
143 return new FieldsOfExpertsCost(filters_[alpha_index]);
H A Dfields_of_experts.h62 class FieldsOfExpertsCost : public ceres::CostFunction { class in namespace:ceres::examples
64 explicit FieldsOfExpertsCost(const std::vector<double>& filter);

Completed in 766 milliseconds