Getting Started
SDK Features
SDK Reference
Examples
Development
Documentation
Sensor Docs
API Reference
Community Forum
Migration Guides
Migrating from 0.16.2 to 1.0.0
Migrating from 0.15.0 to 0.16.0
Migrating from 0.14.0 to 0.15.0
Migration from 0.13.1 to 0.14.0
Migration from 0.10.0 to 0.11.0
Migrating from 0.7.1 to 0.8.1
Migrating from 0.5.1 to 0.7.1
Documentation
Sensor Docs
API Reference
Community Forum
Migrating from 0.16.2 to 1.0.0
Migrating from 0.15.0 to 0.16.0
Migrating from 0.14.0 to 0.15.0
Migration from 0.13.1 to 0.14.0
Migration from 0.10.0 to 0.11.0
Migrating from 0.7.1 to 0.8.1
Migrating from 0.5.1 to 0.7.1
Python
C++
Getting Started
SDK Features
SDK Reference
Examples
Development
Quick search
ouster::sdk
algorithm
Toggle section
Classes
Functions
Variables
core
Toggle section
Namespaces
Classes
Enums
Functions
Typedefs
Unions
Variables
core::frame_ops
Toggle section
Functions
mapping
Toggle section
Classes
AbsolutePointConstraint
AbsolutePoseConstraint
AdaptiveThreshold
ICPRegistration
InertialIntegrationImuDeskewMethod::VelocitySolveResult
LIOLocalizationConfig
LIOSlamConfig
LocalizationConfig
NodePtrComparator
PointToPointConstraint
PoseToPoseConstraint
SlamConfig
SolverConfig
ActiveTimeCorrection
ConstantVelocityDeskewMethod
Constraint
DeskewMethod
DeskewMethodFactory
GridCellLoopDetector
InertialIntegrationImuDeskewMethod
LocalizationEngine
Node
PoseOptimizer
SlamEngine
Functions
build_linear_system
constraint_type_from_string
constraint_type_to_string
loss_function_from_string
parse_and_validate_constraints(const std::string&, core::ValidatorIssues&)
parse_and_validate_constraints(const std::string&, SolverConfig&, core::ValidatorIssues&)
save_trajectory
serialize_constraints_to_json
to_string
Enums
ConstraintType
LossFunction
SamplingMode
Typedefs
Correspondences
LinearSystem
Matrix6d
Vector6d
osf
Toggle section
Classes
Enums
Functions
Typedefs
Variables
pcap
Toggle section
Classes
Enums
Functions
Typedefs
Variables
perception
Toggle section
Classes
sensor
Toggle section
Classes
Enums
Functions
Typedefs
Variables
viz
Toggle section
Classes
Enums
Functions
Typedefs
Variables
std
Toggle section
Detailed Description
Classes
Functions
Eigen
Toggle section
Typedefs
core::image
Toggle section
Classes
Deprecated APIs
Version: latest (1.0.0)
Versions
latest
0.16.0
0.15.0
0.14.0
0.13.1
0.13.0
0.12.0
0.11.1
0.11.0
0.10.0
0.9.0
0.8.1
0.7.1
0.5.1
0.4.0
Docs
»
Enum LossFunction
Enum LossFunction
¶
Defined in
File pose_optimizer_constraint.h
Enum Documentation
¶
enum
class
ouster
::
sdk
::
mapping
::
LossFunction
¶
Loss function types used in
PoseOptimizer
.
Values:
enumerator
HUBER_LOSS
¶
enumerator
CAUCHY_LOSS
¶
enumerator
SOFT_L_ONE_LOSS
¶
enumerator
ARCTAN_LOSS
¶
enumerator
TRIVIAL_LOSS
¶