CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 邻域

搜索资源列表

  1. Reconfigurablefliter

    0下载:
  2. 自己编写的SystemC源代码,拥有五级流水线的可重构图像滤波器,支持两种图像滤波算法,中值滤波和邻域平均滤波,支持算法配置-I have written SystemC source code, the reconfigurable image filter has a five-stage pipeline, supports two types of image filtering algorithms, median filtering and neighborhood average
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-12-10
    • 文件大小:18989126
    • 提供者:SuperWang
  1. stereo_sad

    0下载:
  2. 自己编写的立体匹配源代码,采用SAD作为费用累积函数,并且加入了L-R Check和邻域投票法解决误匹配问题-Stereo matching source code to write your own, using the SAD as cost cumulative function, and LR Check and neighborhood voting method to solve the problem of mismatching
  3. 所属分类:Special Effects

    • 发布日期:2017-12-02
    • 文件大小:6071
    • 提供者:纪坤
  1. ImageProcessing

    0下载:
  2. 局部直方图均衡,通过选择整个图像中像素邻域,进行直方图均衡-Local Histogram Equalization
  3. 所属分类:Special Effects

    • 发布日期:2017-12-05
    • 文件大小:2086796
    • 提供者:闫高洁
  1. color-image-region-growing

    1下载:
  2. 彩色图像分割处理,采用区域生长方法进行,八邻域生长方式-color image region growing
  3. 所属分类:Special Effects

    • 发布日期:2017-11-10
    • 文件大小:17223
    • 提供者:wulong
  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. imageproc

    0下载:
  2. 用matlab对图像进行五类基本运算,例如灰度直方图,邻域平均,局域增强,中值滤波-Image using matlab five types of basic operations, such as histogram, neighborhood average, local enhancements, median filtering
  3. 所属分类:Special Effects

    • 发布日期:2017-12-03
    • 文件大小:176284
    • 提供者:
  1. differential-geometry-introduce

    0下载:
  2. 微分几何学是运用数学分析的理论研究曲线或曲面在它一点邻域的性质,换句话说,微分几何是研究一般的曲线和曲面在“小范围”上的性质的数学分支学科。
  3. 所属分类:Development Research

    • 发布日期:
    • 文件大小:41288
    • 提供者:王敏
  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. Wangyi

    0下载:
  2. MFC图像处理包括邻域滤波、直方图、中值滤波、高斯滤波、梯度锐化。-MFC image processing, including neighborhood filtering, histogram, median filtering, Gaussian filtering, gradient sharpening.
  3. 所属分类:Special Effects

    • 发布日期:2016-01-25
    • 文件大小:2534400
    • 提供者:王凤
  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. kd-Tree-On-KNN

    0下载:
  2. 利用K_D树数据结构实现K邻域搜索的算法代码-K_D tree data structure the K neighborhood search algorithm code
  3. 所属分类:Data structs

    • 发布日期:2017-11-07
    • 文件大小:2628856
    • 提供者:叶冬荣
  1. pupil-localization

    0下载:
  2.   本函数选用阈值分割的方法来完成瞳孔定位。根据图像的灰度分布特性,瞳孔部分的灰度值最小,其次为虹膜部分,最大的为巩膜部分。因此在灰度直方图中,第一个大峰值的邻域即是瞳孔所在区域。-Function selects the threshold segmentation method to accomplish the pupil location. Based on image gray distribution features, the pupil part of the grey valu
  3. 所属分类:Special Effects

    • 发布日期:2017-11-14
    • 文件大小:602889
    • 提供者:张巍
  1. An-expanding-SOM

    0下载:
  2. 自组织映射(SOM)已成功处理的欧式旅行的鹅岭推销员问题(TSP)。通过将其邻域保持财产和 凸包属性数值模拟TSP,我们引入了一个新的SOM如神经网络,称为前panding的SOM(ESOM)的。在每一个学习的迭代,ESOM提请接近的兴奋神经元 输入的城市,并在此期间,推压它们向凸包ofcities合作。 ESOM可能收购邻里保护财产和凸包的属性 的TSP,因此它可以产生接近最优的解决方案。从理论上分析了其可行性 和经验。一个的系列ofexperiments进行合成和基准的T
  3. 所属分类:software engineering

    • 发布日期:2017-11-13
    • 文件大小:345475
    • 提供者:
  1. K-Nearest-Points

    0下载:
  2. 实现散乱点云的K邻域搜索,对于从事逆向工程方向研究有较大的帮助-Of scattered point cloud the K neighborhood search, larger studies engaged in reverse engineering direction
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-11
    • 文件大小:4862447
    • 提供者:晏海平
  1. wangwei

    0下载:
  2. 基于ORL人脸库的人脸识别,基于PCA降维、K邻域识别法;以及PCA降维,Fisher判别-Face recognition based on the ORL database, based on the PCA dimension K neighborhood identification method PCA dimension, Fisher discriminant
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-14
    • 文件大小:24096
    • 提供者:wangwei
  1. Chang-hong

    4下载:
  2. Chang Hong提出的邻域嵌入方法应用于图像超分辨-Super Resolution- Neighbor Embedding by Chang Hong
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:6198272
    • 提供者:沈芳
  1. Super-resolution-through-

    0下载:
  2. 超分辨率放大基于邻域嵌入论文pdf包含简介 算法 和 超分结果-Super-Resolution Through Neighbor Embedding
  3. 所属分类:software engineering

    • 发布日期:2017-11-08
    • 文件大小:588326
    • 提供者:matt
  1. Connection

    0下载:
  2. 编程实现标记法提取目标(按8连通计算邻域)-The realization of the goal of programming extraction labeling (according to 8 connected computing neighborhood)
  3. 所属分类:Special Effects

    • 发布日期:2017-11-19
    • 文件大小:2632
    • 提供者:wy
  1. txcl2

    0下载:
  2. 了解空间域图像增强的各种方法(点处理、掩模处理);通过编写程序掌握采用直方图均衡化进行图像增强的方法;使用邻域平均法编写程序实现图像增强,进一步掌握掩模法及其改进(加门限法)消除噪声的原理;-Understand the spatial domain image enhancement (point processing, mask processing) 2), master histogram equalization image enhancement method through th
  3. 所属分类:Special Effects

    • 发布日期:2017-11-17
    • 文件大小:337093
    • 提供者:王紫
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 26 »
搜珍网 www.dssz.com