资源列表
dxf2coord_20
- MATLAB读取cad生成的dxf文件,在MATLAB可以处理简单的CAD的对象,为MATLAB读取cad提供了一种方法。-MATLAB can read the file of dxf. You can do opertion to the object in the cad.
cad2matmo
- 从CAD图形到matlab的自动转化。可以转换STL文档,已实现从AutoCAD和pro-E到matlab的转换-CAD2MATDEMO, a demonstration of importing 3D CAD data into Matlab. To get CAD data into Matlab, the process is: 1) Export the 3D CAD data as an ASCII STL (or Pro/E render SLP) file.
VB-EXCEL-CAD
- 该程序可将Excel表格中的所有单元格全部按原来大小、风格转换到AutoCAD文件中来。在转换过程中,表格线条的转换和文字转换是重点。文字转换采用了直接利用AddMtext命令提供的属性进行转换,避免了已往修改形文件来进行文字标注的方法,直接控制表格文字字体、大小、下划线、上下脚标,倾斜,加粗等,使每个文字的风格均可以得到很好的控制,极大提高了文字标注的灵活性。 -This program can be all of all cells in the Excel spreadsheet c
CAD-source
- 学习期间用VC++仿照别人写的开源CAD软件,源代码注释很详细,对VC++提高很有帮助-During the study modeled using VC++ written by someone else' s open source CAD software, source code comments in great detail, very helpful for VC++ to improve
cirout
- 根据冲孔CAD图纸自动提取所有圆形坐标,并自动生成G代码程序,坐标为增量输出。支持自己设定坐标原点。-CAD drawings based on automatic extraction Punching coordinates all round, and automatically generate G code program, the coordinates for the incremental output. Set the coordinate origin to support
matlab车牌识别课程设计报告模板(附源代码)
- matlab里边包括资料(基础,gui,算法),代码(基础,gui,算法)(Matlab summary, data, code)
人脸识别
- 人脸检测和识别,录入人脸数据,识别未知人脸是否为录入的(Face Detection and Recognition, Entering Face Data, Recognizing whether an Unknown Face is Input)
提取图像中的曲线方程
- 这个程序可以用来寻找一些论文或者其他方面获取图片的图像曲线,非常方便大家的使用,这个是matlab软件,只需要该图的路径即可
基于特征匹配的单物体识别
- 在MATLAB上实现基于特征匹配的单物体识别,并定位物体
基于蚁群算法的图像边缘检测
- 基于蚁群算法的图像边缘识别程序,运行即可,附带图片(Image edge recognition program based on ant colony algorithm, just run, with pictures)
SRCNN train
- 利用matlab做深度学习,SRCNN作为超分辨率重建开山之作,用matlab进行代码复现(Matlab to do deep learning, SRCNN as a super resolution reconstruction work, using matlab for code reproduction)
基于帧间差分法的视频目标检测系统
- 运动目标自动检测是对运动目标进行检测、提取、识别和跟踪的技术。基于视频序列的运动目标检测,一直以来都是机器视觉、智能监控系统、视频跟踪系统等领域的研究重点,是整个计算机视觉的研究难点之一"。运动目标检测的结果正确性对后续的图像处理、图像理解等工作的顺利开展具有决定性的作用,所以能否将运动物体从视频序列中准确地检测出来,是运动估计、目标识别、行为理解等高层次视频分析模块能否成功的关键。