搜索资源列表
dip2
- 基于信息融合的图像边缘检测方法研究,⑴直方图均衡化(histogram equalization),⑵直方图匹配(histogram matching),⑶邻域平均(neighborhood averaging),⑷局域增强(local enhancement), ⑸中值滤波(median filtering)。-Edge detection method, 1 histogram equalization (histogram equalization). 2 histogram matchi
hanfeng612
- matlab gui界面设计,包括:图像的剪切和显示,彩色图像灰度直方图获取;灰度直方图,直方图均衡化和直方图匹配等-matlab gui interface design, including: images cut and shows histogram for color image gray histogram, histogram equalization and histogram matching
zftpipei
- 将两幅图形进行直方图匹配的简单易懂的matlab程序。-The two graphics histogram matching matlab program easy to understand.
exact_histogram_specification
- 关于灰度直方图均衡化,规范化和匹配,并有比较-On histogram equalization, standardization and matching
Image-match-selection
- 通过图像的Tamura纹理匹配与颜色直方图匹配来选择图像-through Tamura texture matching and color histogram matching to select the matching image
Meanshif-Detection
- :Mean—shift算法是一种非参数密度估计算法,可以实现快速的最优匹配,在目标的实时跟踪领域起着非常 重要的作用。为了有效的将Mean—shift算法应用到灰度图像中,采用了以方向直方图建立目标模型的策略,提出了在灰 度图像中以Mean—shift为核心的目标跟踪算法。实验结果表明,该算法具有不受光照条件影响的优点,在低对比度的情 况下仍能实现稳定、实时的跟踪目标。-: Mean-shift algorithm is a nonparametric density estimat
yuanma
- 用matlab函数imhist()实现给定图像的直方图;函数histeq()实现直方图均衡化;对给定图像,各自指定直方图,进行直方图匹配,使图像增强。-Using matlab function imhist () to achieve a given image histogram function histeq () to achieve histogram equalization on a given image, each designated histogram, histogr
match
- 本项目主要工作是对提供图片与库中图片进行颜色和纹理两方面的匹配。其中,颜色匹配直接用基于颜色RGB的直方图匹配,纹理匹配则是通过小波变换转换成频域值,然后用Canny算子计算总和,最后得到图片的纹理图进行匹配-The main work of this project is to match the colors and textures to provide pictures and picture in the library. Among them, the direct use of c
Gabor-and-histogram-features
- gabor变换和直方图特征的 图像匹配算法 及其比较-Gabor transform and the histogram image matching algorithm and its characteristics of the comparison
puisang
- 计算时间和二维直方图,匹配追踪和正交匹配追踪,复化三点Gauss-lengend公式求pi。- Computing time and two-dimensional histogram, Matching Pursuit and orthogonal matching pursuit, Complex of three-point Gauss-lengend the Formula pi.
funpou
- 匹配追踪和正交匹配追踪,计算时间和二维直方图,利用自然梯度算法。- Matching Pursuit and orthogonal matching pursuit, Computing time and two-dimensional histogram, Use of natural gradient algorithm.
3.19 基于Kalman滤波的目标跟踪
- 应用Kalrnan滤波原理,对运动目标进行跟踪,缩小目标的搜索范围,实现快速实时跟踪,使跟踪更为准确。理论分析和实验结果表明,该算法与常规的模板匹配法、直方图模板匹配法等算法相比,有效地提高了目标跟踪的速度及跟踪的准确性。(The Kalrnan filtering principle is used to track the moving target, reduce the search range of the target, realize fast and real-time trac
matlab differential algorithm
- 在matlab 中实现简单的微分算法及梯形高通滤波,matbab是基于图像处理常用的一种软件,实现图像微分,空间频率愈高,幅度增加就愈大。这表明微分是可以加强高频成分的,从而使图象轮廓变清晰。(to achieve a simple differential algorithm and Butterworth highpass filter in Matlab)