搜索资源列表
几何算法
- 一些常用的几何算法的C++实现,包括两点确定一条直线,两点间距离,点直线距离, 海伦公式求三角形面积,判断直线相交等-some common geometric algorithm C achieved, including two identified a straight line, the distance between two points, point straight distance Helen formula for triangle area, as judged strai
几何问题
- 试用C++的类来定义表示简单平面几何对象的抽象数据类型Geometry。 (1) 用浮点数定义2 个几何量m1 和m2;m2 的缺省值为0.0000。 (2) 实现2 个构造函数:允许用1个参数或2 个参数声明几何对象。用1 个参数r声明的 几何对象为半径为r 的圆;用2 个参数r1和r2 声明的几何对象为r1磖2 的矩形。所声明的几 何对象的中心在原点。 (3) 定义计算几何对象的面积,周长和对角线长度的成员函数。 (4) 对于给定的实数r,先声明一个半径为r的圆c1;然后声明一个
计算几何
- 目录 ㈠ 点的基本运算 1. 平面上两点之间距离 1 2. 判断两点是否重合 1 3. 矢量叉乘 1 4. 矢量点乘 2 5. 判断点是否在线段上 2 6. 求一点饶某点旋转后的坐标 2 7. 求矢量夹角 2 ㈡ 线段及直线的基本运算 1. 点与线段的关系 3 2. 求点到线段所在直线垂线的垂足 4 3. 点到线段的最近点 4 4. 点到线段所在直线的距离 4 5. 点到折线集的最近距离 4 6. 判断圆是否在多边形内 5
Computational_Geometry.rar
- 资料是陈海丰的计算几何资料,有很多计算几何代码模板便于参考学习,Chen Haifeng information is information on the computational geometry, computational geometry, many ease of reference to study the template code
geometry-1.5.source.tar
- 一个强大的开源的计算几何算法库,全称是: 提供了诸如:2D凸包,3D凸包,三角化等等著名的计算几何经典算法。库是基于C++的。 -(I plan to dedicate every edition of this software to someone famous who has influenced computers, mathematics, or science.) Version 1.0 of Geometry is dedicated to the father of A
fubitao_ModisCorrection
- IDL编写的MODIS几何校正程序,很管用,解压缩之后包含三个程序,还有例子-IDL prepared by the MODIS geometric correction procedures, it is useful to extract the following contains three procedures, there are examples of
Morphy
- 用matlab编写的图像几何变换程序,包括旋转和平移,适合初学者。-Prepared using matlab image geometric transformation process, including rotation and translation, suitable for beginners.
AcmTemplate
- 参加ICPC的acm队员所使用的比赛模板,包括数论图论,计算几何等相关算法。-ICPC members to participate in the acm template used in the game, including number theory graph theory, computational geometry and other related algorithms.
computation_geometry_lib
- 计算常见的几何算法问题, 参加竞赛常用的算法,都经过了测试,欢迎大家使用,C代码-computation geometry lib
file
- 用MATLAB编写实现图像几何校正的程序。采用控制栅格的方法。-Prepared using MATLAB for Image geometry correction procedures. Using the control grid method.
DCT
- 本文设计基于DCT的人脸识别系统,首先结合当今人脸识别的背景和发展状况讨论了人脸识别的研究内容及在各方面的应用;然后研究了人脸识别进行预处理,讨论了人脸识别预处理的其他方法,分析各种方法的利弊,最后采用DCT(离散余弦变换)实现人脸图像预处理中的降维处理;接下来对人脸图像的特征提取进行了研究,简单叙述了几何特征提取和代数特征提取,同时深入研究了基于DCT和PCA变换的人脸图像特征提取,从而实现是否对人脸识别系统识别率有所提高的研究;对于分类器的选择,本文对两种分类器进行了探讨,即最近邻分类器和B
watermarking-robust
- 一个有鲁棒性的水印算法实现,可以抵抗几何攻击并有仿真-A robust watermarking algorithm, geometric attacks and a simulation
ComputationalGeometryStudyMaterial(Chinese)
- 非常翔实的计算几何学习材料,综合了所有基本概念和算法。-A very useful study material of computational geometry.
JHJZ
- 几何校正 转换角度 需要的自己下载修改参数-Geometric correction
Exercise
- 采用控制栅格的方法编写实现图象几何校正的程序。-Prepared using the method to achieve control of the grid image geometric correction procedure.
DIP_Exercise_Final
- 给定栅格图象及其变形后的栅格图象,请你首先确定各栅格交叉点的位移,然后采用控制栅格的方法编写实现图象几何校正的程序-A given image and deformed grid raster images, you first determine the displacement of each grid intersection, and then using the control method of preparation of raster image geometric correc
Resist-geometric-attacks
- 该算法把计算出的图像不变质心作为对其进行对数极坐标变换的原 点, 再作傅立叶变换, 取出中频段幅值作为水印嵌入域。该算法具有较好的鲁棒性、可检测性, 能同时抵抗几何攻击和信号 处理攻击, 它在数字图像的版权保护等领域有广泛的应用前景。-The algorithm to calculate the heart of the image does not degenerate as the number of its polar transformation of the origin, f
水果边界获取_本科图形图像处理
- 数字图像处理的理论涉及到彩色图像的灰度化、二值化、噪声滤除、特征提取、二值图→灰度图→真彩图的转换。特征提取主要利用了水果的几何特征,反映了水果的大小和形状。
matlab中关于三维重建的源代码,《计算机视觉中的多视图几何》匹配源代码.zip File ID 34022 Upload Success ! Complete.
- 三维重建中的图像匹配MATLAB源码 过程详细 代码易懂 适合初学者 配合计算机视觉中的多视图几何这本书看 收获会更多
全部几何参数
- 迹线法二维求轮轨接触点以及几何参数 ,输入轮廓面参数即可,里面有详细介绍。(The Geometrical Contact between Track and Wheelset)