
文件格式转换
文章平均质量分 57
亦我飞也
资料问题联系qq1837393417
展开
-
Opencv系列5_opencv命名方式读取指定路径DCM并批量另存为JPG图像
实例5:opencv命名方式读取指定路径DCM并批量另存为JPG图像#include <iostream>#include <io.h> // 当中含有_finddata_t#include <string>#include <vector>#include <opencv2/core/core.hpp>#include <opencv2/highgui/highgui.hpp>#include <openc原创 2021-08-05 11:01:26 · 546 阅读 · 0 评论 -
Opencv系列4_opencv读取指定路径DCM并批量另存为JPG图像
实例4:opencv读取指定路径DCM并批量另存为JPG图像#include <iostream>#include <io.h> // 当中含有_finddata_t#include <string>#include <vector>#include <opencv2/core/core.hpp>#include <opencv2/highgui/highgui.hpp>#include <opencv2/.原创 2021-08-05 10:59:33 · 560 阅读 · 0 评论 -
Opencv系列2_opencv读取DCM图像并另存为JPG图像
实例2:opencv读取DCM图像并另存为JPG图像#include <iostream>#include <io.h> // 当中含有_finddata_t#include <string>#include <vector>#include <opencv2/core/core.hpp>#include <opencv2/highgui/highgui.hpp>#include <opencv2/imgp.原创 2021-08-05 10:52:41 · 914 阅读 · 0 评论 -
基于C++的VTK不同格式文件读取与另存整理
实例1:读取STL文件并渲染显示实例2:读取VTI文件并渲染显示实例3:读取VTK文件并渲染显示实例4:读取MHA文件并渲染显示实例5:读取DCM文件并渲染显示实例6:读取MHD文件并渲染显示实例7:读取VTK格式文件并另存为OBJ格式实例8:读取STL格式文件并另存为OBJ格式实例9:读取STL格式文件并另存为MHD格式(切片处理)实例10:读取STL格式文件并另存为MHA格式(切片处理)实例11:读取STL格式文件并另存为VTI格式(切片处理)实例1:读.原创 2021-04-02 17:05:03 · 6097 阅读 · 0 评论