随笔分类 -  算法

摘要:1. OSQP‌OSQP(Operator Splitting Quadratic Programming)是一个用于求解凸二次规划(Convex Quadratic Programming)问题的求解器‌。它基于“算子分裂”的优化方法,将二次规划问题分解为一系列小的子问题,并通过迭代的方式逐步求解 阅读全文
posted @ 2025-01-04 15:12 ParamousGIS 阅读(35) 评论(0) 推荐(0) 编辑
摘要:std::forward : 通常是用于完美转发的,它会将输入的参数原封不动地传递到下一个函数中,这个“原封不动”指的是,如果输入的参数是左值,那么传递给下一个函数的参数的也是左值;如果输入的参数是右值,那么传递给下一个函数的参数的也是右值。std::remove_reference_t : 是一个 阅读全文
posted @ 2023-04-06 17:34 ParamousGIS 阅读(19) 评论(0) 推荐(0) 编辑
摘要:转自 http://www.sparkmap.cn/portal/postList.html无人机航拍照片定位系列(01)算法理论(02)数据处理(03)Cesium实现无人机航拍照片定位(04)Java实现无人机航拍照片定位看了这些文章,这种定位方法有稍微的偏差,主是要地形或建筑物有一点的高度,在 阅读全文
posted @ 2022-11-21 11:43 ParamousGIS 阅读(590) 评论(1) 推荐(0) 编辑
摘要:参考:https://blog.csdn.net/jialong_chen/article/details/118497495《Springer.3D Mesh Processing and Character Animation.With Examples Using OpenGL, OpenMe 阅读全文
posted @ 2022-11-04 11:35 ParamousGIS 阅读(907) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-05-23 16:53 ParamousGIS 阅读(32) 评论(0) 推荐(0) 编辑
摘要:• The object space is a domain where objects are modelled and assembled.• The world space is where objects are positioned and animated through appropr 阅读全文
posted @ 2022-05-20 12:06 ParamousGIS 阅读(176) 评论(0) 推荐(0) 编辑
摘要:In this chapter all Cartesian coordinate systems are right-handed, and the vertical axis is always the y-axis 1. 齐次坐标--Homogeneous Coordinates 2. 二维变换 阅读全文
posted @ 2022-05-11 19:16 ParamousGIS 阅读(145) 评论(0) 推荐(0) 编辑
摘要:1. 概念 1)复数的定义 3)复数与标量的乘法--Multiplying a Complex Number by a Scalar 4)复数的叉乘--Product of Complex Numbers 5)复数的平方--Square of a Complex Number 6)复数的模—Norm 阅读全文
posted @ 2022-05-11 17:22 ParamousGIS 阅读(1099) 评论(0) 推荐(0) 编辑
摘要:1. 概念 1)矩阵的维度--Matrix Dimension or Order 2)方形矩阵--Square Matrix 行与列个数相等的矩阵 3)列矢量--Column Vector 只有一列元素的矩阵 4)行矢量--Row Vector 只有一行元素的矩阵 4)空矩阵--Null Matri 阅读全文
posted @ 2022-05-11 11:28 ParamousGIS 阅读(1085) 评论(0) 推荐(0) 编辑
摘要:1. 概念 矢量表示的是方向与大小,并不表示位置 1)矢量的分量--components 3)矢量的模--magnitude 4)位置矢量--Position Vectors 5)单位矢量--Unit Vectors 2. 操作 1)缩放--Scaling a Vector 2)加减--Vector 阅读全文
posted @ 2022-05-10 19:02 ParamousGIS 阅读(1588) 评论(0) 推荐(0) 编辑
摘要:1.二元一次方程组与行列式—Determinant 2.三元一次方程组与行列式—Determinant 3.行列式的相关概念 4.行列式的值的计算方法 1) 1阶行列式的值 2) 2阶行列式的值 3) 3阶行列式的值 4) 4阶行列式的值 5.行列式的属性 1)如果行列式含有一列或一行全为0,则行列 阅读全文
posted @ 2022-05-10 11:53 ParamousGIS 阅读(276) 评论(0) 推荐(0) 编辑
摘要:1.二维极坐标--2D polar coordinates 2.球形极坐标--Spherical Polar Coordinates 3.圆柱坐标--Cylindrical Coordinates 阅读全文
posted @ 2022-05-09 18:40 ParamousGIS 阅读(664) 评论(0) 推荐(0) 编辑
摘要:1)当坐标是逆时针顺序时: 2)当坐标是顺时针顺序时: 阅读全文
posted @ 2022-05-09 17:55 ParamousGIS 阅读(387) 评论(0) 推荐(0) 编辑
摘要:1.三角函数定义 2.三角函数变换 3.三角规则 4.复合角恒等式 5.倍角恒等式 6.乘角恒等式 7.半角恒等式 8.三角函数与周长的恒等式 阅读全文
posted @ 2022-05-09 16:57 ParamousGIS 阅读(862) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-05-09 16:49 ParamousGIS 阅读(39) 评论(0) 推荐(0) 编辑
摘要:1.交换律--Commutative Law The commutative law in algebra states that when two elements are linked through some binary operation, the result is independen 阅读全文
posted @ 2022-05-09 16:35 ParamousGIS 阅读(351) 评论(0) 推荐(0) 编辑
摘要:1.自然数--Natural Numbers 2.整数--Integers Numbers 3.有理数--Rational Numbers 4.无理数--Irrational Numbers 5.实数--Real Numbers 6.代数数与超越数--Algebraic and Transcende 阅读全文
posted @ 2022-05-09 16:15 ParamousGIS 阅读(371) 评论(0) 推荐(0) 编辑
摘要:1.负数表示 2.负数加法 阅读全文
posted @ 2022-05-09 12:03 ParamousGIS 阅读(367) 评论(0) 推荐(0) 编辑
摘要:在路网操作中,会遇到将首尾相连的多条道路合并成一条道路的情况,使用JTS中的LineMerger类,可以很好的完成这个操作,代码:WKTReader reader = new WKTReader();Geometry geom_1 = reader.read("LINESTRING (116.96832000000000562 36.64882000000000062, 116.968490000... 阅读全文
posted @ 2020-05-10 11:11 ParamousGIS 阅读(1051) 评论(0) 推荐(0) 编辑
摘要:有时候我们需要将多个相邻的多边形合并成一个多边形,常规用法是使用union方法,将其合并,当待合并的多边形个数较多时,效率就会非常的低,这里我们可以使用计算缓冲区的方法进行处理,效率会提升很多。待合并多边形合并结果图代码://蓝色多边形char* szWKT_1 = "POLYGON ((113.885 22.6815, 113.9425 22.6585, 113.91 22.7, 113.885... 阅读全文
posted @ 2020-05-10 11:07 ParamousGIS 阅读(850) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示