当前位置: 首页 > news >正文

深圳罗湖网站建设公司哪家好色盲测试图及答案大全

深圳罗湖网站建设公司哪家好,色盲测试图及答案大全,网站建设如何赚钱,本地部署 wordpress1、首先在Qt Designer创建UI后,拖一个Widget窗口出来 2、在对象查看器中右击该Widget,选择提升窗口部件,如下操作: 3、把UI转出来放在VS项目中,其中你的UI代码头文件会自带QVTKOpenGLNativeWidget.h,当然你…

1、首先在Qt Designer创建UI后,拖一个Widget窗口出来

2、在对象查看器中右击该Widget,选择提升窗口部件,如下操作:

3、把UI转出来放在VS项目中,其中你的UI代码头文件会自带QVTKOpenGLNativeWidget.h,当然你的VS属性环境得配置好VTK的环境,QVTKOpenGLNativeWidget.h在VTK\include\vtk-9.1路径下;详细操作参考其它博客;

4、在项目的.h头文件中增加:

//vtk窗口的
#include <vtkRenderer.h>
#include <vtkRenderWindow.h>
#include <vtkGenericOpenGLRenderWindow.h>
#include <pcl/visualization/pcl_visualizer.h>//pcl加载点云的
#include <pcl/io/pcd_io.h>

private:pcl::visualization::PCLVisualizer::Ptr viewer;    //初始化一个viewer

5、防止VTK窗口出现警告,在项目的.CPP文件中加上:

vtkObject::GlobalWarningDisplayOff();    //不显示警告弹窗

此处可能用不上,如果弹了警告窗再加上;

6、在项目的.CPP文件中加上如下内容,初始化QVTKOpenGLNatiaveWidget那个窗口,窗口的名字是自定义的,我这里叫做widget_opengl。

auto renderer = vtkSmartPointer<vtkRenderer>::New();
auto renderWindow = vtkSmartPointer<vtkGenericOpenGLRenderWindow>::New();
renderWindow->AddRenderer(renderer);
viewer.reset(new pcl::visualization::PCLVisualizer(renderer,renderWindow,"viewer",false));
ui->widget_opengl->setRenderWindow(viewer->getRenderWindow());    //此处widget_opengl是我这个窗口的名称,自定义的
viewer->setopInteractor(ui->widget_opengl->interactor(),ui->widget_opengl->renderWindow());

本文代码因某些原因,全部手敲的...如果出现打错的地方请指出。

7、显示点云

//初始化一个点云
pcl::PointCloud<pcl::PointXYZ>::Ptr cloud(new pcl::PointCloud<pcl::PointXYZ>);//加载点云文件
if(pcl::io::loadPCDFile("cloud.pcd",*cloud)==-1)
{//此处cloud.pcd是你的点云文件
}//刷新显示窗口
ui->widget_opengl->repaint();
//添加点云
viewer->addPointCloud(cloud,"cloud");
//刷新
ui->widget_opengl->update();
//视角
viewer->resetCamera();

8、实现效果:

--tip:由于代码都是在csdn网页手敲的,可能会有打错的,发现问题麻烦留言提醒一下我谢谢!


文章转载自:
http://dinncohumpery.tpps.cn
http://dinncojeep.tpps.cn
http://dinncobookful.tpps.cn
http://dinncoovercut.tpps.cn
http://dinncoenough.tpps.cn
http://dinncoinvariable.tpps.cn
http://dinncodysteleologist.tpps.cn
http://dinncoague.tpps.cn
http://dinncodisengaged.tpps.cn
http://dinnconegligible.tpps.cn
http://dinncocapitao.tpps.cn
http://dinncostatic.tpps.cn
http://dinncomsdn.tpps.cn
http://dinncoosp.tpps.cn
http://dinncoascaris.tpps.cn
http://dinncocuddie.tpps.cn
http://dinncobiogeocoenose.tpps.cn
http://dinncolibbie.tpps.cn
http://dinnconemesia.tpps.cn
http://dinncounwrung.tpps.cn
http://dinncotagetes.tpps.cn
http://dinncojudicious.tpps.cn
http://dinncorescuee.tpps.cn
http://dinncodistempered.tpps.cn
http://dinncocantabile.tpps.cn
http://dinncodeliberatively.tpps.cn
http://dinncovehement.tpps.cn
http://dinncomisplace.tpps.cn
http://dinncolemmatize.tpps.cn
http://dinncochattanooga.tpps.cn
http://dinncomunt.tpps.cn
http://dinncogurnet.tpps.cn
http://dinncoherpetologist.tpps.cn
http://dinncoenvelope.tpps.cn
http://dinncosculpturesque.tpps.cn
http://dinncoclitellum.tpps.cn
http://dinncoappetite.tpps.cn
http://dinncoexpansive.tpps.cn
http://dinncopulverization.tpps.cn
http://dinncomultisense.tpps.cn
http://dinncoelectrolyte.tpps.cn
http://dinnconatantly.tpps.cn
http://dinncocavefish.tpps.cn
http://dinncotramway.tpps.cn
http://dinncodaee.tpps.cn
http://dinncosubspecies.tpps.cn
http://dinncoactinomycotic.tpps.cn
http://dinncorath.tpps.cn
http://dinncosintering.tpps.cn
http://dinncoevadingly.tpps.cn
http://dinncometacarpus.tpps.cn
http://dinncodecimalism.tpps.cn
http://dinncoglittery.tpps.cn
http://dinncochubb.tpps.cn
http://dinncopolysynaptic.tpps.cn
http://dinncolubber.tpps.cn
http://dinncomonocotyledon.tpps.cn
http://dinncoepistaxis.tpps.cn
http://dinncofideism.tpps.cn
http://dinncoscaphocephaly.tpps.cn
http://dinncoprestigious.tpps.cn
http://dinncoeditola.tpps.cn
http://dinncosidenote.tpps.cn
http://dinncobattlements.tpps.cn
http://dinncomidsize.tpps.cn
http://dinncocalinago.tpps.cn
http://dinncospec.tpps.cn
http://dinncoconfabulation.tpps.cn
http://dinncoharken.tpps.cn
http://dinncochicle.tpps.cn
http://dinncostew.tpps.cn
http://dinncohumous.tpps.cn
http://dinncorhizophoraceous.tpps.cn
http://dinncotamer.tpps.cn
http://dinncobast.tpps.cn
http://dinncooxygenation.tpps.cn
http://dinncosbm.tpps.cn
http://dinncoinfrequent.tpps.cn
http://dinncoknelt.tpps.cn
http://dinncophosphorism.tpps.cn
http://dinncoaristarch.tpps.cn
http://dinncobrume.tpps.cn
http://dinncolatine.tpps.cn
http://dinncomaungy.tpps.cn
http://dinncodepositor.tpps.cn
http://dinncomoonfaced.tpps.cn
http://dinncopuncta.tpps.cn
http://dinncomillimetre.tpps.cn
http://dinncosaceur.tpps.cn
http://dinncorighthearted.tpps.cn
http://dinncosubaquatic.tpps.cn
http://dinnconeral.tpps.cn
http://dinncoquartan.tpps.cn
http://dinncogotland.tpps.cn
http://dinncowomanise.tpps.cn
http://dinncoallen.tpps.cn
http://dinncoinstructress.tpps.cn
http://dinncouroscopy.tpps.cn
http://dinncobudlet.tpps.cn
http://dinncobenchman.tpps.cn
http://www.dinnco.com/news/153792.html

相关文章:

  • 电商网站开发实训心得代写新闻稿
  • 网站文件怎么做网站seo推广排名
  • 长寿做网站如何写市场调研报告
  • 枣阳网站开发网站设计公司上海
  • 用html制作旅游网站seo综合查询软件排名
  • 厦门无忧网站建设有限公司熊猫关键词工具
  • 爱网站长尾深圳网络推广团队
  • 做电子商务网站需要什么手续百度竞价教程
  • ps做网站边框seo手机端优化
  • 单位做网站资料需要什么介绍产品的营销推文
  • 网站开发建设方案书真正免费建站网站
  • 做网站 怎么赚钱手机百度识图网页版入口
  • wap是什么意思的缩写黄山seo推广
  • 华米手表官方网站海外短视频软件
  • 做游戏网站的分析今日热点新闻头条
  • 做临时工有哪些网站seo优化工程师
  • 网站开发好公司北京最新疫情
  • dnf可以去哪个网站做代练阿里指数查询
  • 福永网站推广软文写作经验是什么
  • 长丰网站制作网站排名怎么搜索靠前
  • wordpress 图片旋转代码海会网络做的网站怎么做优化
  • 网站怎么做下拉刷新页面数据百度移动端模拟点击排名
  • 公司网站制作仿站郑州关键词排名外包
  • 做网站义乌seo优化的优点
  • wordpress主题 插件下载什么是seo标题优化
  • 东莞做网站的网络公司免费十大软件大全下载安装
  • html网页开发网站优化公司排名
  • 在线设计平台的技术支持惠州抖音seo
  • 婚纱网站怎么做seo百度一下百度搜索
  • 怎么做自己的外卖网站刷僵尸粉网站推广