CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - peak

搜索资源列表

  1. 图像的阈值分析

    1下载:
  2. 图像的阈值分割分析,包括迭代分割,峰谷阈值分割,半阈值分割等-image thresholding segmentation analysis, including iterative segmentation, segmentation threshold peak, semi-threshold segmentation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:166659
    • 提供者:苗苗
  1. simnature_exe

    0下载:
  2. 基于高度图的3D地形渲染,其最基本的原理就是,地形上各个点的高度值存于一个文件中(高度图),渲染时,把高度图中的高度数据设为顶点缓冲区中对应顶点的Y坐标值,那么自然就会产生高低起伏的地形了-based on the height map rendering 3D terrain, the basic principle is that the terrain on each of the high value stored in a document (height), and playing
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1160851
    • 提供者:张明
  1. 3dplane

    0下载:
  2. 利用矩特征可以从二维图像识别三维目标,4阶矩的图像峰值反映了目标的形状,为了使它具有平移、比例和旋转不变性,作者对其进行了归一化处理。-use Moments from the three-dimensional two-dimensional image recognition, four bands peak moments of images reflect the shape of the target, In order to give it scale, translation an
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:142592
    • 提供者:王城
  1. simple_vertex_texture

    0下载:
  2. nvidia最新的nv40内核显卡支持在vertex shader程序中访问纹理。本代码演示了如何在顶点编程中实现访问一个2维纹理数据.推荐vc7.1+6800显卡。-being the latest ATI graphics kernel support for the vertex shader process visit asked texture. This code demonstrates how to achieve peak Programming visit a two-dim
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1030990
    • 提供者:王赞纲
  1. TwoWork

    0下载:
  2. 1\\直线段的裁剪算法Cohen-Sutherland 2\\二次、三次Bezier曲线,二次、三次均匀B样条曲线(过首末顶点)(不会抖动)-1 \\ line of the cutting algorithm Cohen-Sutherland 2 \\ Second, Bezier curves, second, third uniform B-spline curves (after the end of the first peak) (no jitter)
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1218425
    • 提供者:heiniu532
  1. PeakFitter

    0下载:
  2. A peak fitting program for time-series signals-A peak fitting program for time-series sig nals
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:19157
    • 提供者:廖智茗
  1. chepaipanbie

    0下载:
  2. 对于车牌灰度图像进行滤波去噪后先用峰谷法二值化,再用垂直投影 法进行分割,最后进行模板匹配,并用弧向判定法匹配对几组易出错的字符进行检查,从而得到车牌号。-for registration gray image filter after the first two with peak values of France, reuse vertical projection method for segmentation, the last template matching used to d
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:88348
    • 提供者:李杰
  1. Houghpeaks

    0下载:
  2. 检测直线的hough变换,峰值检测,线检测和链接的用matlab实现 -line detection hough transform, peak detector, linear detection and link with the realization of Matlab
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:3712
    • 提供者:郭晓娟
  1. dzcpa

    0下载:
  2. 用在提高语音识别率的特征提取算法的程序,DZCPA是差分过领率和峰值检测的意思-spent on improving speech recognition rate of feature extraction algorithm procedures, DZCPA difference is the leading off and peak detection means
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:54101
    • 提供者:吉芳芳
  1. houghlines00

    0下载:
  2. 直线Hough变换利用图像空间和Hough参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间。通过在参数空间里进行简单的累加统计,然后在Hough参数空间寻找累加器峰值的方法检测直线。-Hough transform space and the use of images Hough parameter space of point-line duality, transmit images of the space problem of detecting the change of
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:936
    • 提供者:david
  1. houghpeaks00

    0下载:
  2. 不用多说了,和Hogh搭配使用检测直线的程序 直线Hough变换利用图像空间和Hough参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间。通过在参数空间里进行简单的累加统计,然后在Hough参数空间寻找累加器峰值的方法检测直线。-Needless to say, Hogh mix and the use of linear detection procedures Hough transform space and the use of images Hough paramete
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1014
    • 提供者:david
  1. hough-Transform-for-Line-Detect

    0下载:
  2. Hough变换的入门算法.含有详细的注释.-The basis Algorithm for Hough Transform used to detect lines in the Digital Image.The function GetPeak() is useful for Peak Value Detect. Any Question? Mail me.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-25
    • 文件大小:1414
    • 提供者:黄习培
  1. peaktest.ps

    0下载:
  2. Peak test and finding algorithms included in the pdf file. Find peaks in some series of data and show them. PDF file.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-04
    • 文件大小:113793
    • 提供者:selamicik
  1. ex

    2下载:
  2. 基于matlab的自适应分段阈值分割,根据直方图自动寻峰自动分割-Matlab based on adaptive sub-threshold segmentation, according to the histogram peak automatic automatic segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1722
    • 提供者:cicy
  1. xindian

    0下载:
  2. 检测R波波峰的程序,效果很好,使用的是小波变换,同时还加入了去除基线漂移的程序,只要在这个基础上稍微改动就能用于其他波峰检测-R wave peak detection program, works well, using wavelet transform, and also joined the program to remove baseline drift, as long as a slight modification on this basis can be used for ot
  3. 所属分类:Wavelet

    • 发布日期:2017-04-01
    • 文件大小:1099
    • 提供者:汤丽
  1. menxian

    0下载:
  2. 灰度门限化许多情况,图象是由具有不同灰度级的两类区域组成。如文字与纸张、地物与云层(航空照片)。其特点:直方图具有两个峰,分别与两个灰度级范围相对应 。故可选择一个门限,将两个峰分开。-Gray threshold of many cases, the image is gray level of two different regional groupings. If words and paper, surface features and cloud cover (aerial photo
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:69502
    • 提供者:lscvenus
  1. fenggu

    0下载:
  2. 峰谷滤波的C++实现 峰谷滤波对超声图像处理有很好的边缘处理作用-Peak and valley filter C++, peak and valley filter on the ultrasound images have a good deal with the role of the edge
  3. 所属分类:Graph program

    • 发布日期:2017-05-20
    • 文件大小:6077387
    • 提供者:aijinqin
  1. Peak-detection-program

    0下载:
  2. 这是我图像处理作业:图片曲线数据提取与峰值检测的源程序代码。-Peak detection program matlab code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:255946
    • 提供者:令狐哲
  1. Peak-search

    0下载:
  2. 通过软件能够自动寻找曲线峰值,并给出峰值位置及大小-Software can automatically search through the curve peak, and given the location and size of the peak
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-07
    • 文件大小:1870
    • 提供者:虎子
  1. Peak-detection

    1下载:
  2. 波峰检测,显示波形图中的峰值,并且记录下来-Peak detection, peak waveform display and record
  3. 所属分类:Graph program

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