搜索资源列表
Colors_for_win
- color是个界面,主要功能是根据按扭来改变图形颜色和形状!直接可用!-color interface is a main function is pressed to change the color and shape of graphics! Directly available!
idltansfermatlab
- 本程序主要功能是idl调用matlab程序,大大增加了idl的图像/形处理功能,应用更广泛-This procedure is the main function of matlab to call idl procedures, has greatly increased the idl image/shape processing, the application of more extensive
Gaussian.mixture.model.Method
- 高斯混合模型是單一高斯機率密度函數的延伸,由於GMM 能夠平滑地近似任意形狀的密度分佈,因此近年來常被用在語音與語者辨識,得到不錯的效果。-Gaussian mixture model is a single Gaussian probability density function of the extension, as the GMM can approximate arbitrary smooth shape of the density distribution, it is ofte
gaborfunction
- gabor_function1该程序对Gabor核函数某个尺度和方位的三维形状和二维平面图像进行显示 gabor_function2该程序对Gabor核函数五个尺度和八个方位的二维平面图像进行显示,共产生40个二维平面图像 这两个程序对理解gabor小波很有帮助哦-gabor_function1 the program of Gabor kernel function of a scale and orientation of the three-dimensional shape an
NoiseGenerator
- 本实验要求根据课本中给出的高斯噪声和椒盐噪声的概率分布的形状和参数编写两个通用程序分别给一个图像中添加高斯噪声和椒盐噪声。高斯噪声是n维分布都服从高斯分布的噪声,椒盐噪声是图像中经常见到的一种噪声是一种随机的黑点或者白点。在实验中通过它们对应的概率密度函数得到噪声分布函数进而与原图像进行叠加产生出对应的噪声图像-Textbooks in this experiment are given under the Gaussian noise and salt and pepper noise in
454545
- :提出一种快速有效推导不变矩的方法—三角函数生成法,并在此基础上描述了一种基于Hu 形状不变矩的 图像全局形状特征提取方法和算法。实验结果表明,使用这种算法提取的形状特征向量具有对平移、旋转和尺度变 化的不变性,适合于进行图像形状的检索。-The method of generating trigonometric function is suggested as a new efficient way to derive various moment invariants,and
BasedoncontentImageSearchsystemdsignandimplmentati
- 该论文具有内容图像检索功能,根据颜色,形状,纹理以达到搜索的目的。熟练应用c++语言编译代码。-The paper has content image retrieval function, according to color, shape and texture to achieve the purpose of search. Proficient in code c++ compiler.
andtextureofImageSearchSystemandtheachievement
- 该论文具有图像检索功能,基于图像的纹理,形状去达到搜索的目的。运用c++语言编译代码构建系统核心部分。-The paper has an image search function, image-based texture and shape to achieve the purpose of search. Using c++ compiler code build system core.
1212121
- 该论文具有图像检索功能,基于图像特征有形状,纹理,颜色等。运用c++语言构建搜索系统的基础,以达到功能全面的系统。-The paper has an image search function, image features are based on shape, texture, color and so on. Built using c++ language based search system to achieve full-featured system.
ACIScode
- 此源码是用ACIS和HOOPS生成一个蜡烛灯的造型,里面函数的使用值得借鉴。-This source is ACIS and HOOPS generates a candle light shape, which function to use is worth learning.
gaborfilter.tar
- Gabor滤波器经常被用于形状检测和特征提取,比如增强指纹图像。本代码用matlab实现了一个二维Gabor滤波器。 代码使用如下: function [G,gabout] = gaborfilter1(I,Sx,Sy,f,theta) from gaborfilter1 with different f(Frequency) and theta(Angle). for example f:0,2,4,8,16,32 theta = 0,pi/3,pi/6
roitool
- 方便於不同形狀及大小ROI圈選之MATLAB function-Convenient shape and size of the ROI at different circle of MATLAB function
gaosimatch
- 高斯函数的匹配化,只需要输入两个线性因子,就可以匹配出所需要的直方图形状-Gaussian function of the match, only need to enter two linear factors, can match the shape of the histogram
shape
- 利用cvMatchShapes函数实现两幅图像之间的匹配操作。-The use cvMatchShapes function matching operation between the two images.
IntegratedProject_v1I
- 進行 shape context 以及 hausforff 的距離運算,也有兩兩影像比對的功能-Shape context and hausforff the distance computing, but also on the function of the two images
chang
- 图形变换,是在计算机图形图像方面的,主要实现图形形状,颜色等变化,由远及近的一些放大缩小功能-Graphics transform, is in the computer graphics field, main graphic shape, color change, by far and near the zoom function
edgelink
- 在边缘检测之后得到的边缘不一定是完整的,利用这个函数可以将个线段生长一些,然后连接起来,成完整的形状-At the edge of the edge detection after get is not necessarily complete, use this function can be a line segment to grow some, and then connect, into the shape of a complete
DIP
- 数字图像处理matlab实现,包括如下程序: 1.直方图规定化为高斯双峰函数 2.窗口形状自适应(十字形或矩形)的中值滤波 3.彩色图像目标提取并与背景图像合成 4.插值外推法的彩色图像饱和度调整 5.多种插值方法实现的图像放大和缩小 6.频域变换及分析 7.几何校正 8.插值外推法的黑白图像对比度增强 9.运动模糊矫正-Digital image processing matlab realize, including the following proce
GUIEdge
- 边缘是指图像中像素灰度有阶跃变化或屋顶状变化的那些像素的集合。学会并掌握使用matlab进行图像的边缘检测,设计用户界面实现上述功能。 实际问题: 1、采用matlab Guide设计图像界面,可以读入并显示图像,设计实现以下功能的菜单,点击相应的菜单(如radio button)在图像界面上可以显示相应的功能。 2 使用sobel检测算子; 3 使用prewitt检测算子; 4 使用canny检测算子; -Edge is refers to the image pixe
Shape-Context-MATLAB
- The code s function is to compute shape context for correspondence