Go to the source code of this file.
◆ APPEND_BUNDLING_INTRINSICS
Value: if (bundle_intrinsics &
flag) { \
if (!bundling_message.empty()) { \
bundling_message += ", "; \
} \
bundling_message += name; \
} \
(void)0
◆ MAYBE_SET_CONSTANT
| #define MAYBE_SET_CONSTANT |
( |
| bundle_enum, |
|
|
| offset ) |
Value: if (!(bundle_intrinsics & bundle_enum) || \
!packed_intrinsics.IsParameterDefined(offset)) { \
constant_intrinsics.push_back(offset); \
}
Referenced by libmv::EuclideanBundleCommonIntrinsics().
◆ invariant_intrinsics_
| const CameraIntrinsics* invariant_intrinsics_ |
◆ observed_distorted_x_
| const double observed_distorted_x_ |
◆ observed_distorted_y_
| const double observed_distorted_y_ |
◆ weight_