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

搜索资源列表

  1. huidupipei

    0下载:
  2. 用MATLAB对两幅图片进行图像匹配,程序运用了两种匹配算法1.基于灰度值的模板匹配2.模板匹配的改进算法-Two pictures with MATLAB for image matching procedure using two matching algorithms. Two gray value-based template matching. Improved algorithm of template matching
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:220280
    • 提供者:张倩
  1. quzaosheng

    0下载:
  2. MATLAB多方法去高斯白噪声方法有:多幅图像平均、均值滤波、中值滤波-MATLAB more ways to gaussian white noise methods are: many images average, average filtering and median filtering
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1215366
    • 提供者:li
  1. watershed-ridge-lines

    0下载:
  2. 如果图像中的目标物体是连接在一起的,则分割起来会更困难,分水岭分割算法 经常用于处理这类问题,通常会取得比较好的效果。分水岭分割算法把图像看成 一幅“地形图”,其中亮度比较强的区域像素值较大,而比较暗的区域像素值较 小,通过寻找“汇水盆地”和“分水岭界限”,对图像进行分割。-Separating touching objects in an image is one of the more difficult image processing operations. The wa
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:5032453
    • 提供者:lee
  1. shiyan

    0下载:
  2. 车牌定位 1. 任意读取一幅图像; 2. 对所读入的图像进行开、闭运算等二值形态学处理-License plate location. Read any one image read in the image to open and close operations binary morphological processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1625
    • 提供者:袁志刚
  1. EdgeTrace20120528

    0下载:
  2. 输入为一幅边缘检测的二值边界图像,输出为所有边界线的位置,返回存储每条边界线位置的结构数组。-Input binary boundary image of an edge detection, the output of the location of the boundary line, return the array of structures of the storage location of each boundary line.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1359
    • 提供者:wingxidian
  1. HW1

    0下载:
  2. Step 1: 二值化一幅图像,结果存为binary.bmp Step 2: 用不同彩色填充连通域(连通分量),结果存为connect.bmp Step 3: 在二值图像中找出轮廓并存储为countour.bmp-Step 1: The binary image of the results are saved as binary.bmp Step 2: fill with a different color connected domain (connected component), and
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:665312
    • 提供者:EARNER
  1. image-marginalized

    0下载:
  2. 数字图像处理,将一幅图像矩阵进行高斯滤波后,运用prewitt算子进行图像边缘化,并设定不同阈值。-Digital image processing, an image matrix of Gaussian filtering, to use prewitt operator image marginalized, and set a different threshold.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:726
    • 提供者:
  1. PicLineTrans

    0下载:
  2. 可以查看图像直方图。实现图像的点运算,其中包括图像反色、线形变换、阈值变换、窗口变换、灰度拉伸、灰度均衡。可以显示多幅图像。-You can view the image histogram. Image point operations, including images of anti-color, linear transformation, threshold transform window transform, gray stretch, gray balance. You can
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:202268
    • 提供者:weareonenow
  1. image-segmentation-

    0下载:
  2. 1.read_mpeg.m把mpg格式的视频存为一帧一帧的jpg格式的图像 2.im_fg_y.m是对文件进行阈值分割,可以自动读取图片并分割图像,显示效果。必要时可以做成函数用plc.m调用一次对多幅图片进行处理。 3.im_fg_b.m是对图像利用canny算子进行边缘检测,用于分析与显示。同样可以做成函数来调用。 4.pcl.m是对图像文件批处理,一次可以读入多幅图像,处理后再存储。 5.pcl1.m是调用边缘检测函数对一组图像进行分割并保存。
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:7742
    • 提供者:liruihua
  1. improve-canny

    2下载:
  2. 这是一个改进的自适应canny算法,该方法采用改进的开关型中值滤波器对图像做去噪工作,再把整幅图像分割为若干子图像,最后在充分考虑全局以及各子图像的边缘梯度信息后,自适应地生成动态阈值。-The new Canny adaptive method divides image into sub-images,then determinates the thresholds automatically according to the whole image edge information and
  3. 所属分类:Special Effects

    • 发布日期:2015-08-03
    • 文件大小:1024
    • 提供者:lipeiqi
  1. Image-Haze-Removal

    0下载:
  2. 2009年CVPR最佳论文,何恺明的基于暗通道的图像去雾的相关论文,ppt以及matlab代码. Dark channel prior 是一种对无雾的图像的统计规律:在无雾图像中,大部分图像块中至少有一个颜色通道具有很小的颜色强度值。利用dark channel prior,可以直接从一幅有雾的图像中估计出雾的浓度,并恢复出高质量的去雾图像。-CVPR best paper in 2009 (He Kai Ming Single Image Removal Haze is the Usin
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2012-12-12
    • 文件大小:22296852
    • 提供者:徐宏亮
  1. 5points

    0下载:
  2. 通过两幅图像间5个已标定的对应点,求出R t矩阵的可能值-An Effi cient Solution to the Five-Point Relative Pose Problem fi nd the possible solutions for relative camera pose between two calibrated views given fi ve corresponding points
  3. 所属分类:Special Effects

    • 发布日期:2017-11-25
    • 文件大小:20433153
    • 提供者:zj
  1. tuxiangpeizhun

    0下载:
  2. 图像配准主要是通过两幅图像之间的互相关的最大值来确定配准的位置,从而在另一幅图像中显示配准的图像-Image registration is mainly through the maximum cross-correlation between the two images to determine the location of the registration and registered image, which is displayed in another image
  3. 所属分类:Special Effects

    • 发布日期:2017-11-23
    • 文件大小:3721
    • 提供者:赵建平
  1. Threshold

    0下载:
  2. 通过本程序,实现图像的阈值处理。通过输入一幅灰度图像,设置合适的阈值,可以把图像变成一幅二值图像-Through this procedure, to achieve the threshold value processing of the image. Through the input of a grayscale image, and set the appropriate threshold value, the image can be turned into a binary im
  3. 所属分类:Special Effects

    • 发布日期:2017-11-14
    • 文件大小:58569
    • 提供者:武阿明
  1. zhifangtujunhenghua

    0下载:
  2. 将一幅图像通过非线性拉伸的方法重新分配其像素值-An image through the non-linear stretching method reallocate its pixel values
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:589
    • 提供者:何萧
  1. calculation

    0下载:
  2. 显示一幅图像,并对对图像进行相关的处理,如边缘提取,二值化等等。-To display an image, and the image-related processing, such as edge extraction, the binarization, etc..
  3. 所属分类:Special Effects

    • 发布日期:2017-12-08
    • 文件大小:789
    • 提供者:huangming
  1. jiaoyan

    0下载:
  2. 打开一幅图像,添加椒盐、高斯噪声,然后使用中值滤波,K邻域平均法进行平滑-Open an image, add salt and pepper, Gaussian noise, and then use the median filter, K neighborhood average method smoothed
  3. 所属分类:Special Effects

    • 发布日期:2017-11-15
    • 文件大小:321672
    • 提供者:赵宇
  1. noise

    0下载:
  2. 打开一幅图像,添加高斯、椒盐噪声,用邻域平均法、中值滤波法和K邻近平均法进行处理。-Open an image, add of Gauss, salt and pepper noise processed with the neighborhood average, median filtering method and K adjacent average method.
  3. 所属分类:Special Effects

    • 发布日期:2017-12-06
    • 文件大小:671
    • 提供者:高向珍
  1. work4

    0下载:
  2. 打开一幅图像,添加高斯、椒盐噪声,用邻域平均法、中值滤波法和K邻近平均法进行处理。-Open an image, add of Gauss, salt and pepper noise processed with the neighborhood average, median filtering method and K adjacent average method.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-15
    • 文件大小:670
    • 提供者:高向珍
  1. Digital-Image-Processing

    0下载:
  2. 1 打开一个BMP文件,将其局部区域的灰度值进行改变,另存为一个新的BMP文件,要求显示出原BMP图像和新BMP图像。 2.编程实现图像傅立叶高通、低通滤波。 3.打开一幅图像,添加椒盐、高斯噪声,然后使用邻域平均法、中值滤波法、K邻近平均法进行平滑 4.打开一幅图像,利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。 5.编写一个程序,对输入的图像进行哈夫曼编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像
  3. 所属分类:Special Effects

    • 发布日期:2017-11-14
    • 文件大小:909373
    • 提供者:fei
« 1 2 ... 4 5 6 7 8 910 11 12 13 »
搜珍网 www.dssz.com