CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - image threshold

搜索资源列表

  1. ddqyz.rar

    0下载:
  2. 在matlab环境下,利用迭代法求图像阈值,然后实现图像的二值化处理.,get the image threshold by iterative algorithm in matlab. And transform the gray image into binary image.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:586byte
    • 提供者:wanghong
  1. threshold

    0下载:
  2. 调用opencv库,实现自适应阈值的图像二值化功能-Call opencv library to achieve adaptive threshold image binarization function
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:25.98kb
    • 提供者:leon
  1. convex

    0下载:
  2. 程序实现图像分块,凸包,分割等功能,学图像处理的朋友建议下载。-Image sub-block implementation procedures, convex hull, partition and other functions, the study image processing Friend recommended download.
  3. 所属分类:Graph program

    • 发布日期:2017-03-26
    • 文件大小:3.26kb
    • 提供者:廖建勇
  1. byjc

    1下载:
  2. 对于一些图像来说,常用的边缘检测算法有时候无法设立合适的阈值将它们的梯度较小的模糊边缘检测出来。为了解决这个问题,有两种解决方法:将图像方差标准化,拉大模糊边缘的梯度值,或通过设置sigmoid函数,将像素所在区域的信息传递到梯度值中去,对其进行调整,就能找到合适阈值,有效地将模糊边缘提取出来。本程序把这两种算法实现并与与传统算法进行了比较。-For some images, the commonly used edge detection algorithm sometimes can not
  3. 所属分类:图形图象

    • 发布日期:2013-06-24
    • 文件大小:1.11kb
    • 提供者:李思齐
  1. binary_history_connectedComponent.tar

    0下载:
  2. a binary image (threshold at 128) a histogram connected components
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:2.36kb
    • 提供者:brian
  1. THRESHOLD

    0下载:
  2. 本函数对传入的CDibObject对象中的图像用给定的阈值进行阈值化 // (只对8位灰度图像有效)-The function of the incoming object CDibObject image with a given threshold threshold of// (only 8 gray image effective)
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:1.42kb
    • 提供者:温媛媛
  1. zds

    0下载:
  2. 基于最大信息熵原理,对灰度图像进行阈值分割-Based on maximum entropy principle, the gray-scale image threshold segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:794byte
    • 提供者:ryan
  1. zidongduoyuzhi

    0下载:
  2. 图像的自动多阈值分割,可以进行灰度图像的自动分割。-Automatic multi-image threshold segmentation, gray-scale images can be automatically split.
  3. 所属分类:Graph program

    • 发布日期:2017-04-05
    • 文件大小:2.1kb
    • 提供者:liulei
  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
    • 文件大小:2.83kb
    • 提供者:wuhao3424
  1. segmentation

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

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

    0下载:
  2. OTSU Gray-level image segmentation using Otsu s method. Iseg = OTSU(I,n) computes a segmented image (Iseg) containing n classes by means of Otsu s n-thresholding method (Otsu N, A Threshold Selection Method from Gray-Level Histograms, IEEE
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:2.09kb
    • 提供者:ltrko9kd
  1. threshold

    0下载:
  2. 该函数用来对图像进行阈值变换。对于灰度值小于阈值的象素直接设置 灰度值为0;灰度值大于阈值的象素直接设置为255。-The function used to transform the image threshold. For less than the threshold gray value of the pixel gray value directly set to 0 gray value greater than the threshold set to 255 pixels
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:652byte
    • 提供者:xinfengming
  1. threshold

    0下载:
  2. A java application - processing which can be downloaded free from processing.org Here it uses a free library - OpenCV - made by intel. .. to convert all the pixels in an image - in fact in a movie - a capture from the webcam. If the color of a pixe
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:851byte
    • 提供者:valentin
  1. PhotoFactory

    0下载:
  2. 一个简单的图像处理程序,包括二值图像的腐蚀膨胀,两个阈值算法,骨架-A simple image processing procedures, including the corrosion of binary image expansion, the two-threshold algorithm, skeleton, etc., etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:383.02kb
    • 提供者:xuhao
  1. quezhi

    0下载:
  2. 实际使用中最简单的二值化算法就是根据每个像素的灰度值做舍入处理,下面的算法是根据图像的直方图求取阀值,-Actual use of the most simple binarization algorithm based on gray value of each pixel to do round-off processing, the following algorithm is based on the histogram image to strike a threshold,
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1.17kb
    • 提供者:haiyan
  1. GA

    0下载:
  2. 使用遗传算法和迭代阈值的方法实现图像分割。-The use of genetic algorithms and iterative threshold method of image segmentation.
  3. 所属分类:Graph program

    • 发布日期:2017-05-10
    • 文件大小:2.34mb
    • 提供者:
  1. Multi_Thresholder

    0下载:
  2. Thresholder mini program you can find the image threshold value
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:40.14kb
    • 提供者:Fatih
  1. image_Threshold

    0下载:
  2. 图像阈值处理,对图像进行阈值处理并标记,做为学习的基础教程!-Image threshold processing, to do image threshold processing and mark, as learning basic course!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:385.83kb
    • 提供者:李建
  1. matlab-rgb-image-divide

    0下载:
  2. 传统的图像阈值分割算法是将彩色图像转换为灰度图像再进行分割。通过分析RGB颜色空间的特点,本文提出 基于RGB颜色空间的阈值分割算法,-The classical image threshold segmentation algorithm converts the color image to grayseah image before segmentation. On the base of analysis upon the characters of RGB color spac
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:440.83kb
    • 提供者:周央央
  1. image-threshold-code

    0下载:
  2. 图像处理中的 阈值matab程序,对去噪,复原等图像处理很有用,里面还有相关文献-image threshold code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:394.47kb
    • 提供者:xiaojin
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com