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

搜索资源列表

  1. ICP-algorithm.rar

    0下载:
  2. 一种基于ICP算法的医学图像几何配准技术,ICP algorithm based on the geometry of the medical image registration techniques
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:167.48kb
    • 提供者:rain
  1. LBP-SIFT-image-matching-algorithm-combined

    3下载:
  2. SIFT和旋转不变LBP 相结合的图像匹配算法(数字图像处理/图像匹配)-SIFT and LBP combined rotation invariant image matching algorithm (digital image processing/image matching)
  3. 所属分类:Special Effects

    • 发布日期:2016-01-22
    • 文件大小:589kb
    • 提供者:马蓉琼
  1. An.Image.Mosaic.Algorithm.Based.on.Matching.Shape.

    0下载:
  2. 提 出了一种基于形状模板 匹配的图像 自动拼接 方法。提取 图像 的角点作 为特 征点,利用归一化梯度模板对 其进行预 匹配.然后 利用形状模板在 四个方 向对模板 内图像的边缘 点与模板边界的最短距 离进行统计 ,获取模板 图像的 结构特征向量以实现对特征点的精确匹配。实验结果表明该算法具有较好的实用价值。 -A shape-based template matching method of image auto-splicing. Extract image feature po
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:167.54kb
    • 提供者:memcpy
  1. single_scale_self_quotient_image

    0下载:
  2. 该功能适用于单尺度自商图像算法的图像的MATLAB程序-The function applies the single scale self quotient image algorithm to an image.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:5.65kb
    • 提供者:若尘
  1. Image-Segmentation

    0下载:
  2. 一个基于图形的高效图像分割算法,包括论文及相应的源代码。-This paper addresses the problem of segmenting an image into regions. We define a predicate for measuring the evidence for a boundary between two regions using a graph-based representation of the image. We then develo
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:445.42kb
    • 提供者:xudq
  1. kmeans-image-segmentation

    1下载:
  2. K-meansK均值聚类在无监督的情况下选择图像特征的算法-K-meansK means clustering in the case of unsupervised image feature selection algorithm
  3. 所属分类:Special Effects

    • 发布日期:2015-10-18
    • 文件大小:45.2kb
    • 提供者:renli
  1. Image

    1下载:
  2. 遥感图像的打开处理程序,能够打开单波段,多波段图像,几何图像变换,线性拉伸变换,平滑 处理包括并行和串行,锐化处理包括梯度锐化、Roberts锐化、laplace锐化、sobel锐化等,还 有用绝对距离和马氏距离算法进行的监督分类算法等,包括了RAW格式数据资源-The opening of remote sensing image processing, to open the single-band, multi-band images, geometric image
  3. 所属分类:Special Effects

    • 发布日期:2017-05-27
    • 文件大小:10.17mb
    • 提供者:幻影
  1. Texture-Synthesis-Using-Image-Quilting

    0下载:
  2. Performs the Efros/Freeman Image quilting algorithm on the input
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:3.06kb
    • 提供者:xinghuidong
  1. ImageSegmentation

    0下载:
  2. 使用Java开发的基于遗传算法的图像分割程序。本算法源于文章《Selectionist relaxation: genetic algorithms applied to image segmentation》。-Developed using Java based on genetic algorithm for image segmentation process. The algorithm derived from the article "Selectionist relaxation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:198.56kb
    • 提供者:hejiajie404
  1. LSB-Data-Hiding-Image

    3下载:
  2. 图像的组成无非是一些字符串或者一些字节组成的字符串,然而,每一个字节数据位的重要度并不是一样的,两个相邻字节往往只有低位是不一样的。例如:00100110和00100111代表了两个不同渐变度的红色,但是就人眼是分辨不出来的。最低有效位LSB算法,就是利用这一点,达到图像压缩,或者数字水印的功能。-The composition of the image is nothing more than some number of bytes or string composed of string,
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-16
    • 文件大小:315.67kb
    • 提供者:xlz
  1. Image-Fusion-Performance

    0下载:
  2. 这个matlab代码,用于测试图像融合函数的算法性能。输入两幅原始图像和融合以后的图像,函数将评价出该算法的性能。-The matlab code, for testing image fusion algorithm function. Input the original image and the integration of two subsequent images, the function will evaluate the performance of the algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:1.23kb
    • 提供者:小单
  1. greyimagequalityassessment

    1下载:
  2. 灰度图像质量评价,以matlab为平台,介绍了几种关于灰度图像算法的质量,以数据结果来说明图像的质量。-Gray image quality evaluation, in order to matlab as a platform to introduce several gray image algorithm on the quality of data to illustrate the results of image quality.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:4.46kb
    • 提供者:chrily
  1. kmeans-image-segmentation

    0下载:
  2. K均值算法实现图像的分割,分割效果可以达到预期的效果-K-means algorithm to achieve image segmentation, segmentation results can be achieved the desired results
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:46.08kb
    • 提供者:赵少敏
  1. image

    0下载:
  2. 一种新的超分辨率图像重建算法,非下采样Contourlet 变换 多任务学习 超分辨率图像重建-A new super-resolution image reconstruction algorithm, non-down-sampling Contourlet transform multi-task learning Super-Resolution Image Reconstruction
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:366.86kb
    • 提供者:Zero
  1. image

    0下载:
  2. 基于Matlab的图形图论的重要算法的仿真。内有详细说明和源代码。-Matlab-based graphical map of the importance of the simulation algorithm. There are detailed descr iptions and source code.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:267.89kb
    • 提供者:jasonyao
  1. SpaceWatermark

    0下载:
  2. 一种图像水印算法。利用图像的LSB在图像叠加噪声时影响很小的特点,提出一种基于LSB的图像水印算法-An image watermarking algorithm. The LSB in the image using image overlay little effect on the characteristics of the noise when the proposed LSB based Image Watermarking Algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:23.86kb
    • 提供者:林旭亮
  1. image

    0下载:
  2. image fusion in matlab . using simple algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:400.85kb
    • 提供者:abhay144
  1. Image stegano graphy

    1下载:
  2. 一种基于低位图像密写的算法,实现信息的隐蔽传输-Low Image Steganography Based on the algorithm, the information hidden transfer
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-16
    • 文件大小:176.29kb
    • 提供者:杜平
  1. Image.algorithm

    0下载:
  2. Image segmentation threshold automatically selected and its algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:7.3kb
    • 提供者:lilizhen
  1. Image-algorithm

    0下载:
  2. Image algorithm 常用图像算法-Image algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-11-19
    • 文件大小:77.36kb
    • 提供者:马有为
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com