搜索资源列表
相邻帧间差分
- 利用图像相邻两帧图像做差,得到差分图像,在利用设定阈值进行分割
双线性差值法实现了图像了放大和缩小
- 双线性差值法实现了图像了放大和缩小,可作参考,Bilinear difference method to achieve the image of the zoom in and out, can make reference to
Imagetransformationv6
- 初学者使用的图像处理程序,包含图像增强功能,双线性差值缩放,添加高斯噪声,图像均衡,等-ImageProcessing for primer to learn, the code including finctions of zoon, adding Noise and so on
yanyan
- 把一个256*256的图像分成8*8小块,然后进行DFT变换,分别比较在空间域和频域内对图像进行二次抽样和差值最后得出的图像比较-1. Get a grey level image which size is N*N. (For example, 256*256, however, N = ), and partition to 8*8 sub images. 2. Apply DFT to these sub images, and get the fourier transfo
OTSU
- 利用最大类间方差法(OTSU)求出对图像进行二值化处理的最佳阈值,从而进行图像二值化处理。 -Using the maximum between-class variance method (OTSU) obtained image binarization best treatment threshold, and thus image binarization treatment.
vcImageJiont
- vc图像拼接源代码,可进行两幅图像的自动拼接-vc image mosaic source code, may be two images automatic splicing
chazhi
- 插值法实现灰度图像的缩放及旋转的程序,开发环境为Visual C++6.0,实现了多种差值方法。可用于进行算法的分析和比较-Gray-scale image interpolation implementation of the scaling and rotation procedures, development environment for Visual C++6.0, a variety of difference methods of implementation. Algorith
DigitalImageProcessing
- 数字图像处理工具,实现对数字图像的傅立叶变换、灰度差值变换等。-Digital image processing tools to realize the digital image of the Fourier transform, gray level difference between the transformation and so on.
09
- 图像分析,包括阈值分割,投影检测,差值检测,模板匹配。-image analysis
PictureParticipate
- 图像插值程序,载入图像后可以进行变形处理,提供的差值方式包括最近邻插值、三次样条插值等。-Image interpolation process can be deformed after loading the image processing methods include providing the difference between the nearest neighbor interpolation, cubic spline interpolation.
gaijinwavelet
- 小波变换在图像融合中的应用已有不少,但大多是热图像和可视图像的融合,在医学图像融合方面的研 究还比较少。针对这一现状,提出了基于形态学小波的医学多分辨率融合方法和小波域基于差值图像分割的加权融 合方法。该方法保留了小波的视觉效果,同时在很大程度上减少了运算的复杂度,优化了加权系数的计算方法,得到 了较好的融合效果。实验结果表明了该算法的优越性。-There are many app lications ofwavelet transform to image fusion. But
image_rotate
- 两维图像旋转以及双线性灰度差值算法的实现-Two-dimensional gray scale image rotation and the difference between bilinear algorithm implementation
tuxiangxuanzhuan
- 两维图像旋转以及双线性灰度差值算法的实现-Two-dimensional gray scale image rotation and the difference between bilinear algorithm implementation
picture_interpolation_handle
- 包括几种基于多项式插值的图像处理matlab代码,包括双三次插值,样条差值等-Includes several image processing based on polynomial interpolation matlab code, including double-cubic interpolation, spline difference, etc.
fractal-image-compression
- 分形图像编码研究,基于非均匀量化的编码,利用分辨率无关性,对图像减采样,进行基本的分形编码。得到差值图像后,再进行非均匀量化得到附加码。-Fractal image coding research, based on non-uniform quantitative coding, using the resolution independence, reduce the image sampling, the basic fractal coding. Get the difference i
PCAKTest
- 本人VC编写的根据PCA和KMEANS思想进行差值图像聚类处理,处理效果与MRF类似,很好用。-VC prepared according to PCA and K MEANS ideological difference image clustering process, the treatment effect with MRF is similar to good use.
chang-detection
- 对两幅遥感图像进行变化监测,先求得差值图像,然后用FCM聚类方法分成变化类和不变类-On two remote sensing image change detection, the first difference image is obtained, then FCM clustering into the same category and class changes
chazhi
- 差值计算,图像像素行列差值,计算像素的差异性,进而可以计算灰度差,进行图像分割(Difference calculation, image pixel row column difference)
差值法
- 遥感图像变化检测差值法 本程序实现两个尺寸相同的图像进行相减的操作 分别使用遍历像素的方法和addWeighted的方法
OSTU
- 用OSTU和KSW实现多阈值图像分割,matlab代码(Image Segmentation Using OSTU and KSW)