commit the design pattern of software
This commit is contained in:
@@ -15,6 +15,7 @@ void MyThread::run()
|
||||
else if (QString::fromStdString(pcd).endsWith(".ply", Qt::CaseInsensitive))
|
||||
io::loadPLYFile(pcd, *cloudPtr);
|
||||
cloud = *cloudPtr;
|
||||
cout << "hhhhhhhhhhhhhh," << cloud.size() << "\n";
|
||||
}
|
||||
|
||||
auto pclData = PointCloudData::getInstance(cloud);
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
// AllocConsole();// 分配控制台
|
||||
// freopen("CONOUT$", "w+t", stdout);// 向控制台输出
|
||||
AllocConsole();// 分配控制台
|
||||
freopen("CONOUT$", "w+t", stdout);// 向控制台输出
|
||||
QApplication a(argc, argv);
|
||||
Loading l;
|
||||
l.show();
|
||||
|
||||
BIN
Doc/结构光三维重建软件设计模式分析.pdf
Normal file
BIN
Doc/结构光三维重建软件设计模式分析.pdf
Normal file
Binary file not shown.
Reference in New Issue
Block a user