This commit is contained in:
nuknal
2024-10-29 16:45:28 +08:00
parent 9c2d93dff4
commit 0e920ce9f0
10 changed files with 57 additions and 57 deletions

View File

@@ -32,7 +32,7 @@ type RPC struct {
gridsize int
scene *Scene
registrator *Registrator
registrator *ImgProc
}
// GroundPoint 表示地面点的三维坐标
@@ -53,7 +53,7 @@ type RPCModel struct {
}
// rational polynomial coeffients
func NewRPC(r *Registrator, scene *Scene) *RPC {
func NewRPC(r *ImgProc, scene *Scene) *RPC {
rpc := RPC{
elevationLayer: config.GCONFIG.RPC.AltitudeLayer,
gridsize: config.GCONFIG.RPC.GridSize,