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

搜索资源列表

  1. DirectNew

    0下载:
  2. 图像分割,阈值分析,水平垂直方向投影检测,差影检测,模板匹配-Image segmentation, threshold analysis, horizontal and vertical orientation projection test, and poor shadow detection, template matching
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-17
    • 文件大小:84386
    • 提供者:skylost
  1. MeanShift

    0下载:
  2. Mean Shift算法的具体步骤,Mean Shift算法可以分为以下4步: 1.选择窗的大小和初始位置. 2.计算此时窗口内的Mass Center. 3.调整窗口的中心到Mass Center. 4.重复2和3,直到窗口中心"会聚",即每次窗口移动的距离小于一定的阈值。-Mean Shift algorithm specific steps, Mean Shift algorithm can be divided into the following four steps:
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:1415
    • 提供者:eagle
  1. example

    0下载:
  2. détection d objet paramètrage thresh = 500 Harris corner threshold nonmaxrad = 3 Non-maximal suppression radius dmax = 100 w = 11 Window size for correlation matching Extraire les points de Harris sur chaque image
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1117050
    • 提供者:seb831
  1. LineTrans

    0下载:
  2. 关于图像处理的,阈值变换,窗口变换,灰度拉伸等方面的VC++程序。-With regard to image processing, threshold transform, the window transform, gray stretch, etc. VC++ program.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-11
    • 文件大小:2132695
    • 提供者:xiaobz
  1. adaptive

    0下载:
  2. 基于opencv的自适应阈值法,应用时必须先装有opencv库。-adaptive threshold method based on Opencv library
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-23
    • 文件大小:7614779
    • 提供者:刘玲
  1. erzhihuabianhuan

    0下载:
  2. 所有灰度大于或等于阀值的像素被判定为属于特定物体,其灰度值为255表示,否则这些像素点被排除在物体区域以外,灰度值为0,表示背景或者例外的物体区域-All the gray pixels is greater than or equal to the threshold has been determined as belonging to a particular object, the gray value of 255 that would otherwise be excluded fr
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:114124
    • 提供者:王超
  1. MENXIANQUNQIANMING1

    0下载:
  2. 门限群签名体制的登陆部分功能,在VC++开发环境下运行,-function of threshold groupsignatrure
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:2138
    • 提供者:
  1. binary_image

    0下载:
  2. this code for creat binary image from threshold function in openCV library
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:8853
    • 提供者:Tawan
  1. adaptivethresh

    0下载:
  2. 自动阈值分割算法,算法是Wellner s adaptive thresholding。-Automatic threshold segmentation algorithm, the algorithm is Wellner' s adaptive thresholding.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:2139
    • 提供者:gillyamylee
  1. moravecxin

    0下载:
  2. 首先, 计算每个像素点的兴趣值, 即以该像素点为中心, 取一个w×w(如:5×5)的方形窗口, 计算0度、45度、90度、135度四个方向灰度差的平方和, 取其中的最小值作为该像素点的兴趣值。 其次,根据实际图像设定一个阈值,遍历图像以兴趣值大于该阈值的点为候选点。 最后,选一个一定大小的窗口,让该窗口遍历灰度图象,在此过程中取窗口中兴趣值最大的候选点为特征点,算法结束。 -First, calculate the value of each pixel of interest, t
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:50243
    • 提供者:王振
  1. detectsoucecode

    0下载:
  2. 利用最小总错误概率准则设计检测器的程序,计算最佳门限,研究门限在一定范围内变化时,Pe随门限变化的情况,给出Pe~ 曲线,对模拟结果进行分析。程序有注释。 -Use of design guidelines for minimizing the probability of error detection procedures, calculate the best threshold of threshold changes in a certain range, Pe threshol
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:25483
    • 提供者:王综新
  1. fitellipse

    0下载:
  2. This program is demonstration for ellipse fitting. Program finds * contours and approximate it by ellipses. * * Trackbar specify threshold parametr. * * White lines is contours. Red lines is fitting ellipses. * * * Autor: Denis Burenk
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:1575
    • 提供者:dilir
  1. segmentation

    0下载:
  2. simple image segmentation program using a custom chosen threshold
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:59574
    • 提供者:Hussam
  1. BP

    3下载:
  2. 神经网络bp算法VC++实现网络的相关运算有:1、网络的输入输出接口,即训练数据的输入,各层权值和节点阈值的输出;2、网络的学习,包括前向传播运算和反向传播运算,误差估计,权值阈值修改;3、网络预测的实现等等。其中网络的学习算法采用变步长和加动量项的优化学习算法,经过我的实验对网络的学习效率有很大提高-Neural network bp algorithm VC++ to achieve the network-related operations: 1, the network input a
  3. 所属分类:Windows编程

    • 发布日期:2013-01-17
    • 文件大小:255452
    • 提供者:dcw
  1. t1

    0下载:
  2. 迭代法 最简单的方法求取一个阈值 用来分割图像-Iteration threshold method
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:2116
    • 提供者:孙超
  1. 59564326waveletthreshod

    0下载:
  2. threshold segmentation..this is from my friend
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3282
    • 提供者:eisac
  1. imageprocessing

    0下载:
  2. 能实现几乎所有的图像处理功能 包括点运算,几何变换,正交变换,图像分析,形态学变化等等,具体表现为阈值变换 轮廓提取 背景提取 图像编码等等,是不可多得的采用MFC处理图像的工程-Can achieve almost all of image processing functions include point operations, geometric transformations, orthogonal transform, image analysis, morphology, etc.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-21
    • 文件大小:6271985
    • 提供者:张鑫
  1. imageprocessing

    0下载:
  2. 实现简单图像处理,包括256色转灰度图、Hough变换、Walsh变换、中值滤波、二值化变换、亮度增减、傅立叶变换、反色、取对数、取指数、图像平移、图像旋转、图像细化、图像缩放、图像镜像、均值滤波、对比度拉伸、拉普拉斯锐化(边缘检测)、方块编码、梯度锐化、灰度均衡、直方图均衡、离散余弦变换、维纳滤波处理、逆滤波处理、阈值变换、高斯平滑。-Simple image processing, including 256 colors to grayscale, Hough transform, Wal
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3330673
    • 提供者:啊哦
  1. nengliang1

    0下载:
  2. 语音端点检测,门限法包括短时能量、过零率-Voice activity detection, threshold laws, including the short-term energy, zero crossing rate, etc.
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:1606
    • 提供者:luis
  1. AHPforPerformanceEvaluation

    1下载:
  2. 层次分析法(AHP)在效能评估中的应用,同时对于1-9的阈值判定法,做了一点改进,值得学习-Analytical Hierarchy Process (AHP) in the performance evaluation of the application, while the 1-9 threshold criterion, have a little improvement, it is worth learning
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:378865
    • 提供者:SweetWang
« 1 2 3 4 5 6 78 9 10 11 12 ... 28 »
搜珍网 www.dssz.com