-
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
-
双缓冲绘图技术
双缓冲帮之你了解DC的创建位图的选入和贴图方法
- 2023-05-05 19:00:03下载
- 积分:1
-
Watershead 分割扫描
灰度级图像可能被视为的地形起伏,灰度的像素将被解释为它救济的高度。一滴水落在地形起伏流动沿路径达到最后的局部最小值。凭直觉,流域的救济对应到相邻的集水盆地的水珠的极限。
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-25 17:14:01下载
- 积分:1
-
简单图像中隐藏
在 Visual basic 中 LSB 简单隐藏程序
最不重要可以隐藏直到 4 位/字节使封面图像不是可疑
- 2022-11-17 22:15:04下载
- 积分:1
-
天文导航显示
天文导航计算,输入任意2点,自动计算航程及航向,并可以显示在独立的窗口中。
- 2022-07-20 01:26:46下载
- 积分:1
-
利用主成分分析的特征提取
此脚本将生成和绘制的三维数据,并执行 principalcomponent 分析侯选数据,并减少特征空间的维数。注意那 matlab 具有优化的功能来执行 PCA: princomp () 但是,在此脚本中我们 PCA 手动执行通过计算特征向量,示范助学。
- 2023-05-31 16:30:04下载
- 积分:1
-
harris_laplace角点检测程序
本程序实现Harris角点检测功能,是图像处理领域必不可少的学习工具,初程序简单易懂,特别适合学者参考学习!
- 2023-09-05 19:10:03下载
- 积分:1
-
图像处理
一个PROGRAMM检测从图片的情绪。这是很容易实现的开发人员。您可以使用自己的代码,该源代码。可以与本申请中被检测到的感情,是有关用画面。
- 2022-01-25 22:10:41下载
- 积分:1
-
手部跟踪与识别 OpenCV
计算机视觉在很多方面是终极的传感器,和有无穷无尽的潜在应用到机器人。 手跟踪基于颜色的识别。由取样颜色从手因此初始化程序。手然后提取背景采用阈值采用的取样的颜色配置文件。在配置文件中的每种颜色产生所有反过来累加在一起的图像。非线性中值滤波然后应用得到平稳,噪声免费的二进制表示形式的手。属性确定凸性缺陷是否要被解雇是从缺陷去邻近的凸多边形顶点的线之间的夹角. 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-06-26 20:49:17下载
- 积分:1
-
特征提取和匹配
应用背景图像的特征提取和特征匹配,用sift算法,SIFT特征检测算法 ,检测的特征点具有平移、旋转、尺度变化不变性,实验效果较好。-The SIFT feature detect algorithm.The feature is scale- and rotation-invariant.The algorithm performs well in experiments.关键技术sift提取特征,然后进行匹配。基于SIFT的图像配准程序 SIFT特征匹配算法是目前国内外特征点匹配研究领域的热点与难点,其匹配能力较强,可以处理两幅图像之间发生平移、旋转、仿射变换情况下的匹配问题,甚至在某种程度上对任意角度拍摄的图像也具备较为稳定的特征匹配能力-Hot and difficult of the current research areas of domestic and foreign feature point matching based the SIFT image registration program SIFT feature matching algorithm is its ability to match between the two images, can handle translation, rotation, affine transformation case match problem, even in some degree images taken at any angle with more stable feature matching ability
- 2022-01-30 17:14:32下载
- 积分:1