mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
CameraK4A: added imu support with playback. Fixed windows build error.
This commit is contained in:
@@ -146,8 +146,6 @@ public:
|
||||
void reproject(float x, float y, float z, int & u, int & v) const;
|
||||
bool inFrame(int u, int v) const;
|
||||
|
||||
friend std::ostream& operator<<(std::ostream& os, const CameraModel& model);
|
||||
|
||||
private:
|
||||
std::string name_;
|
||||
cv::Size imageSize_;
|
||||
|
||||
Reference in New Issue
Block a user