搜索资源列表

  1. xueguantiqu

    0下载:
  2. 利用逐点阈值法进行血管提取的算法,前段时间刚做出来,效果还不错!-The use of point-by-point threshold method for blood vessel extraction algorithm, just make up some time ago, the effect was not bad!
  3. 所属分类:图形图象

    • 发布日期:2024-05-20
    • 文件大小:23552
    • 提供者:qd
  1. GAsegmentation

    0下载:
  2. 利用遗传算法迭代得到分割的最优阈值,其中用了otsu法则,是otsu分割的一种改进。-Iterative use of genetic algorithm to be optimal segmentation threshold, which used the Otsu rules, Otsu segmentation is an improvement.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:2456576
    • 提供者:陈贤巧
  1. hysegment

    2下载:
  2. 本人改进的关于自适应分割方法,结合了大津法获得的阈值作为初始阈值,可以提高运行速度和分割效果-I improved on the adaptive segmentation method that combines the Otsu threshold obtained as the initial threshold, can improve speed and segmentation results
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:黄玉
  1. softharr

    0下载:
  2. 此为小波软软阈值去噪的源代码,请放心下载.-This is the wavelet soft threshold denoising source code, please rest assured that download.
  3. 所属分类:图形图象

    • 发布日期:2024-05-20
    • 文件大小:53248
    • 提供者:王登位
  1. AutoThreshold

    0下载:
  2. 程序实现图像灰度化,设置动态阈值图像增强-Program image, and set the dynamic threshold image enhancement
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:1058816
    • 提供者:weihualin
  1. cell

    0下载:
  2. 源码包含了常见的图像形态学算法,如图像基本逻辑运算,阈值分割,边缘处理,孔洞填充等-Source image contains a common morphological algorithms, such as images of basic logic operations, threshold segmentation, edge treatment, holes filled, etc.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:2866176
    • 提供者:小冯
  1. yuzhifenges

    0下载:
  2. 本程序是一个最佳阈值分割算法,可对灰度图像进行分分割.-This procedure is an optimal threshold segmentation algorithm, grayscale images can be sub-divided.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:蒋陈芳
  1. Otsu

    0下载:
  2. 用C++实现的OTSU大津阈值分割方法,使用的是图像的全局阈值-With C++ Realize the OTSU Otsu threshold segmentation method, using images of the overall threshold
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:李艳
  1. Canny

    0下载:
  2. 用canny算子提取边缘,核心:用高斯滤波器平滑图像;一阶偏导的有限差分计算梯度的幅值和方向;非极大值抑制;双阈值算法检测和连接边缘。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:163840
    • 提供者:方方
  1. cycle_spinning

    0下载:
  2. 图像的小波阈值去噪方法是众多图像去噪 方法中的佼佼者,它利用图像小波分解后,各个子带图像的不同特性,选取不同的阈值,从而达到较好的 去噪效果-Wavelet Image Threshold Denoising Method is one of the many methods of image denoising leader, which uses image wavelet decomposition, each sub-b
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:weiwei
  1. wavelet_function

    0下载:
  2. 常规小波阈值去噪方法是在假定小波系数独立的条件下进行处理的,没有考虑到小 波系数在相邻尺度上的相关性.因此,也同样受到去噪和保留有用高频信息两难的困扰-Conventional wavelet thresholding denoising method is the assumption that the wavelet coefficients under the conditions of an independent deal
  3. 所属分类:波变换

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:weiwei
  1. edge

    0下载:
  2. 利用小波模极大值计算 可以人工设定阈值 用于检测图像边缘-Using wavelet modulus maxima can be calculated manually set the threshold for Image Edge Detection
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:philip
  1. edge2

    0下载:
  2. 利用小波变换 设定阈值 超过阈值作为信号奇异性的检测-Using Wavelet Transform set threshold exceeds the threshold as the signal singularity detection
  3. 所属分类:波变换

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:philip
  1. zishiyingyuzhi

    0下载:
  2. 自适应阈值分割代码,比较完整。C++builder编写,可运行/
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-20
    • 文件大小:633856
    • 提供者:hanjiandong
  1. imagesegment

    0下载:
  2. 并行分割包括robert算子、sobel算子、prewitt算子、laplacian算子 串行分割:边缘跟踪 阈值分割:固定阈值分割、自适应阈值分割 串行区域分割:区域生长
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:81920
    • 提供者:刘伟
  1. FingerPrintBinary

    0下载:
  2. 实现指纹图像二值化的算法,包括全局阈值二值化方法、局部阈值二值化方法、罗希平的基于方向场的二值化方法以及Mehtre B M , Chatterjee B的二值化方法4种不同的二值化方法。-Realize fingerprint image binarization algorithm, including the overall threshold binarization method, local threshold binari
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:75776
    • 提供者:gdnthuang
  1. thresh_md

    0下载:
  2. 基于最大类间方差准则的阈值分割算法。其基本思想是对像素进行划分,通过划分得到的各类之间的距离达到最大,来确定合适的门限。-Based on the maximum between-cluster variance criteria threshold segmentation algorithm. The basic idea is to divide pixels, obtained through the division of t
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:李静
  1. xiaobo

    0下载:
  2. 局部放电试验所采集的信号中往往混有白噪声、周期干扰信号去除。此处采用常用db系列小波中的db6小波进行9尺度的多分辨分解后,根据白噪声能量特性,估算各尺度的阈值大小,采用硬值进行处理,后进行重构。-Partial discharge test of the signal collected is often mixed with white noise, periodic interference signal removal. Her
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:33792
    • 提供者:rex
  1. image-segmation

    0下载:
  2. VC++图像处理,图像分割程序,包括面积周长测量及阈值分割等程序。-VC++ Image processing, image segmentation procedures, including the perimeter area of measurement and threshold segmentation procedures.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:367616
    • 提供者:wendyzyx
  1. adaptivethresholdandtestprogram

    0下载:
  2. 一个自适应阈值处理程序,是图像分割领域难题的一个处理方向,该方法效果还不错An adaptive thresholding algorithm that seperates the background with nonuniform illumination. %foreground from the background with nonuniform illumination.-An adaptive threshold pr
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:147456
    • 提供者:yemaoqiu
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »

源码中国 www.ymcn.org