搜索资源列表
minarea
- 本程序主要实现在输入的随机点集中,找到能够包含该点集的最小方形和圆形!本程序是基于OpenCV的,使用前请安装此软件-the main procedures in the importation of random focus that can contain the point set the minimum square and round! This procedure is based on OpenCV, before using the installation software
2D-Tin-delaunay
- 在vc++里根据生长算法完成delaunay三角网的构建.其中点是自己随机点上的.-in line with the growth algorithm Delaunay triangulation Construction. Which is their point of random.
TIN-CSharp
- TIN三角网在GIS中具有重要用途.本程序演示了随机点的生成与TIN的生长法动态生成。-TIN TIN in GIS is an important purpose. Demonstration of the process of generating random points with the Health TIN France long dynamically generated.
noise
- 图片去噪:对一幅图像加入不同的噪声(随机点噪声、椒盐噪声等),选取不同的方法去噪,比如说邻域平均、中值滤波、图像迭加等,比较对于不同的噪声,不同的方法哪种更好
Delaunay_Li
- 老外写的构狄咯尼三角网程序,速度巨快,步骤:随机点生成,构三角网
zhixian
- 用BRESENHAM画直线 随机点之间需要用直线来连接起来 这样才能形成呢个图形
mytin
- 三角网生成 采用三角网生长算法 自动生成随机点,构建三角网-Triangle Generation using triangulation algorithm automatically generate growth random, Construction triangulation
ransac.rar
- ransac,随机抽样一致性算法,应用在图像处理特征点匹配中。,ransac, random sample of the consistency algorithm used in image processing feature point matching.
yizhongsuijiduotuoyuanjiancedekuaisusuanfa
- 针对多椭圆检测问题提出了一种快速随机检测算法。该算法利用在图像中随机采样到的一个边缘点和 局部搜索到的两个边缘点以及这三个点的邻域信息确定候选椭圆,再将候选椭圆变换为对应圆,通过确认真圆来确 认真椭圆。在确定候选椭圆时,最大限度地减少随机采样点数 剔除更多的非椭圆点,降低了无效采样,减少了无效 计算。数值实验结果表明:该算法具有良好的鲁棒性,其检测速度比同类算法快-Ellipse detection problem for many a fast random detect
Graham
- 应用Graham算法查找散乱点集凸包,该程序演示了2D凸包的查找。按W键随机生成散乱点,并显示查找的最终凸包。-Find the convex of scatter points by graham algorithm. Press w key to generate random points, and the convex will be displayed.
OpencvdividedrandomlydistributepointK-meansalgorit
- 利用opencv编写的一段划分随机分布点集的K均值算法的程序代码-Opencv prepared to use a section of divided randomly distributed point set of K-means algorithm code
CsharpToTIN
- 生成TIN模型。就是随机点然后连接成三角网-generate TIN
dem
- 通过生成随机点,计算点高程,实现对点的上下值的限制-dem
ransac_new
- ransac,随机抽样一致性算法,应用在图像处理特征点匹配中。-ransac, random sample of the consistency algorithm used in image processing feature point matching.
meteor-shower
- VC++ OpenGL 随机点生成流星雨效果-VC++ OpenGL meteor shower
Test
- 随机点绘制已知波形绘制,控制齐全,学习c#绘图必备-Random points drawn a known waveform drawing complete control
Cluster
- 实现了随机点生成、C均值聚类、ISODATA聚类算法,简单易懂-Random point generation C-means clustering, ISODATA clustering algorithm, straightforward
2dDelaunay
- 二维平面内随机点的delaunay三角化算法的实现,完整源代码。-Delaunay triangulation algorithm of random points in the two-dimensional plane, complete source code.
三点绘制贝塞尔曲线
- 在平面上用鼠标随机点三个点,绘制贝赛尔曲线,有切线(On the flat surface, three points are randomly selected with the mouse, and the Beckinsale curve is drawn. There is a tangent.)
matlab随机生成点和线段
- 该段代码中讲解了使用matlab随机生成点和线段的功能,简单易懂,适合初学者。(the code is using matlab to Generating random point and The random line segment)