Opencv读取.dat格式CT数据

近日研究CT三维重建功能,将.dat格式的读取和显示记录下来,欢迎高手指点,共同进步。 #include "stdafx.h" #include <opencv2/opencv.hpp> #include <fstream> using namespace std; using namespace cv; int main() {     ifstream file("*.dat", ios::i
相关文章
相关标签/搜索