关于openslide图像处理操作的问题
我现在正在使用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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论