openslide api函数概要
摘要:
openslide格式封装:typedef struct_openslide openslide_t;struct _openslide{ const struct _openslide_ops *ops; struct _openslide_level **levels; void *data; ... 阅读全文
posted @ 2015-03-21 14:51 moffis 阅读(2251) 评论(0) 推荐(0) 编辑