搜索资源列表
Midpoint
- 中点画圆的方法是图形学中最长用的,是学生爱下的原代码。-midpoint Circle Graphics is the longest of students, and that is love of the original code.
HoughCy
- 好用地 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
LPM_algorithm
- 用最长路径矩阵算法来计算DFG的迭代边界,其中定义了一个三维的矩阵来存储每次迭代的结果-calculate the iteration bound of DFG with the longest path matrix algorithm, defining a 3-dimention matrix to store the iteration results
drawLine
- 运用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
matches
- 图像配准 先检测图像的边缘 选取图像中 最长的边缘 检测边缘上的角点信息 利用角点处的曲率 生成向量-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
Longest-a-frame_WangRUI
- 王锐写的最长的一帧,很经典!学习osg必看~剖析源码。-Wang Rui wrote the longest one, very classic! Analysis of source code must see ~
A-fast-Iris-Location-Algprithm
- 根据眼睛图像的几何特性,提出了一种基于最长弦的瞳孔定位算法,该算法能快速地检测到瞳孔的位置。-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.
Vertical-photographing-code-
- 去除同一方向上,直线相交的拐点;将合并后的图像中分割区域中变为道路标线区域;获取任意两点之间的角度;获取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
CV2
- 利用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,
Hougu-transformation
- 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.
fogde.m.tar
- 最长用去雾算法,用matlab实现,效果不错-Spent the longest fog algorithm, using matlab to achieve good results
back
- 后缀数组的构造,实现了对字符串的子串的匹配及最长重复子串的查找-Suffix array construction, the realization of a substring of string matching and longest repeat substring search
huaxuewenti
- 滑雪问题,要求输入行数和列数,输入每行每列的数组并输出最长区域的长度。-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.
kennard-stone-method
- (1) 首先计算两两样本之间距离,选择距离最大的两个样品。(2) 然后分别计算剩余的样本与已选择的两个样本之间的距离。(3) 对于每个剩余样本而言, 其与已选样品之间的最短距离被选择, 然后选择这些最短距离中相对最长的距离所对应的样本, 作为第三个样品。(4) 重复步骤(3) , 直至所选的样品的个数等于事先确定的数目为止,比如10个,或者20个。-(A) calculating a distance between the first two samples, select the maxim
quanwenjiansuo
- 全文检索程序,最长匹配,可以立刻找到所有出现的句子,需要语料库,(例如人民日报)。-text retri procedures, the longest match, can immediately find all the sentences need to Corpus (for example, the People' s Daily).
shuchu
- c++给定文本,输出最长单词 -c++ given text, the longest word output c++ given text, the longest word output
sss
- 求一串字符串在另一字符串中最长相等的字符串-Longest string equal seek bunch of string in another string
osg新手入门教程
- OSG新手入门编程资料:包括官方入门资料OpenSceneGraph_Quick_Start_Guide、OpenSceneGraph基本渲染理论、OSG_王锐《最长的一帧》、osgTutorial美国海军教程、OSG程序设计教程、StepIntoOpenSceneGraph。(OSG beginners programming information: including the official entry of OpenSceneGraph_Quick_Start_Guide, OpenS
最长的一帧
- osg最长的一帧,深入讲解osg内部运行原理。(OSG longest frame, in-depth explanation of OSG internal operation principle.)