Skip to content

Conversation

@pengguanjun
Copy link

/显示深度图/
void disp2DepthMap(const float32* disp_map, cv::Mat depth_mat, const sint32& width, const sint32& height, const std::string& name);
/保存深度图/
void SaveDepthMap(const float32* disp_map, const sint32& width, const sint32& height, const std::string& path);
/保存深度点云/
void SaveDepthCloud(const uint8* img_bytes, const float32* disp_map, const sint32& width, const sint32& height, const std::string& path);

/*显示深度图*/
void disp2DepthMap(const float32* disp_map, cv::Mat depth_mat, const sint32& width, const sint32& height, const std::string& name);
/*保存深度图*/
void SaveDepthMap(const float32* disp_map, const sint32& width, const sint32& height, const std::string& path);
/*保存深度点云*/
void SaveDepthCloud(const uint8* img_bytes, const float32* disp_map, const sint32& width, const sint32& height, const std::string& path);
@pengguanjun
Copy link
Author

!NOTE:new edit,new pr.
I'm sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant