Blender V4.3
camera_intrinsics.cc File Reference

Go to the source code of this file.

Namespaces

namespace  libmv
 
namespace  libmv::internal
 

Macros

#define PRINT_NONZERO_COEFFICIENT(intrinsics, coeff)
 

Functions

std::ostream & libmv::operator<< (std::ostream &os, const CameraIntrinsics &intrinsics)
 A human-readable representation of the camera intrinsic parameters.
 

Macro Definition Documentation

◆ PRINT_NONZERO_COEFFICIENT

#define PRINT_NONZERO_COEFFICIENT ( intrinsics,
coeff )
Value:
{ \
if (intrinsics->coeff() != 0.0) { \
os << " " #coeff "=" << intrinsics->coeff(); \
} \
} \
(void)0

Referenced by libmv::operator<<().