CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - 差值 图像

搜索资源列表

  1. 相邻帧间差分

    0下载:
  2. 利用图像相邻两帧图像做差,得到差分图像,在利用设定阈值进行分割
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2011-06-06
    • 文件大小:1.34kb
    • 提供者:jiangdailin
  1. 双线性差值法实现了图像了放大和缩小

    0下载:
  2. 双线性差值法实现了图像了放大和缩小,可作参考,Bilinear difference method to achieve the image of the zoom in and out, can make reference to
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-23
    • 文件大小:4.23kb
    • 提供者:fila
  1. Imagetransformationv6

    0下载:
  2. 初学者使用的图像处理程序,包含图像增强功能,双线性差值缩放,添加高斯噪声,图像均衡,等-ImageProcessing for primer to learn, the code including finctions of zoon, adding Noise and so on
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:116.55kb
    • 提供者:倪杰
  1. yanyan

    0下载:
  2. 把一个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
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1.54kb
    • 提供者:zhengyan
  1. OTSU

    0下载:
  2. 利用最大类间方差法(OTSU)求出对图像进行二值化处理的最佳阈值,从而进行图像二值化处理。 -Using the maximum between-class variance method (OTSU) obtained image binarization best treatment threshold, and thus image binarization treatment.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:2.19kb
    • 提供者:zhangjie
  1. vcImageJiont

    0下载:
  2. vc图像拼接源代码,可进行两幅图像的自动拼接-vc image mosaic source code, may be two images automatic splicing
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1.58mb
    • 提供者:王军
  1. chazhi

    0下载:
  2. 插值法实现灰度图像的缩放及旋转的程序,开发环境为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
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:77.1kb
    • 提供者:张晓彬
  1. DigitalImageProcessing

    0下载:
  2. 数字图像处理工具,实现对数字图像的傅立叶变换、灰度差值变换等。-Digital image processing tools to realize the digital image of the Fourier transform, gray level difference between the transformation and so on.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:85.95kb
    • 提供者:李毅
  1. 09

    0下载:
  2. 图像分析,包括阈值分割,投影检测,差值检测,模板匹配。-image analysis
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2.05mb
    • 提供者:平博
  1. PictureParticipate

    0下载:
  2. 图像插值程序,载入图像后可以进行变形处理,提供的差值方式包括最近邻插值、三次样条插值等。-Image interpolation process can be deformed after loading the image processing methods include providing the difference between the nearest neighbor interpolation, cubic spline interpolation.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2.1mb
    • 提供者:兰鹰
  1. gaijinwavelet

    0下载:
  2. 小波变换在图像融合中的应用已有不少,但大多是热图像和可视图像的融合,在医学图像融合方面的研 究还比较少。针对这一现状,提出了基于形态学小波的医学多分辨率融合方法和小波域基于差值图像分割的加权融 合方法。该方法保留了小波的视觉效果,同时在很大程度上减少了运算的复杂度,优化了加权系数的计算方法,得到 了较好的融合效果。实验结果表明了该算法的优越性。-There are many app lications ofwavelet transform to image fusion. But
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:358.75kb
    • 提供者:杨颜华
  1. image_rotate

    0下载:
  2. 两维图像旋转以及双线性灰度差值算法的实现-Two-dimensional gray scale image rotation and the difference between bilinear algorithm implementation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1.4kb
    • 提供者:姚军
  1. tuxiangxuanzhuan

    0下载:
  2. 两维图像旋转以及双线性灰度差值算法的实现-Two-dimensional gray scale image rotation and the difference between bilinear algorithm implementation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1.05kb
    • 提供者:姚军
  1. picture_interpolation_handle

    0下载:
  2. 包括几种基于多项式插值的图像处理matlab代码,包括双三次插值,样条差值等-Includes several image processing based on polynomial interpolation matlab code, including double-cubic interpolation, spline difference, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:8.03kb
    • 提供者:wangfuqiang
  1. fractal-image-compression

    0下载:
  2. 分形图像编码研究,基于非均匀量化的编码,利用分辨率无关性,对图像减采样,进行基本的分形编码。得到差值图像后,再进行非均匀量化得到附加码。-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
  3. 所属分类:Special Effects

    • 发布日期:2017-05-26
    • 文件大小:8.34mb
    • 提供者:sillan
  1. PCAKTest

    0下载:
  2. 本人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.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4.16mb
    • 提供者:晓风
  1. chang-detection

    3下载:
  2. 对两幅遥感图像进行变化监测,先求得差值图像,然后用FCM聚类方法分成变化类和不变类-On two remote sensing image change detection, the first difference image is obtained, then FCM clustering into the same category and class changes
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3.27mb
    • 提供者:于珊珊
  1. chazhi

    0下载:
  2. 差值计算,图像像素行列差值,计算像素的差异性,进而可以计算灰度差,进行图像分割(Difference calculation, image pixel row column difference)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-25
    • 文件大小:1kb
    • 提供者:浪儿天涯
  1. 差值法

    2下载:
  2. 遥感图像变化检测差值法 本程序实现两个尺寸相同的图像进行相减的操作 分别使用遍历像素的方法和addWeighted的方法
  3. 所属分类:图形图像处理(光照,映射..)

  1. OSTU

    2下载:
  2. 用OSTU和KSW实现多阈值图像分割,matlab代码(Image Segmentation Using OSTU and KSW)
  3. 所属分类:图形图像处理

    • 发布日期:2020-03-13
    • 文件大小:1kb
    • 提供者:不可名状
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com