搜索资源列表
bumpmap1981
- 使用matlab实现凹凸纹理的程序,将一个彩色图片生成灰度图片,然后用本程序可生成彩色图片的凹凸纹理图片-use Matlab texture achieve embossing process will generate a gray color photographs photographs, Then the process of creating color photographs of the rough texture Photo
MatforMFC
- 这是一个用AnCAD公司的matfor图形包写的一个小程序,实现了类似matlab封面三维图形功能,用该图形包代码量少,个人认为比matlab更能满足用VC开发的朋友。
VisualHull
- 一个由matlab编写的从多视点拍摄的图像计算Visual Hull的简单的演示程序,基于空间体积的方法求物体的Visual Hull,对实现由多视点图像求Visual Hull的过程可以起到借鉴作用
matlab三维重建
- matlab 程序 实现图像三维重建
Art3D
- 力矢量算法实现的画图程序,编写环境matlab, 3D 本人原创 -force-oriented graph drawing algrithm, 3D, computer science applied
geom3d_2011.06.30
- 这是一个基于三角曲面网格实现测地线算法的matlab程序源码-This is an implementation of geodesic (shortest path) algorithm for triangular mesh (triangulated surface) first described by Mitchell, Mount and Papadimitriou in 1987[1] with some minor improvements, extensions and sim
3d-reconstruction-usingmatlab
- 本程序用于CT医学图像三维重建,使用MATLAB软件实现,简单易学-3d reconstruction usingmatlab
SIFETEHZHENG332
- 这个程序再matlab2012b版本上调试成功,以前在毕业设计的时候在网上找到的资料,希望对大家有用,MATLAB实现图像的SIFT特征提取,并做在不同光照、不同视角下的特征匹配-This program debugging again matlab2012b version is successful, the information at the time of graduation design previously found on the Internet, we want to be
GUISHEJIMATLAB3
- 这个程序再matlab2012b版本上调试成功,以前在毕业设计的时候在网上找到的资料,希望对大家有用,基于MATLAB-GUI图形界面的数字图像处理软件 本系统设计基于GUI图形界面,用matlab语言编写代码,实现功能包括图象的读取、存储、显示、直方图均衡化、阈值化、小波分解、小波重构、加噪、去噪、平滑、锐化、边缘检测、图像分割等-This program debug version then matlab2012b success in graduate design information
DCTSUANSHUIYIN
- 这个程序再matlab2012b版本上调试成功,以前在毕业设计的时候在网上找到的资料,希望对大家有用,数字水印算法实现(matlab程序包),包含有DCT水印嵌入算法,DWT水印嵌入算法,以及水印攻击和性能测试程序。参考价值极大-This program debug version then matlab2012b success in graduate design information previously found on the Internet when we want to be
shuanjuzheng
- 双矩阵对策问题的求解是比较困难的,而且还没有得到一个较为简单的一般的通用的方法,本文在求解此类问题的一般算法的基础上进行了改进,给出了Matlab程序实现,使问题的解答更加简便快捷。-Solving the problem of double matrix game is difficult, but has not been a relatively simple general purpose method, on the basis of the general algorithm for
jingquceliang2
- 传统计算机语言语法复杂,要求程序员具有较高的编程水平.MATLAB作为一种新兴的计算机语言具有简单易学、代码短小高效、计算功能强大等优点,正日益被广大工程技术及科研人员所接受.介绍了最小二乘法测定点阵参数的数学原理,以及如何利用MATLAB进行编程实现点阵参数的精确测定,并且利用自编的程序测定了贮氢合金LaNi5的点阵参数, 计算结果与现有文献提供数据吻合良好,证明该程序具有较高实用价值.-Traditional computer language syntax complex, requiri
BM3Da
- BLS_GSM算法的matlab版源代码,实现图像去噪,去噪效果非常好,程序完整,能运行-BLS GSM algorithm matlab version of the source code to achieve denoising, denoising effect is very good, complete procedures, can run
matlab-vis
- 该matlab程序实现了对切片bmp图像进行3d显示的功能,并可以进行旋转,拖放等操作。vis3d-The matlab program to achieve the slice bmp image 3d display function, and can be rotated, drag and drop operation.
PSBox-v0.3.1
- Matlab官方光度立体三维成像程序,可实现高精度三维成像。-Official Matlab Photometric Stereo three-dimensional imaging procedure
matlab读取stl文件
- matlab的一个小demo程序,主要包含stl文件在matlab软件中的读取,以及哈希顶点函数的实现。