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

  /external/ceres-solver/internal/ceres/
residual_block.h 58 // --- loss_function( || cost_function(block1, block2, ...) ||^2 ),
73 const LossFunction* loss_function,
107 const LossFunction* loss_function() const { return loss_function_; } function in class:ceres::internal::ResidualBlock
  /external/ceres-solver/examples/
bundle_adjuster.cc 275 LossFunction* loss_function = FLAGS_robustify ? new HuberLoss(1.0) : NULL; local
290 loss_function,
295 problem->AddResidualBlock(cost_function, loss_function, camera, point);

Completed in 221 milliseconds