OpenPose  1.7.0
The first real-time multi-person system to jointly detect human body, hand, facial, and foot keypoints
op::CameraParameterReader Member List

This is the complete list of members for op::CameraParameterReader, including all inherited members.

CameraParameterReader()op::CameraParameterReaderexplicit
CameraParameterReader(const std::string &serialNumber, const Matrix &cameraIntrinsics, const Matrix &cameraDistortion, const Matrix &cameraExtrinsics=Matrix(), const Matrix &cameraExtrinsicsInitial=Matrix())op::CameraParameterReaderexplicit
getCameraDistortions() constop::CameraParameterReader
getCameraExtrinsics() constop::CameraParameterReader
getCameraExtrinsicsInitial() constop::CameraParameterReader
getCameraIntrinsics() constop::CameraParameterReader
getCameraMatrices() constop::CameraParameterReader
getCameraSerialNumbers() constop::CameraParameterReader
getNumberCameras() constop::CameraParameterReader
getUndistortImage() constop::CameraParameterReader
readParameters(const std::string &cameraParameterPath, const std::vector< std::string > &serialNumbers={})op::CameraParameterReader
readParameters(const std::string &cameraParameterPath, const std::string &serialNumber)op::CameraParameterReader
setUndistortImage(const bool undistortImage)op::CameraParameterReader
undistort(Matrix &frame, const unsigned int cameraIndex=0u)op::CameraParameterReader
writeParameters(const std::string &cameraParameterPath) constop::CameraParameterReader
~CameraParameterReader()op::CameraParameterReadervirtual