Home
last modified time | relevance | path

Searched defs:loss_function (Results 1 – 25 of 58) sorted by path

123

/dports/graphics/blender/blender-2.91.0/extern/ceres/include/ceres/
H A Dproblem.h241 LossFunction* loss_function, in AddResidualBlock()
/dports/graphics/blender/blender-2.91.0/extern/ceres/internal/ceres/
H A Dc_api.cc101 explicit CallbackLossFunction(ceres_loss_function_t loss_function, in CallbackLossFunction()
145 ceres_loss_function_t loss_function, in ceres_problem_add_residual_block()
H A Dproblem.cc53 LossFunction* loss_function, in AddResidualBlock()
62 LossFunction* loss_function, in AddResidualBlock()
H A Dproblem_impl.cc216 LossFunction* loss_function = in DeleteBlock() local
282 LossFunction* loss_function, in AddResidualBlock()
H A Dproblem_impl.h88 LossFunction* loss_function, in AddResidualBlock()
H A Dresidual_block.cc53 const CostFunction* cost_function, const LossFunction* loss_function, in ResidualBlock()
H A Dresidual_block.h110 const LossFunction* loss_function() const { return loss_function_; } in loss_function() function
/dports/graphics/colmap/colmap-3.6/src/estimators/
H A Dpose.cc208 ceres::LossFunction* loss_function = in RefineAbsolutePose() local
327 ceres::LossFunction* loss_function = new ceres::CauchyLoss(kMaxL2Error); in RefineRelativePose() local
/dports/graphics/colmap/colmap-3.6/src/optim/
H A Dbundle_adjustment.cc54 ceres::LossFunction* loss_function = nullptr; in CreateLossFunction() local
264 ceres::LossFunction* loss_function = options_.CreateLossFunction(); in Solve() local
325 ceres::LossFunction* loss_function) { in SetUp()
348 ceres::LossFunction* loss_function) { in AddImageToProblem()
433 ceres::LossFunction* loss_function) { in AddPointToProblem()
825 ceres::LossFunction* loss_function = options_.CreateLossFunction(); in Solve() local
875 ceres::LossFunction* loss_function) { in SetUp()
910 ceres::LossFunction* loss_function) { in AddImageToProblem()
1066 ceres::LossFunction* loss_function) { in AddPointToProblem()
/dports/graphics/libjxl/libjxl-0.6.1/lib/jxl/
H A Denc_noise.cc167 double loss_function = 0; in Compute() local
214 LossFunction loss_function(noise_level); in OptimizeNoiseParameters() local
H A Doptimize_test.cc41 double loss_function = 0; in Compute() local
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Denc_noise.cc167 double loss_function = 0; in Compute() local
214 LossFunction loss_function(noise_level); in OptimizeNoiseParameters() local
H A Doptimize_test.cc41 double loss_function = 0; in Compute() local
/dports/math/ceres-solver/ceres-solver-2.0.0/examples/
H A Dbundle_adjuster.cc286 LossFunction* loss_function = FLAGS_robustify ? new HuberLoss(1.0) : NULL; in BuildProblem() local
H A Ddenoising.cc148 std::vector<ceres::LossFunction*> loss_function(foe.NumFilters()); in CreateProblem() local
/dports/math/ceres-solver/ceres-solver-2.0.0/examples/slam/pose_graph_2d/
H A Dpose_graph_2d.cc68 ceres::LossFunction* loss_function = NULL; in BuildOptimizationProblem() local
/dports/math/ceres-solver/ceres-solver-2.0.0/examples/slam/pose_graph_3d/
H A Dpose_graph_3d.cc60 ceres::LossFunction* loss_function = NULL; in BuildOptimizationProblem() local
/dports/math/ceres-solver/ceres-solver-2.0.0/include/ceres/
H A Dproblem.h241 LossFunction* loss_function, in AddResidualBlock()
/dports/math/ceres-solver/ceres-solver-2.0.0/internal/ceres/
H A Dc_api.cc99 explicit CallbackLossFunction(ceres_loss_function_t loss_function, in CallbackLossFunction()
143 ceres_loss_function_t loss_function, in ceres_problem_add_residual_block()
H A Dproblem.cc53 LossFunction* loss_function, in AddResidualBlock()
62 LossFunction* loss_function, in AddResidualBlock()
H A Dproblem_impl.cc216 LossFunction* loss_function = in DeleteBlock() local
282 LossFunction* loss_function, in AddResidualBlock()
H A Dproblem_impl.h88 LossFunction* loss_function, in AddResidualBlock()
H A Dproblem_test.cc385 LossFunction* loss_function = new TrivialLoss(); in TEST() local
H A Dresidual_block.cc55 const LossFunction* loss_function, in ResidualBlock()
H A Dresidual_block.h109 const LossFunction* loss_function() const { return loss_function_; } in loss_function() function

123