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

  /external/ceres-solver/examples/
denoising.cc 56 DEFINE_string(foe_file, "", "FoE file to use");
89 void CreateProblem(const FieldsOfExperts& foe,
107 std::vector<ceres::LossFunction*> loss_function(foe.NumFilters());
108 std::vector<ceres::CostFunction*> cost_function(foe.NumFilters());
109 for (int alpha_index = 0; alpha_index < foe.NumFilters(); ++alpha_index) {
110 loss_function[alpha_index] = foe.NewLossFunction(alpha_index);
111 cost_function[alpha_index] = foe.NewCostFunction(alpha_index);
114 // Add FoE regularization for each patch in the image.
115 for (int x = 0; x < image.width() - (foe.Size() - 1); ++x) {
116 for (int y = 0; y < image.height() - (foe.Size() - 1); ++y)
194 FieldsOfExperts foe; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 

Completed in 56 milliseconds