1 #ifndef OPENPOSE_PRODUCER_SPINNAKER_WRAPPER_HPP
2 #define OPENPOSE_PRODUCER_SPINNAKER_WRAPPER_HPP
20 const bool undistortImage,
const int cameraIndex = -1);
45 struct ImplSpinnakerWrapper;
46 std::shared_ptr<ImplSpinnakerWrapper> upImpl;
std::vector< Matrix > getRawFrames()
std::vector< Matrix > getCameraExtrinsics() const
SpinnakerWrapper(const std::string &cameraParameterPath, const Point< int > &cameraResolution, const bool undistortImage, const int cameraIndex=-1)
std::vector< Matrix > getCameraMatrices() const
virtual ~SpinnakerWrapper()
Point< int > getResolution() const
std::vector< Matrix > getCameraIntrinsics() const
#define DELETE_COPY(className)