现在多光谱内配准,然后再和全色配准
This commit is contained in:
@@ -74,7 +74,6 @@ var procCmd = &cobra.Command{
|
||||
if err := reg.DoPhaseCorrelation(); err != nil {
|
||||
logrus.Fatal(err)
|
||||
}
|
||||
reg.DoCoRegistration()
|
||||
|
||||
if params.SaveRegisteredMssRaw {
|
||||
registerdMSSRAW := filepath.Join(
|
||||
@@ -94,12 +93,6 @@ var procCmd = &cobra.Command{
|
||||
producer.CleanScenes(panScenes)
|
||||
producer.CleanScenes(mssScenes)
|
||||
|
||||
// err := reg.SubScenesLessMem()
|
||||
// if err != nil {
|
||||
// logrus.Error(err)
|
||||
// return
|
||||
// }
|
||||
|
||||
runtime.GC()
|
||||
|
||||
if saveStrip {
|
||||
|
||||
Reference in New Issue
Block a user