CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 图像分割 阈值

搜索资源列表

  1. vc_imageprocessing

    2下载:
  2. VC++图像处理程序,哈弗变换,边缘检测,差影法,轮廓提取与跟踪,模板匹配,投影法,图像复原,阈值分割,种子填充等。-VC++ Image processing procedures, Haversian transform, edge detection, and poor shadow law, contour extraction and tracking, template matching, projection, image recovery, threshold segmentat
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-12-14
    • 文件大小:1689198
    • 提供者:liya
  1. yuzhifenge

    0下载:
  2. 该函数用于对图像进行阈值分割运算,运算成功返回TRUE,否则返回FALSE-This function is used for image thresholding operation, operation successful returns TRUE, otherwise FALSE
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:1365
    • 提供者:cherry
  1. ImageProcess

    0下载:
  2. 特技显示: 图像扫描、图像插入、百叶窗显示、马赛克效果、栅格条交错、从全黑淡入、图像伸缩 像素运算: 查看直方图、直方图均衡、线性变换、阈值变换、窗口变换、灰度拉伸、对数变换 几何变换: 图像镜像、图像平移、图像旋转、图像缩放 正交变换: 离散傅立叶变换、离散余弦变换、沃尔什哈达玛变换、离散K-L变换、小波变换 图像复原: 逆滤波复原、维纳滤波复原 图像增强: 灰度变换调整、直方图修整法、图像平滑法、中值滤波、低通滤波、图像锐化、高通滤波
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:902902
    • 提供者:hongye
  1. autoyuzhi

    0下载:
  2. 利用迭代方法自动确定图像目标分割阈值。程序包内有matlab源程序,示例图片及运行结果比较。-Iterative method automatically determines the image object segmentation threshold. Matlab source code within the package, sample images, and operations were.
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:1206362
    • 提供者:g_sd
  1. opencvgray

    0下载:
  2. opencv,C++图像处理,包括平移,缩放,旋转,形态学变换,灰度转换,阈值分割等操作,适用计算机视觉初学者。-opencv, C++ image processing, including translation, scaling, rotation, morphological transformation, grayscale conversion, segmentation, etc, for beginner computer vision.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:6094
    • 提供者:sdphw
  1. yzfg

    0下载:
  2. 基于阀值的阈值分割:由灰度直方图可以看出谷值即是阀值,然后分割出来目标图像。-Based on the threshold of the threshold segmentation: histogram can be seen from the valley that is, threshold, and then divided by the target image.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:13623
    • 提供者:tdw
  1. leijian

    0下载:
  2. 基于类间最大方差法,对灰度图像进行阈值分割-Based on the largest variance between-class, the gray-scale image threshold segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:850
    • 提供者:ryan
  1. LocalOstu

    0下载:
  2. 基于opencv的otsu阈值分割,根据最大类间方差原理,进行全局图像分类-Opencv based on the Otsu threshold segmentation, in accordance with the principle of maximum between-cluster variance for the overall image classification
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1088
    • 提供者:chenyuanlu
  1. Tuxiangchuli

    0下载:
  2. 较全面的图像处理程序,功能有:种子填充,阈值分割,图像复原,模板匹配,轮廓提取与跟踪-A more comprehensive image processing procedures, functions: seed filling, threshold segmentation, image restoration, template matching, contour extraction and tracking
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1882546
    • 提供者:Abel86
  1. image-preprocessing-2

    0下载:
  2. 用Prewitt算子检测图像的边缘 用不同σ值的LoG算子检测图像的边缘 用Canny算子检测图像的边缘 图像的阈值分割-Prewitt operator with the edge detection of images with different values σ LoG operator detected by Canny edge detection operator Edge Image Thresholding
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:1006
    • 提供者:焦竹青
  1. ImageCut

    0下载:
  2. 《VC++图像处理程序设计》第七章图像阈值分割及图像边缘提取。- VC++ Image processing program design, Chapter VII of the image threshold segmentation and image edge extraction.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:208782
    • 提供者:李慧芳
  1. DSplit

    0下载:
  2. 基于灰度的统计直方图,实现阈值的图像分割与轮廓提取。-Based on Gray Histogram statistics to achieve the threshold image segmentation and contour extraction.
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:134865
    • 提供者:wurui
  1. 4

    0下载:
  2. 程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:41098
    • 提供者:吴培培
  1. graythresh_n

    0下载:
  2. 可以应用graythresh还获取图像的阈值,应用该阈值可以为图形进行阈值分割,达到很好的分割效果-Can be applied also to obtain images graythresh threshold, the application of the threshold for graphics Thresholding achieve good segmentation results
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:1623
    • 提供者:zhangzhang
  1. roadsegmentation

    0下载:
  2. 遗传算法在道路图像阈值分割中的应用,算法中对遗传算法的遗传算子进行了一系列的改进,收敛性较好。-Genetic Algorithm in the path of the image threshold segmentation application, the algorithm of genetic algorithm genetic operator carried out a series of improvements, a better convergence.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-04-15
    • 文件大小:2901
    • 提供者:wuhao3424
  1. imageprocess1

    0下载:
  2. 用Prewitt算子检测图像的边缘,用不同σ值的LoG算子检测图像的边缘,用Canny算子检测图像的边缘,图像的阈值分割,用水线阈值法分割图像-Prewitt operator with the image edge detection, using a different σ value Log Operators image edge detection using Canny operator image edge detection, image thresholding, water
  3. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:1466
    • 提供者:wang
  1. Test

    0下载:
  2. 比较综合的数字图像处理程序,涉及图像另存、阈值分割、图像旋转、高斯平滑等功能-Comparison of integrated digital image processing procedures involved in the Save image, threshold segmentation, image rotation, such as Gaussian smoothing function
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:84981
    • 提供者:张洁
  1. ThresholdValuePartition

    0下载:
  2. 能够实现图像的阈值分析并进行分割, 另外还有对图像的反色变换和调色板处理等-To achieve the threshold image analysis and segmentation, as well as the image of the anti-color palette transformation and processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:170418
    • 提供者:陈志
  1. segmentation

    0下载:
  2. 用c#语言使用全局迭代的方法对图像进行阈值分割。-Using c# language using the iterative method of global image threshold segmentation.
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:869
    • 提供者:winter
  1. matlab-code-image

    1下载:
  2. 图像处理matlab程序的源代码。包括图像的高通滤波和掩模处理,图像的阈值分割等。-MATLAB image
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:543212
    • 提供者:esun
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com