-
StL Data File Viewer
StereoLithography(StL) is something that is widely used in CAD/CAM, RapidPrototyping etc. The concept is that any surface or solid is exported to StL format by data exchange packages after they are modeled in commercial CAD packages. This data consists of triangulated facets that approximate the surface of the solid. No topological or geometric information is exported. The surface is subdivided into small triangles. The approximation uses chordal deflection for curved surfaces to smoothen the surface. More the smoothening required, more number of smaller triangles are generated by subdivision resulting in larger size of data file. Now, along with triangles, their facet normals are also generated. The data is written both in ASCII and binary formats. The data in ASCII is written like this:
- 2022-02-02 20:46:09下载
- 积分:1
-
3D显示程序
3D显示程序 3D fractal in stereo. An sample application from the GLUT distribution.
- 2022-03-26 15:42:44下载
- 积分:1
-
网格重构remesh
#include "StdAfx.h"
#include "Cremesh.h"
#include "math.h"
#include 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-10-31 02:10:13下载
- 积分:1
-
jsDraw2DX Alpha 1_0_6
jsDraw2D是jsFiction公司提供的第一个产品,他们计划创造各种各样的革命性的JavaScript库和应用,来帮助JavaScript 开发者,Web开发者以及Web站长扩展JavaScript的内涵和功能。
jsDraw2D包括基本形状(如多边形,弧形,圆),填充形状,以及贝塞尔曲线(包括一次,二次和立体曲线)。开发者可以在div元素中改变坐标系统的 原点到任意点上,并且可以选择缺省或者笛卡尔坐标系统。 jsDraw2D还可以允许你设置图形的大小比例。
- 2023-03-23 00:20:04下载
- 积分:1
-
opencvcj用于opencv的单目摄像头标定和测距
利用opencv库函数打开摄像头,点击保存图片按钮就可以保存图片,点击测距按钮就可以测试出点高度及点宽度还有距离。点击关闭摄像头即可关闭摄像头,点击推出程序即可退出程序。-
很好的程序!
- 2022-04-16 16:55:51下载
- 积分:1
-
基于非参数采样的视频深度提取
发表在2012年计算机视觉顶级会议ECCV上的文章Depth Extraction from Video Using Non-parametric Sampling的源代码,
采用非参数采样从单目视频中提取深度,这个研究方向比较新,希望对大家有用。我这里还有他们的ppt,做的很好,如果有
需要的可以留邮箱。
- 2022-01-26 03:14:30下载
- 积分:1
-
canny边缘检测,高斯
step1:用高斯滤波器平滑图象;
step2:用一阶偏导的有限差分来计算梯度的幅值和方向;
step3:对梯度幅值进行非极大值抑制;
step4:用双阈值算法检测和连接边缘。
- 2023-03-11 13:40:04下载
- 积分:1
-
opencv图像拼接
这个代码可以实现几幅有重叠部分图像的拼接,而且效果很好,采用的是opencv库函数。实现简单。而且很容易看懂,对于类似工程的开发有很大的意义/
- 2022-07-03 20:29:55下载
- 积分:1
-
波谱图,3y轴,平行坐标图,三维坐标,PCA代码
资源描述这里面包括一个波谱图代码,画3y轴的图形代码,平行坐标图代码,三维坐标,以及一个主元分析例子的代码,例子虽然简单,但思路是一样的。
- 2022-09-19 01:15:03下载
- 积分:1
-
运动检测系统
本人从别处下载得到的运动图像检测系统,觉得还不错,分享下。
- 2022-02-09 10:54:07下载
- 积分:1