pansharpen

This commit is contained in:
nuknal
2024-05-27 18:14:03 +08:00
parent 8a15159d05
commit 106fc37aad
6 changed files with 351 additions and 202 deletions

View File

@@ -37,7 +37,7 @@ func (r *Registrator) calculateBlockPhaseShift(panBlock, mssBlock gocv.Mat) (goc
dx := shift.X
dy := shift.Y
log.Printf("Block shift: dx = %f, dy = %f. response = %f \n", dx, dy, response)
log.Debugf("Block shift: dx = %f, dy = %f. response = %f \n", dx, dy, response)
return shift, response
}