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

  /external/ceres-solver/examples/
fields_of_experts.h 62 class FieldsOfExpertsCost : public ceres::CostFunction {
64 explicit FieldsOfExpertsCost(const std::vector<double>& filter);
fields_of_experts.cc 44 FieldsOfExpertsCost::FieldsOfExpertsCost(const std::vector<double>& filter)
54 bool FieldsOfExpertsCost::Evaluate(double const* const* parameters,
143 return new FieldsOfExpertsCost(filters_[alpha_index]);

Completed in 150 milliseconds