Searched defs:FieldsOfExpertsLoss (Results 1 - 1 of 1) sorted by relevance

/external/ceres-solver/examples/
H A Dfields_of_experts.h38 // image patches and a FieldsOfExpertsLoss which implements the log(1 + (1/2)s)
79 class FieldsOfExpertsLoss : public ceres::LossFunction { class in namespace:ceres::examples
81 explicit FieldsOfExpertsLoss(double alpha) : alpha_(alpha) { } function in class:ceres::examples::FieldsOfExpertsLoss

Completed in 106 milliseconds