会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
二先生-
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
2022年4月11日
vtk二维纹理贴图
摘要: 1 string Trim(string& str) 2 { 3 //str.find_first_not_of(" \t\r\n"),在字符串str中从索引0开始,返回首次不匹配"\t\r\n"的位置 4 str.erase(0, str.find_first_not_of(" \t\r\n"))
阅读全文
posted @ 2022-04-11 21:33 二先生-
阅读(350)
评论(0)
推荐(0)
2022年3月28日
vtk三维体模型渲染
摘要: string Trim(string& str) { //str.find_first_not_of(" \t\r\n"),在字符串str中从索引0开始,返回首次不匹配"\t\r\n"的位置 str.erase(0, str.find_first_not_of(" \t\r\n")); str.er
阅读全文
posted @ 2022-03-28 20:54 二先生-
阅读(506)
评论(0)
推荐(0)
2022年3月27日
vtk三角网剖分
摘要: 主要流程:1. 获取三角网格数据 2. 三角网剖分 string Trim(string& str) { //str.find_first_not_of(" \t\r\n"),在字符串str中从索引0开始,返回首次不匹配"\t\r\n"的位置 str.erase(0, str.find_first_
阅读全文
posted @ 2022-03-27 14:18 二先生-
阅读(323)
评论(0)
推荐(0)
2022年3月22日
图像灰度处理与边缘检测
摘要: 图片是从网上下载,先将其处理为灰度图像,之后进行边缘检测。 #ifndef INITIAL_OPENGL #define INITIAL_OPENGL #include"vtkAutoInit.h" VTK_MODULE_INIT(vtkRenderingOpenGL2) VTK_MODULE_IN
阅读全文
posted @ 2022-03-22 13:55 二先生-
阅读(252)
评论(0)
推荐(0)
2022年3月18日
vtk网格剖分
摘要: #include <vtkSmartPointer.h> #include <vtkSimplePointsReader.h> #include <vtkPolyDataMapper.h> #include <vtkActor.h> #include <vtkProperty.h> #include
阅读全文
posted @ 2022-03-18 10:49 二先生-
阅读(145)
评论(0)
推荐(0)
VTK数据拓扑结构、几何结构和属性数据
摘要: 读取到VTK数据后,将数据组织起来并添加属性值。 示例: #include <vtkSmartPointer.h> #include <vtkPoints.h> #include <vtkPolygon.h> #include <vtkTriangle.h> #include <vtkCellArr
阅读全文
posted @ 2022-03-18 10:46 二先生-
阅读(611)
评论(0)
推荐(0)
2022年3月5日
VTK读取数据
摘要: #include <vtkSmartPointer.h> #include <vtkSimplePointsReader.h> #include <vtkPolyDataMapper.h> #include <vtkActor.h> #include <vtkProperty.h> #include
阅读全文
posted @ 2022-03-05 20:07 二先生-
阅读(413)
评论(0)
推荐(0)
上一页
1
2
公告