搜索资源列表

  1. 不规则光照下自适应阈值的前景背景分离算法源代码

    0下载:
  2. 所属分类:图形图象

    • 发布日期:2008-11-05
    • 文件大小:193930
    • 提供者:jerryzhu
  1. B样条小波边缘检测的改进算法

    0下载:
  2. 第1章为绪论。简要介绍了课题研究背景、意义及研究现状。 第2章具体介绍小波变换应用在图像边缘检测的基本原理。在连续小波变 换基础上引入实际中应用范围较广的离散小波变换,重点分析了多分辨率小波 变换。 第3章介绍B样条小波边缘检测的改进算法。基于B样条小波变换,将 Contourlet变换应用在多尺度自适应阈值边缘检测中。 第4章介绍多层次自适应空间系数高斯小波边缘检测方法。将灰度共生矩 阵特征值应用在高斯小波变换中,提出一
  3. 所属分类:文档资料

    • 发布日期:2009-05-31
    • 文件大小:2355945
    • 提供者:liwenwan
  1. matlab实现自适应图像阈值分割

    0下载:
  2. matlab实现自适应图像阈值分割
  3. 所属分类:文档资料

  1. 利用最大类间方差算法求解自适应阈值

    0下载:
  2. 所属分类:Windows编程

    • 发布日期:2011-07-04
    • 文件大小:1979
    • 提供者:ccb0809@126.com
  1. 改进的OTSU局部递归算法

    1下载:
  2. 改进的OTSU局部递归算法-improve the local recursive algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-18
    • 文件大小:263168
    • 提供者:狐狸
  1. loadEXE

    1下载:
  2. 将非自身的EXE注入到其它进程控制中运行的代码。非常经典的东西。-of non-self-injected into the EXE other process control operation of the code. Very classic things.
  3. 所属分类:进程与线程

    • 发布日期:2024-05-18
    • 文件大小:6144
    • 提供者:
  1. AGA

    0下载:
  2. 自适应遗传算法matlab代码.自适应遗传算法的问题是很容易早熟,好处就是速度快 .不过我将在其中会引入一个早熟判定标志的,并设定一个阈值,如此以来,就可以防止早熟现象了 -Adaptive genetic algorithm Matlab code. Adaptive genetic algorithm is very easy precocious, advantage is faster. However, in which
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:zs
  1. backgroud(12.22)

    0下载:
  2. 本人开发的火焰识别程序,包括otsu自适应阈值,canny边缘检测,形态学膨胀、腐蚀操作,尖角判别,圆形度计算。在vc下编译通过。-development of the flame identification procedures, including otsu adaptive threshold, canny edge detection, Morphological expansion, corrosion operation,
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:380928
    • 提供者:
  1. Otsucoding

    0下载:
  2. Otsu-最大类间方差Matlab代码 最大类间方差法原理:最大类间方差法是由日本学者大津于1979年提出的,是一种自适应的阈值确定的方法,又叫大津法,简称OTSU。它是按图像的灰度特性,将图像分成背景和目标2 部分。背景和目标之间的类间方差 % 大,说明构成图像的2 部分的差别越大,当部分目标错分为背景或部分背景错分为目标都会导致2 部 % 分差别变小。-Otsu- Otsu Matlab code Otsu Principl
  3. 所属分类:书籍源码

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:刘博
  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-18
    • 文件大小:1024
    • 提供者:黄玉
  1. prewwitCdaima

    0下载:
  2. 自适应阈值prewwit算子C代码,自适应阈值prewwit算子C代码-Adaptive threshold prewwit Operator C code, adaptive threshold prewwit Operator C code
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:qiu
  1. prewwit_C

    0下载:
  2. 自适应阈值prewwit算子C代码,下载看看吧-Adaptive threshold prewwit Operator C code, download to see it
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:唐老鸭
  1. OTSU

    0下载:
  2. OTSU 算法,自适应计算单阈值对输入的灰度图像的直方图进行分析,将图像二值化。-OTSU算Yang,自适Beckmannia算such as the number of阈值Qin Huai 入 cavity threshold standard像only source of standard vehicles直cavity shallow Pleiades Xu, Wei Zhao值old woman像standard 。
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:王海兵
  1. thresh_tool

    0下载:
  2. 自适应动态阈值分割 matlab实现,example: i=imread( xxx ) thresh-tool(i) -Adaptive Dynamic threshold segmentation matlab realize, example: i = imread (xxx) thresh-tool (i)
  3. 所属分类:电子书籍

    • 发布日期:2024-05-18
    • 文件大小:5120
    • 提供者:eels
  1. otus

    0下载:
  2. 利用最大类间方差算法求解自适应阈值,对图像进行分割,属于经典的图像分割方法,适合于初学者使用-Using the maximum between-class variance adaptive thresholding algorithm for image segmentation, image segmentation is the classic method, suitable for beginners to use
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:ydfghm
  1. prewwit

    0下载:
  2. 这是自适应阈值prewwit算子C代码,需要的可直接调用。-This is the adaptive threshold prewwit Operator C code, needs can be directly called.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:饶丹
  1. threshold

    0下载:
  2. 关于阈值分割的多种算法及其应用。其中有多阈值分割法,自适应模糊阈值分割 及其一些在红外图片上的应用-Threshold segmentation on a variety of algorithms and their applications. One more threshold segmentation method, adaptive fuzzy threshold segmentation and some in the in
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:5532672
    • 提供者:
  1. DIBDisplay

    0下载:
  2. 本科毕业设计中所做的关于canny边缘检测算法改进的程序源码,实现了自适应双阈值和动态阈值算法-Graduate design done on the canny edge detection algorithm to improve the procedures for source code to achieve the adaptive dual-threshold and dynamic threshold algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:110592
    • 提供者:于洋
  1. selection-of-wavelet-basis

    1下载:
  2. 研究心电信号去噪中小波基与阈值函数的选取规则-Research on small and medium-sized ECG denoising with wavelet thresholding function selection rules
  3. 所属分类:文档资料

    • 发布日期:2024-05-18
    • 文件大小:504832
    • 提供者:wjw
  1. Canny

    0下载:
  2. Canny算子的边缘检测。提供了Canny算子的源码,并提出了一种自适应阈值选取方法。-Canny edge detection operator. Canny operator provides the source code, and put forward an adaptive threshold selection method.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:46080
    • 提供者:法法
« 1 2 3 4 5 67 8 9 10 11 ... 20 »

源码中国 www.ymcn.org