资源列表
GUI_2
- MATLAB经典GUI源程序,适合初学者入门学习
tuxing
- 一个空心球体在做旋转运动,鼠标点击后将会由大到小的变化
eigenface_f
- 人脸识别的经典方法,特征脸的matlab程序-The classic method of face recognition, eigenface process of matlab
touying
- 可以显示任意位置立方体在光源下的投射阴影。a/s/d/o/p/m/n分别可以控制立方体前后左右移动及旋转-Cube can be displayed anywhere in the light under the shadow of the projection. a/s/d/o/p/m/n-cube can be controlled separately before and after the movement and rotation around
BSpline
- B样条绘制 输入四个点,按B即可绘制以这四个点为控制点出B样条。-draw Bspline by using four reference points.
quxiantu
- 程序1主要是实现正弦函数和余弦函数的线性组合,绘出两者相加后的图像。程序2、3、4中还包括罗盘图、轮廓图和填充图,从而实现这几种绘图功能。-Program is mainly a sine and cosine functions to achieve a linear combination of the two add up to draw the image. 2,3,4 program also includes compass map, contour map and fill map
1082
- Problem Descr iption 二值图像是由黑白两种像素组成的矩形点阵,图像识别的一个操作是求出图像中最大黑区域的面积。请设计一个程序完成二值图像的这个操作。黑区域由黑像素组成,一个黑区域中的每个像素至少与该区域中的另一个像素相邻,规定一个像素仅与其上、下、左、右的像素相邻。两个不同的黑区域没有相邻的像素。一个黑区域的面积是其所包含的像素的个数。 Input 输入由多个测试例组成。每个测试例的第一行含两个整数n和m, (1 <=n,m<=100), 分
5
- 什么是纹理?纹理就是我们通常说的贴图(又叫蒙皮)。其原理就是在3D的模型上面覆盖上2D的图片,让我们的3D模型显得更真实。-ok
85375575CS_OMP
- matlab环境下基于压缩感知理论的数字图像处理-compress sense
EDS
- 分别利用 Roberts、Prewitt和 Sobel 算子对原图像进行边缘检测和锐化。-Respectively use Roberts, Prewitt and Sobel operator on edge detection and sharpening the original image.
kmeansclustering
- 基于K-means聚类算法对彩色图象进行分割,聚类的个数可由自己定义.-Based on K- means clustering algorithm for color image segmentation,and the number of clustering can be defined by yourself.
susan-
- 基于SUSAN特征检测算子的边缘提取,添加图片即可运行,可自行根据图片特征设置参数得到较好的边缘检测效果-Edge detection feature extraction SUSAN operator, add images to run, you can set your own parameters to get a better edge detection based on image characteristics