搜索资源列表

  1. Imagepro_4

    0下载:
  2. 包括运动目标检测、各种边缘检测模板算子,以及4种二值化方法,和阈值分割。-Including the moving target detection, a variety of edge detection template operator, as well as four kinds of binarization methods, and threshold segmentation.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:5143552
    • 提供者:marui
  1. leijianfangchayuzhifenge

    0下载:
  2. 类间方差阈值分割是在最小二乘法原理基础上推导出来的,其基本思路是将直方图在某一阈值处理分割成两组,当被分成的两组的方差为最大时,决定阈值。-Otsu threshold segmentation is based on the principle of least square method derived, and its basic idea is to be a threshold in the histogram is sepa
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:孙建青
  1. matlab

    0下载:
  2. 应用matlab进行图像的边缘检测和基于直方图的阈值分割的简单程序及分析过程-Application matlab for image edge detection and histogram-based threshold segmentation of simple procedures and analytical process
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:50176
    • 提供者:邓辉
  1. tuxiangfengebianyuanjiance

    0下载:
  2. 本代码包含有图像分割和边缘检测的多种处理方法,在图像分割中有自适应阈值,大律法,边缘检测中有轮廓提取和轮廓跟踪,模板匹配中有差影,模板匹配,差影匹配。-The code includes image segmentation and edge detection of a variety of treatment methods in image segmentation has adaptive threshold, the law,
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:2637824
    • 提供者:杜玉
  1. bayesthresholding

    0下载:
  2. 基于小波的去噪算法,采用BAYES原理选取阈值,源代码,参考文献:Adaptive Wavelet Thresholding for Image Denoising and Compression-Wavelet-based denoising algorithm using the principle to select threshold BAYES, source code references: Adaptive Wavel
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:1891328
    • 提供者:baolij
  1. thresholdsegmentation

    0下载:
  2. 计算阈值门限,单阈值的图像分割代码,内附有运行图像。-Calculated threshold threshold, single-threshold image segmentation code, enclosing the image has to run.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:136192
    • 提供者:亚飞
  1. OpenBitmap

    0下载:
  2. 图像分割算法,包括阈值分割(固定阈值、迭代阈值、一维最大熵阈值)、边缘分割、轮廓分割-Image segmentation algorithms, including the threshold segmentation (fixed threshold, iterative threshold, one-dimensional maximum entropy thresholding), edge segmentation, cont
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:3930112
    • 提供者:alice
  1. direct

    0下载:
  2. 使用迭代法进行全局阈值分割的VC++的实现,可以使用-The use of iterative method of global threshold segmentation VC++ Of realize, you can use
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:74752
    • 提供者:chenkaiyuan
  1. image_denoise

    0下载:
  2. 应用二维小波变换对图像进行去噪。程序image_denoise1.m应用sym5小波对图像进行2层分解,直接用各层的逼近信号表示去噪后的信号。程序image_denoise2.m利用不同的阈值对含噪信号进行去噪,相当于进行两次高频噪声的消除,并且阈值不同。-Application of two-dimensional wavelet transform for image denoising. Application procedure
  3. 所属分类:图形图像处理(光照,映射..)

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

    0下载:
  2. 彩色图像分割,直方图均衡化,阈值分割算法-Color image segmentation, histogram equalization, threshold segmentation algorithm
  3. 所属分类:图形图像处理(光照,映射..)

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

    0下载:
  2. 基于区域分割的细胞形态处理,包括图像各个颜色直方图的阈值分割-Based on the regional segmentation of cell morphology, including images of various color histogram threshold segmentation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:5226496
    • 提供者:王剑
  1. otsumax_sigma

    0下载:
  2. otsu自适应阈值分割OTSU算法也称最大类间方差法,是图像分割里基于点的全局阈值选取方法中的一种,诞生于1978年,作者是Otsu。这种方法以其计算简单、稳定有效,一直广为使用,至今仍在matlab的图像处理工具箱里作为灰度图像单阈值自动选取的标准算法-Otsu adaptive threshold segmentation algorithm OTSU also known Otsu method is based on the p
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:10240
    • 提供者:子羽
  1. PICTURE

    0下载:
  2. VC编写的图像处理程序。实现了图像的几种几何变换(平移,对称、旋转、错切变换,缩小,放大); 单色图像灰度处理(逆反、东亚级转化);图像的对比度处理(增加、减小对比度,量度增强、减小); 局域滤波(中值滤波);二值图像处理(阈值计算,切片法二值化,等灰度片二值化,线性二值化;四领域收缩,四领域膨胀,8领域收缩,8领域膨胀,4领域清除孤立点,8领域清除孤立点;细化算法1,细化算法2实现图形细化); 图像测量(面积测量,除小面积
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:157696
    • 提供者:杜红艳
  1. singularity_detection

    0下载:
  2. 小波去噪声的软阈值去噪声方法,经过测试可以使用!-To noise wavelet soft-threshold to noise method has been tested can use!
  3. 所属分类:波变换

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

    0下载:
  2. 通过小波变换选取阈值,降噪处理,证明软阈值处理的效果比硬阈值好-Through the wavelet transform to select the threshold, noise reduction processing, soft-threshold to prove the effectiveness of dealing with the hard threshold than good
  3. 所属分类:波变换

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

    0下载:
  2. 1.对染噪doppler信号进行小波包3层分解:分解层次j=1,2时,都是信号的概貌;当j=3时,反映概貌的已几乎不含噪声分量,而其它噪声分量的幅值已很小。 2.对加噪Blocks信号进行不同阈值及不同阈值的使用方式降噪。 -1. On noise pollution doppler signal decomposition of wavelet packet Layer 3: decomposition level j = 1
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:
  1. work

    0下载:
  2. 对目标进行连续帧差分检测,直方图阈值法进行分割,效果明显-Continuous fr a me of the goal differential detection, histogram thresholding segmentation, the effect of significantly
  3. 所属分类:绘图程序

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

    0下载:
  2. 用Matlab编写的两种灰度图像阈值分割算法,挺好用的,效果不错-Matlab prepared using two kinds of gray image threshold segmentation algorithm, very good use, good results
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:张淑娴
  1. adaptivethreshold

    0下载:
  2. 本方法是一种自适应阈值选取的方法进行边缘检测,方法是最基本的实现,希望对向下的研究有用-This method is an adaptive threshold selection method of edge detection, is to realize the most basic, and they hope to study the downward useful
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:193536
    • 提供者:mike
  1. xbjz

    1下载:
  2. 在小波软阈值的基础上进行改善相应的阈值根据分解层数的不同设定相应的阈值,对加入的高斯噪声图像进行降噪处理。结果还有些模糊,希望多多交流!-In the wavelet soft-threshold on the basis of the corresponding threshold to improve the decomposition level in accordance with the different settings
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:zhangguangxiu
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »

源码中国 www.ymcn.org