当前位置:网站首页>RPC correction
RPC correction
2022-06-30 03:44:00 【stone_ tigerLI】
RPC What is it? ?
RPC(rational polynomial coefficients), Rational polynomial coefficients .RPC It is the fitting form of the strict geometric model of the sensor .
It is the platform track parameter measured according to the satellite platform load 、 Attitude parameters 、 Image of sensor installation parameters and sensor internal geometric parameters - Geometric model of earth relation [ 1 ] ^{[1]} [1].
RPC The calculation process
P = (Latitude - LAT_OFF) / LAT_SCALE
L = (Longitude - LONG_OFF) / LONG_SCALE
H = (Height - HEIGHT_OFF) / HEIGHT_SCALE
rn = (Row - LINE_OFF) / LINE_SCALE
cn = (Column - SAMP_OFF) / SAMP_SCALE
In style ,P、L、H Are the normalized longitude 、 Latitude and elevation . rn、cn They are normalized row and column numbers , The normalized value is used to reduce the error in the calculation process .
The relationship between the two is as follows :
molecular 、 The denominator is three times 20 Polynomial function of terms .
among (LINE_NUM_COEF_n, LINE_DEN_COEF_n, SAMP_NUM_COEF_n, SAMP_DEN_COEF_n) They contain 20 A coefficient of , The functional relationship between numerator and denominator is as follows :
In general ,GeoTIFF The file contains RPC Information , Domestic satellites also generally have .rpc or .rpb File to store RPC Information , This information contains 4 A polynomial 80 A coefficient of , as well as **_OFF,**_SCALE etc. 10 Parameters , Therefore, we only need to know the elevation data to solve the longitude and latitude of each pixel , Thus ortho correction can be realized .
It should be noted that the reference coordinate systems of the longitude and latitude are WGS84 Coordinate system
be based on arcpy Of RPC correction
Reference material
[1] Liu Jiang , Yueqingxing , Qiuzhenge . RPC Research on calibration methods [J]. Remote sensing of land and resources , 2013.
[2] Li Deren , Zhang Guo , Jiangyonghua , etc. . Research on geometric accuracy of domestic optical satellite images [J]. Spacecraft engineering , 2016, 25(1):9.
Other information :
RPCs in GeoTIFF
边栏推荐
- 1152_ Makefile learning_ Pattern matching rules
- Dripping backward (II)
- 如何利用FME 创建自己的功能软件
- 4-5 count words and spaces (15 points)
- [operation] MySQL query on May 24, 2022
- If you can tell whether the external stock index futures trading platform I am trading is formal and safe?
- (04).NET MAUI实战 MVVM
- Solutions for project paths
- [note] Introduction to data analysis on June 7, 2022
- Implementation of property management system with ssm+ wechat applet
猜你喜欢

Number of students from junior college to Senior College (III)

Redis is used in Windows system

Node-RED系列(二八):基于OPC UA节点与西门子PLC进行通讯

Redis中的SDS理解

Implementation of property management system with ssm+ wechat applet

Wang Shuang - assembly language learning summary

你清楚AI、数据库与计算机体系

【论文阅读|深读】Role2Vec:Role-Based Graph Embeddings

Practical debugging skills

unity input system 使用记录(实例版)
随机推荐
ReSharper 7. Can X be used with vs2013 preview? [off] - can resharper 7 x be used with VS2013 preview? [closed]
Integrating viewbinding and viewholder with reflection
Implementation of property management system with ssm+ wechat applet
DO280私有仓库持久存储与章节实验
X Book 6.89 shield unidbg calling method
1152_ Makefile learning_ Pattern matching rules
December2020 - true questions and analysis of C language (Level 2) in the youth level examination of the Electronic Society
将DataBinding整合到Activity/Fragment的一种极简方式
Pytorch Profiler+ Tensorboard + VS Code
Vscode+anaconda+jupyter reports an error: kernel did with exit code
From 2500 a month, no one wants to go to the programming road of the technical director of a large factory | my ten years
Is the largest layoff and salary cut on the internet coming?
laravel9本地安裝
Product thinking - is the future of UAV express worth looking forward to?
Selenium environment installation, 8 elements positioning --01
Deep learning: implementation skills of deep neural network
Interface test tool postman
解决navicat连接数据库遇到的问题
1148_ Makefile learning_ Targets, variables, and wildcards in makefile
C#【高级篇】 C# 匿名方法【待补充Lambda表达式。。。】