Searched refs:FieldsOfExpertsLoss (Results 1 – 2 of 2) sorted by relevance
79 class FieldsOfExpertsLoss : public ceres::LossFunction {81 explicit FieldsOfExpertsLoss(double alpha) : alpha_(alpha) { } in FieldsOfExpertsLoss() function
78 void FieldsOfExpertsLoss::Evaluate(double sq_norm, double rho[3]) const { in Evaluate()147 return new FieldsOfExpertsLoss(alpha_[alpha_index]); in NewLossFunction()