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

搜索资源列表

  1. Midpoint

    0下载:
  2. 中点画圆的方法是图形学中最长用的,是学生爱下的原代码。-midpoint Circle Graphics is the longest of students, and that is love of the original code.
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:39485
    • 提供者:许杂额
  1. HoughCy

    0下载:
  2. 好用地 matlab版本地 用hough变换进行直线提取地程序,提取最长地直线,以后会改进,可以提取累计矩阵中,局部峰值点地直线!-good land use Matlab version hough transform line extraction procedures. to extract the longest line, it will improve, can extract accumulated matrix, partial to the peak point straigh
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:883
    • 提供者:Cong Yang
  1. LPM_algorithm

    0下载:
  2. 用最长路径矩阵算法来计算DFG的迭代边界,其中定义了一个三维的矩阵来存储每次迭代的结果-calculate the iteration bound of DFG with the longest path matrix algorithm, defining a 3-dimention matrix to store the iteration results
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-26
    • 文件大小:559
    • 提供者:叶燕龙
  1. drawLine

    0下载:
  2. 运用MATLAB语言,基于哈夫变换,对于任意给定的图片,可以自动找出其中最长的5条直线,并准确画出来-The use of MATLAB language, based on the Hough transform, for any given picture, you can automatically find out the longest five straight, and accurately drawn
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:1838
    • 提供者:陈濛
  1. matches

    0下载:
  2. 图像配准 先检测图像的边缘 选取图像中 最长的边缘 检测边缘上的角点信息 利用角点处的曲率 生成向量-Image registration first select the image edge detection in image edge detection, longest on the corner edge corner to information generated at the point of curvature vector
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:678
    • 提供者:whylychao
  1. Longest-a-frame_WangRUI

    0下载:
  2. 王锐写的最长的一帧,很经典!学习osg必看~剖析源码。-Wang Rui wrote the longest one, very classic! Analysis of source code must see ~
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-05
    • 文件大小:830907
    • 提供者:王都
  1. A-fast-Iris-Location-Algprithm

    0下载:
  2. 根据眼睛图像的几何特性,提出了一种基于最长弦的瞳孔定位算法,该算法能快速地检测到瞳孔的位置。-According to the eye image geometric characteristic, proposed one kind based on the longest string of pupil location algorithm, the algorithm can quickly detect the position of the pupil.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:248186
    • 提供者:coco
  1. Vertical-photographing-code-

    1下载:
  2. 去除同一方向上,直线相交的拐点;将合并后的图像中分割区域中变为道路标线区域;获取任意两点之间的角度;获取Sobel边缘检测后的最长直线;对图像进行分块处理;获取任意两点之间的距离等等。-Removal of the same direction, a straight line intersecting the inflection point divided region in the merged image becomes the road marking area Get the a
  3. 所属分类:Graph program

    • 发布日期:2017-12-07
    • 文件大小:14761534
    • 提供者:
  1. CV2

    1下载:
  2. 利用opencv进行图像特征抽取,包括使用高斯滤波和sobel算子进行边缘提取,使用harris算法进行角点检测,使用hough变换找出图像中最长直线,使用Ranec算法找出图像中直线,Gabor滤波-Using opencv image feature extraction, including the use of Gaussian filtering and Sobel operator edge extraction, Harris algorithm corner detection,
  3. 所属分类:OpenCV

    • 发布日期:2017-01-06
    • 文件大小:3314688
    • 提供者:
  1. Hougu-transformation

    0下载:
  2. Hough变换,检测图像中最长的直线,并检测该直线与水平线间的夹角,可用于图像的倾斜校正。-Hough tranformation which can find the longest line in picture,and mesure the angle between the horizontal line and it.This procedure can be used to picture tilt correction.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-26
    • 文件大小:1684
    • 提供者:
  1. fogde.m.tar

    0下载:
  2. 最长用去雾算法,用matlab实现,效果不错-Spent the longest fog algorithm, using matlab to achieve good results
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1008
    • 提供者:朱昴
  1. back

    0下载:
  2. 后缀数组的构造,实现了对字符串的子串的匹配及最长重复子串的查找-Suffix array construction, the realization of a substring of string matching and longest repeat substring search
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:5964
    • 提供者:oeconom
  1. huaxuewenti

    0下载:
  2. 滑雪问题,要求输入行数和列数,输入每行每列的数组并输出最长区域的长度。-Ski problem, asked to enter the number of rows and columns, type each line and each column of the array output the length of the longest region.
  3. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:1241
    • 提供者:utne
  1. kennard-stone-method

    1下载:
  2. (1) 首先计算两两样本之间距离,选择距离最大的两个样品。(2) 然后分别计算剩余的样本与已选择的两个样本之间的距离。(3) 对于每个剩余样本而言, 其与已选样品之间的最短距离被选择, 然后选择这些最短距离中相对最长的距离所对应的样本, 作为第三个样品。(4) 重复步骤(3) , 直至所选的样品的个数等于事先确定的数目为止,比如10个,或者20个。-(A) calculating a distance between the first two samples, select the maxim
  3. 所属分类:Graph Recognize

    • 发布日期:2015-07-06
    • 文件大小:1024
    • 提供者:许杰
  1. quanwenjiansuo

    0下载:
  2. 全文检索程序,最长匹配,可以立刻找到所有出现的句子,需要语料库,(例如人民日报)。-text retri procedures, the longest match, can immediately find all the sentences need to Corpus (for example, the People' s Daily).
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:8983
    • 提供者:wenag05173
  1. shuchu

    0下载:
  2. c++给定文本,输出最长单词 -c++ given text, the longest word output c++ given text, the longest word output
  3. 所属分类:Graph program

    • 发布日期:2017-04-12
    • 文件大小:952
    • 提供者:hae93u173
  1. sss

    0下载:
  2. 求一串字符串在另一字符串中最长相等的字符串-Longest string equal seek bunch of string in another string
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:695
    • 提供者:lau9zizz
  1. osg新手入门教程

    0下载:
  2. OSG新手入门编程资料:包括官方入门资料OpenSceneGraph_Quick_Start_Guide、OpenSceneGraph基本渲染理论、OSG_王锐《最长的一帧》、osgTutorial美国海军教程、OSG程序设计教程、StepIntoOpenSceneGraph。(OSG beginners programming information: including the official entry of OpenSceneGraph_Quick_Start_Guide, OpenS
  3. 所属分类:OpenGL

    • 发布日期:2017-12-16
    • 文件大小:11869184
    • 提供者:剑承光影
  1. 最长的一帧

    0下载:
  2. osg最长的一帧,深入讲解osg内部运行原理。(OSG longest frame, in-depth explanation of OSG internal operation principle.)
  3. 所属分类:图形图象

    • 发布日期:2017-12-13
    • 文件大小:814384
    • 提供者:lcqwork
搜珍网 www.dssz.com