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

搜索资源列表

  1. Mean_Mid_MATLAB

    1下载:
  2. 八邻域均值算法与中值算法的比较,加高斯噪声滤波进行比较
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:30278
    • 提供者:Vincent
  1. Image-GetEdge

    2下载:
  2. 用四邻域法和八邻域法,通过象素的颜色,找出图像的边界。
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:5027
    • 提供者:maggie
  1. Picture

    0下载:
  2. 二值图像的四邻域,八邻域法 以及标号法清除散落点
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:5732
    • 提供者:石旭
  1. jianmochengxu

    0下载:
  2. 本文以提取靶标圆心像坐标为主要研究目标。用到了灰度处理、图像二值化、八邻域连通法、最小二乘法、无约束最优化等知识。 -In this paper, to extract the target coordinates of the center as the main research objectives. Use the gray processing, image binarization, the eight-neighbor connectivity method, least sq
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:1144
    • 提供者:张于
  1. seed_fill

    0下载:
  2. 此代码给出了四邻域与八邻域的种子填充数据结构函数源码-Change the code gives the neighbors field and eight neighborhood filled with data structure functions of seed source
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:938
    • 提供者:Chen Yongren
  1. finger

    0下载:
  2. 提取指纹特征点的matlab代码,很有用,利用自适应阈值进行分割,再进行频域增强,根据八邻域纹线编码进行特征提取。-Extracted fingerprint feature points of the matlab code, useful, adaptive threshold segmentation, and then increased in frequency domain, the eight neighborhood ridge coding for feature extrac
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:583287
    • 提供者:李辉艳
  1. Automatic-segmentation

    1下载:
  2. 在最优阈值分割的基础上,用自动区域生长去除气管/支气管区域,对边界跟踪法进行改进以快速 去除背景干扰和获得肺部边界,最后进行肺部边界修补得到完整的肺部图像。算法采用迭代法寻找最 优阈值解决了阈值选取的敏感性问题,提出了基于前层图像中气管/支气管位置的气管/支气管提取方 法,避免了种子点的人工选取,基于前次搜索方向改进了八邻域搜索方法来提高边界跟踪的速度。 -In the optimal threshold segmentation based on region growing
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:379822
    • 提供者:fuky
  1. ImageProcessing

    0下载:
  2. 大概包括:左右、上下、中心对称,中值滤波,平移、裁剪、二值处理、膨胀、腐蚀、提取边界、缩放、旋转(中心保持不变和中心随旋转变化)、加权平均滤波(里面将四邻域、八邻域、laplace、sobel算子定义为数组并调用)。-Perhaps include: around from top to bottom, the center symmetry, median filter, pan, cutting, deal with two values, expansion, corrosion, ext
  3. 所属分类:Special Effects

    • 发布日期:2017-06-17
    • 文件大小:26996035
    • 提供者:王敬
  1. image-processing-

    0下载:
  2. 这是个图像处理的源代码,是本人自己编写的,实现的功能如下: 锐化、边沿检测:套用模版。另外还有一个自定义模版,供用户自行设计模版运行,从而实现其他功能,如线检测。 浮雕:本像素减相邻像素,再加一个常数得到的。 直方图均衡化则套用步骤,根据课本步骤来编写。 提取轮廓:若该点为黑点,八邻域也为黑点,则就把该点变白。 阈值分割分为固定阈值分割(即二值化)和动态阈值分割(切割若干子图,求均值,该均值即子图的阈值)。 区域生长:把种子和4邻域的点分别比较,两者之差小于阈值,且该4邻
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2662158
    • 提供者:山外メ雲ジ
  1. read

    1下载:
  2. 应用八叉树编码法划分点云邻域空间为多个指定边长的子立方体,保留每个子立方体中距中心点最近的点,实现从空间整体角度对点云的精简。对三维模型数据进行了精简测试,证明了该算法的有效性和实用性。 -Octree encoding application point cloud into space for the neighborhood more than the specified sub-cube side, keep away from each sub-cube in the center o
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-15
    • 文件大小:3833856
    • 提供者:zhaolulu
  1. ImageBoundaryExtraction

    0下载:
  2. 该文件夹中有六个M文件,说明如下: boundary_extraction.m : 目标区域边界抽取主函数,其中调用ostu、four_neighbor、eight_neighbor、globe_graph otsu.m : 类判别分类法(otsu全局二值化算法) four_neighbor.m : 四邻域法边界抽取 eight_neighbor.m : 八邻域法边界抽取 globe_graph.m : 全局检测法边界抽取 area_peri.m : 目标区域
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:255348
    • 提供者:许胜强
  1. color-image-region-growing

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

    • 发布日期:2017-11-10
    • 文件大小:17223
    • 提供者:wulong
  1. FaceDetection

    0下载:
  2. 图像预处理包括图像平滑、图像分割、二值化、图像形态学处理和轮廓提取。轮廓提取是使用八邻域边界跟踪算法。在手势的特征提取部分,使用边界傅立叶描绘子的手势特征提取算法。针对手势的识别,采用了基于 BP 神经网络的识别方法-Image pre-processing, including image smoothing, image segmentation, binarization, morphological image processing and contour extraction.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-20
    • 文件大小:3572
    • 提供者:张燕
  1. locmax8

    0下载:
  2. 八邻域极大值检测,矩阵的极大值不变,其余置0-Eight neighborhood maxima detected, the maxima of the matrix is ​ ​ unchanged, and the rest is set to 0
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-11
    • 文件大小:675
    • 提供者:刘文浩
  1. liantongyu

    0下载:
  2. 八邻域实现的连通域标记,可以去除小的区域-Achieve eight neighborhood connected component labeling, you can remove some of the small non-candidate region
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:6977
    • 提供者:小y
  1. 8

    0下载:
  2. 利用点的八邻域信息,选择下一个点作为边界点,这个算法需要选择一个开始点,可以选择图像上是目标点,在最上,最左的点。然后查看它的八邻域的点,从右下方45°的位置开始寻找,如果是目标点,将沿顺时针90°作为下一次寻找的方向,如果不是,则逆时针45°继续寻找,一旦找到重复上面的过程。-By using eight neighborhood information, the next point as the boundary point, the algorithm needs to choose
  3. 所属分类:图形图象

    • 发布日期:2017-04-14
    • 文件大小:3671
    • 提供者:simon chen
  1. balinyu

    0下载:
  2. 八邻域激光点搜索,可用于激光点的寻找-Eight neighborhood of the laser spot search can be used to find the laser spot。。。
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-21
    • 文件大小:5778821
    • 提供者:li
  1. RegionGrow-OK1

    0下载:
  2. QT平台实现的区域生长算法,非常基础的东西,一百行代码左右,基于jpg图片生长,有原图片和运行结果,八邻域算法-Region growing algorithm QT platform and very basic things, about a hundred lines of code, based on the growth of jpg image with the original image and the operating results, eight neighborhood
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-28
    • 文件大小:10491471
    • 提供者:丁亿
  1. sousuo

    0下载:
  2. 可以对细化后的血管或指纹图像进行分叉点端点的搜索(End point bifurcation point)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-21
    • 文件大小:1024
    • 提供者:q1925642744
  1. gaoliangdianjiance

    0下载:
  2. 图像中较小的亮点检测,利用在二值图像中,进行八邻域寻找的方法,能找到高亮点的具体位置,并框出(Small window in the image detection, the use in binary image, the eight neighborhood search method, can find the location of the high window, and the box)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-08
    • 文件大小:25600
    • 提供者:jiajiajiayou
搜珍网 www.dssz.com