搜索资源列表
wgs84_to_bj54
- 利用仿射变换实现WGS84下经纬度转换成BJ54下的高斯投影坐标。 (包括一个仿射参数计算的函数) 代码写的不够规范,请不要见笑-Using affine transformation of the realization of WGS84 latitude and longitude into BJ54 projection coordinates under the Gaussian. (Including an affine function of parameters) code
RGISOneCoordTrans
- 能够实现各种坐标的转换:投影面归算、椭球体变换、七参数计算、地图投影及换带变换,大型基建施工工程精度保障。 操作方便:支持与Excel表格的双向粘帖复制。-To achieve a variety of coordinate transformation: projection plane owned by operator, ellipsoid transform, seven-parameter calculation, map projection and for zone chang
RS-SAT
- 遥感卫星的介绍,包括轨道的计算、和常用遥感卫星参数等内容-The introduction of remote sensing satellites, including the calculation of the track, and used remote sensing satellite parameters, etc.
BaseModel4
- gis java 从图层数据中 计算景观分析参数优势度算法-gis java
Hurst_distributed
- 栅格化计算Hurst指数,用于水文、气象参数趋势的判断 水文、气象要素的时间序列分析中,一般下载到的程序是针对单个站点的H指数计算,得到的结果是单个H指数值 该程序实现时间序列栅格图像上每个点H指数的计算,得到的结果是单个栅格图像,栅格值是H指数值-a distributed pattern to calculate Hurst Index,the input is a series of grid datas, the output is a grid data each pixe
roughness
- 微波遥感中,粗糙度参数均方根高度、相关长度计算公式代码-Microwave remote sensing, the parameters of the root mean square roughness height, correlation length calculation formula of the code
VBDisplaydata
- vb用于计算仿射参数,大量数据的显示请认真书写上传资料的详细功能-vb display data
ransac
- RANSAC算法的输入是一组观测数据,一个可以解释或者适应于观测数据的参数化模型,一些可信的参数。 RANSAC通过反复选择数据中的一组随机子集来达成目标。被选取的子集被假设为局内点,并用下述方法进行验证: 1.有一个模型适应于假设的局内点,即所有的未知参数都能从假设的局内点计算得出。 2.用1中得到的模型去测试所有的其它数据,如果某个点适用于估计的模型,认为它也是局内点。 3.如果有足够多的点被归类为假设的局内点,那么估计的模型就足够合理。 4