关于openslide图像处理操作的问题

发布于 2025-01-11 21:43:05 字数 264 浏览 0 评论 0原文

我现在正在使用C++研究病理图像的相关操作,其中涉及到openslide库。我尝试使用 openslide_read_region(openslide_t* osr, uint32_t* dest, int64_t x, int64_t y, int32_t level, int64_t w, int64_t h); 函数来获取图像的一部分,但我可以不明白dest的用法,如何使用这个函数获取图像的一部分?或者是否可以将openslide_t*类型的对象转换为opencv可以操作的对象?衷心感谢所有帮助过我的人

I am now using C++ to study related operations on pathological images, which involves the openslide library. I try to use the openslide_read_region(openslide_t* osr, uint32_t* dest, int64_t x, int64_t y, int32_t level, int64_t w, int64_t h); function to get a part of the image, but I can't understand the usage of dest, how can I use this function to get a part of the image? Or is it possible to convert objects of type openslide_t* into objects that can be manipulated by opencv? Sincere thanks to everyone who helped me

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文