Skip to content

This is a bias compensation program used for 3D reconstruction

Notifications You must be signed in to change notification settings

txdtplus/bias_compensation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bias_compensation

This is a bias compensation program used for 3D reconstruction. The inputs are RPC file and some GCPs(Ground Control Points). It makes RPC file accurate enough for subsequent processing.

RPC(Rational Polynomial Coefficient) is a parameter file, which indicates a map from object space to image space. The basic idea of this program is least square adjustment. First, we choose some GCPs. Then we subtract computed locations from real locations and we get error. Then we establish an error model and use least square method to solve this model. Finally, we compensate the bias and generate a new RPC file.

About

This is a bias compensation program used for 3D reconstruction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages