phase shift

This commit is contained in:
nuknal
2024-05-25 09:24:19 +08:00
parent 7d8a4d4f84
commit b9f61cd26f
6 changed files with 454 additions and 274 deletions

View File

@@ -8,7 +8,7 @@ func main() {
if err := reg.LoadPanRaw("/Users/lan/workspace/temp/ccv/pan_image.raw"); err != nil {
panic(err)
}
if err := reg.DoPhaseCorrelation(); err != nil {
if err := reg.DoDownPhaseCorrelation(); err != nil {
panic(err)
}
}