搜索资源列表
熵及梯度计算.rar
- 计算图像的信息熵和梯度的算法源码
梯度锐化
- 梯度锐化,在readme.txt里有详细的使用说明-tguj
创建轨迹梯度
- 本程序创建轨迹梯度画刷来填充图形,一个很好的例子绝对值得收藏-the procedures established track gradient brush painting to fill graphics, a good example worthy collection
动量梯度下降算法和贝叶斯正则化算法BP神经网络程序实例
- 动量梯度下降算法和贝叶斯正则化算法BP神经网络程序实例,可以直接运行。
共轭梯度优化算法
- 共轭梯度优化算法
基于边缘图像的视频错误隐藏算法
- 基于边缘图像的视频错误隐藏算法和基于梯度图像的视频错误隐藏算法,Based on the edge of the image of video error concealment algorithms and gradient-based images of video error concealment algorithm
对图像进行形态学开、闭、形态梯度等算法实现
- 基于OpenCV(开源计算机视觉平台),对图像进行形态学开、闭、形态梯度等算法实现。程序运行前须安装(1)OpenCV: ttp://opencvlibrary.sourceforge.net (2)在vc6.0的Tools|Options|Directories标签下添加如下路径:C:\Program files\OpenCV\Cxcore\include C:\Program files\OpenCV\include C:\Program files\OpenCV\cvaux\inclu
sobelEdgeDetection.rar
- Sobel算子边缘增强算法,利用梯度下降原理边缘化图象,Sobel operator enhancement algorithms, using gradient descent principle marginalized image
spetial_image_enhancement.rar
- 分别通过高斯低通滤波,梯度运算和拉普拉斯算子对图像进行增强。含有GUI操作界面,Through Gaussian low-pass filtering, the gradient operator and Laplacian image enhancement. Contains a GUI interface
ImageProcessing.rar
- 用matlab编写界面,实现直方图均衡化、平均滤波、梯度滤波、Laplacian滤波、Kirsch滤波、Sobel滤波、Prewitt滤波、高频提升等多种功能,Matlab prepared to use interface, the realization of histogram equalization, the average filter, Gradient filter, Laplacian filter, Kirsch filter, Sobel filter, Prewitt f
200432590139.rar
- 各种基本图像处理功能:1、格式转换:将RAW格式转换成BMP格式;2、线性变换;3、图像平滑;4、图像增强;5、边缘检测:梯度算子,Robert梯度算子,Prewitt算子,Laplacian算子,Sobel算子,Marr算子;6、直方图显示;7、形态运算(二值化、腐蚀、膨胀、开运算、闭运算);8、自动分类及类别提取:K均值分类。其中:1.2.3.4.5.7仅能对灰度图处理,6.8不仅能处理灰度图还能处理彩色图,Basic image processing functions: 1, forma
GradientMI.rar
- 互信息和梯度相结合的图像配准算法,在配准中引入了图像的空间信息,Mutual information and gradient combination of image registration algorithm, the introduction of registration in the image of the spatial information
HoG.rar
- 经典HOG算法,基于梯度的直方图提取算法,用于人体检测十分有效!,HOG classic algorithms, gradient-based histogram extraction algorithms, used in human testing is very effective!
sharpen
- 数字图像处理中的平滑和锐化(边缘检测)。包括1、添加椒盐、高斯噪声。2对噪声污染的图像分别使用邻域平均法、中值滤波法、K邻近平均法进行平滑。3对一幅图像利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。附处理源图像和处理结果截图。 -Digital image processing smoothing and sharpening (edge detection). Including 1, add salt and pepper, Gaussian noise.
SHARP
- 锐化处理技术来加强图像的目标边界和图像细节,对图像进行梯度算子、拉普拉斯算子、Sobel算子设计,使图像的某些特征(如边缘、轮廓等)得以进一步的增强及突出-Sharpen the image processing techniques to enhance the objectives of the border and image detail, image gradient operator, Laplacian, Sobel operator design, some features o
texture_extraction
- 提取图像特征,包括灰度梯度,灰度距等相关特征-extract features from images, including gray graydient,etc
moto
- 使用c++开发的图像处理程序,对图片的进行处理得到梯度图。-Use c++ Development of image processing procedures for processing images obtained gradient map.
GrayGradinet
- 图像的一种纹理提取方法,采用灰度梯度共生矩阵,是简单方便的方法-An image texture extraction method, using gray-gradient co-occurrence matrix is a simple and convenient method
imageevaluation
- 图像质量评价,熵、平均梯度、边缘强度、方差等-Image quality evaluation, entropy, average gradient, edge strength, variance, etc.
基于图像梯度插值算法
- 先求图像梯度,再根据梯度大小划分图像区域,不同区域采用不同插值算法