搜索资源列表

  1. matlab进行图像分割-双峰法

    0下载:
  2. 双峰法的原理及其简单:它认为图像由前景和背景组成,在灰度直方图上,前后二景都形成高峰,在双峰之间的最低谷处就是图像的阈值所在。 从分割的效果来看,当前后景的对比较为强烈时,分割效果较好;否则基本无效。
  3. 所属分类:图形图像处理(光照,映射..)

  1. ShotDetect

    1下载:
  2. 一个实现视频关键帧提取算法的类,用C++实现,基本思想还是双阈值方法-A class which realize the algorithm to check out the key fr a me of video is written by c++. The basal idea of the algorithm is based on double threshold.
  3. 所属分类:多媒体编程

    • 发布日期:2024-05-26
    • 文件大小:2048
    • 提供者:方平
  1. Canny

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

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

    0下载:
  2. 各种算术算法,例如栈,图形单阈值,双阈值,图形颜色反转,颜色直方图分布,像素平滑等等数值算法。-Various arithmetic algorithms, such as the stack, graphics, single-threshold, dual-threshold, graphics, color inversion, color histogram distribution of pixel smoothing num
  3. 所属分类:书籍源码

    • 发布日期:2024-05-26
    • 文件大小:967680
    • 提供者:谢德平
  1. edgedetection

    0下载:
  2. 高阶谱在图像边缘提取中的应用,该方法仍有亟待改进的地方,但是提供了一种思想。主要改进方面在于:如何使用双阈值连接边缘。-Higher-order spectrum in the image edge detection application, the method still need improvements, but provides a thinking. The main improvements are: how to us
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-26
    • 文件大小:47104
    • 提供者:xxl
  1. shuangfeng

    0下载:
  2. 双峰法的原理及其简单:它认为图像由前景和背景组成,在灰度直方图上,前后 二景都形成高峰,在双峰之间的最低谷处就是图像的阈值所在。-Bimodal law theory and simple: it considers the prospects and the background image from the composition, in the histogram, the before and after the Se
  3. 所属分类:图形图象

    • 发布日期:2024-05-26
    • 文件大小:1024
    • 提供者:wangyi
  1. 001

    0下载:
  2. 人体脑图像分割技术研究a. 对原始的二维医学图像进行滤波,封装成三维体数据。 b. 采用合适的多阈值分割方法得到合适的双阈值,对三维体数据进行二值处理,得到分割出的三维人脑图像。 c. 对得到的三维人脑二值图像进行数学形态学操作,并利用种子填充进行区域修整,得到较好的三维人脑分割结果,并给以三维显示。 -err
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-26
    • 文件大小:1024
    • 提供者:李响
  1. CTPKontrolle(08.03.12)

    0下载:
  2. 两种阈值分割算法,一种是 ostu算法,另一种算法,对ostu算法进行改进,可以对双峰值图像分割,效果有很大改善 -Two kinds of threshold segmentation algorithm, one is ostu algorithm, another algorithm, the algorithm ostu can double-peak image segmentation, the effect of gr
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-26
    • 文件大小:4180992
    • 提供者:徐月琴
  1. two

    0下载:
  2. 双峰法是一种简单的阈值分割方法,即如果灰度级直方图呈现明显的双峰状,则选双峰之间的谷底所对应的灰度级作为阈值分割。-Two peaks is a simple threshold segmentation method, that is, if the gray level histogram showed a clear bimodal shape, then choose between the two peaks correspo
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-26
    • 文件大小:2048
    • 提供者:刘波
  1. graythresh_n

    0下载:
  2. 自己写的双阈值分割算法,可以用在多个场合-Write their own dual-threshold segmentation algorithm can be used in a number of occasions
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-26
    • 文件大小:2048
    • 提供者:李境欣
  1. boundCheck

    0下载:
  2. 该方法采用反对称双正交小波分解系数计算视频帧的方向梯度向量,再统计由梯度向量角和模值构成的联合空间二维直方图,然后计算连续帧直方图之间的距离,得到两帧之间的不连续值,最后采用自适应阈值分割,检测出镜头边界。-This method is the use of anti-symmetric biorthogonal wavelet decomposition coefficients video fr a me the direction
  3. 所属分类:其他小程序

    • 发布日期:2024-05-26
    • 文件大小:144384
    • 提供者:韩瑞冬
  1. Cpp1

    0下载:
  2. 边界方向的直方图统计。采用canny算法实现。 测试图片说明:(图像路径名请在main函数中AnsiString name="1.bmp" 中设定) 1.bmp、2.bmp用来测试尺度变换后图像的识别; 3.bmp、4.bmp用来测试尺度变换后图像的识别; 2.bmp、2_shift.bmp用来测试平移后图像的识别。 实现输出灰度图、平滑图、边缘图以及双阈值处理后的边缘图; 运行后文件夹应该有Image1.bmp
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-26
    • 文件大小:4096
    • 提供者:方哲
  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-26
    • 文件大小:110592
    • 提供者:于洋
  1. shuangyuzhiandxiaobobianhuan

    0下载:
  2. 我编的双阈值加上小波变换高斯小波,相当于 Canny 算法,编的很粗糙只是出效果了,但好用对那些哄弄毕业的很有帮助,重要参考,-I made the dual-threshold wavelet transform together with the Gaussian wavelet, which is equivalent to Canny algorithm, made only a very rough effect, but h
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-26
    • 文件大小:2048
    • 提供者:hj
  1. edge

    0下载:
  2. 边缘检测图像应用高斯滤波器平滑图像,用双阈值算法检测和连接边缘。-Application of edge detection image smoothing Gaussian filter images, with dual-threshold algorithm for edge detection and connection.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-26
    • 文件大小:1024
    • 提供者:腾黎明
  1. seg

    0下载:
  2. 图像处理中 各种阈值分割的基本算法的实现,包括双峰法 迭代法 大金法(ostu)-A variety of image processing in the basic threshold segmentation algorithm, including the bimodal method, iteration method, Daikin (ostu), etc.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-26
    • 文件大小:3072
    • 提供者:大禹
  1. edgeauto

    0下载:
  2. 一种阈值自动设定的双阈值小波变换边缘检测方法-Automatically set a threshold value of dual-threshold wavelet edge detection method
  3. 所属分类:图形图象

    • 发布日期:2024-05-26
    • 文件大小:136192
    • 提供者:大禹
  1. 基于遗传算法的最大熵值法的双阈值图像分割

    0下载:
  2. 基于遗传算法的最大熵值法的双阈值图像分割(Double threshold image segmentation based on maximum entropy method based on genetic algorithm)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-26
    • 文件大小:1024
    • 提供者:杰克刘
  1. matlab基于遗传算法的最大熵值法的双阈值图像分割

    0下载:
  2. 基于遗传算法实现灰度图像二阈值分割,使图像分割的更合理(Two threshold segmentation of gray image based on genetic algorithm, which makes the image segmentation more reasonable)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-26
    • 文件大小:110592
    • 提供者:sunxiaonao
  1. 双峰法阈值分割

    0下载:
  2. 双峰法阈值分割。阈值分割法是一种基于区域的图像分割技术,原理是把图像象素点分为若干类。图像阈值化分割是一种传统的最常用的图像分割方法,因其实现简单、计算量小、性能较稳定而成为图像分割中最基本和应用最广泛的分割技术。它特别适用于目标和背景占据不同灰度级范围的图像。它不仅可以极大的压缩数据量,而且也大大简化了分析和处理步骤,因此在很多情况下,是进行图像分析、特征提取与模式识别之前的必要的图像预处理过程。图像阈值化的目的是要按照灰度级,对像素
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-26
    • 文件大小:11264
    • 提供者:冰棒
« 12 3 4 5 6 7 8 »

源码中国 www.ymcn.org