暂时使用星下点坐标作为图像左上角坐标
This commit is contained in:
@@ -11,6 +11,7 @@ import (
|
||||
"github.com/airbusgeo/godal"
|
||||
log "github.com/sirupsen/logrus"
|
||||
"gocv.io/x/gocv"
|
||||
"starwiz.cn/sjy01/image-proc/pkg/auxilary"
|
||||
)
|
||||
|
||||
type Registrate interface{}
|
||||
@@ -49,6 +50,10 @@ type Registrator struct {
|
||||
rgbirImage gocv.Mat
|
||||
|
||||
resampleMethod ResampleMethod
|
||||
|
||||
auxHeads []*auxilary.AuxFrameHead
|
||||
auxBoxes []*auxilary.AuxFocalBox
|
||||
AuxPlatforms []*auxilary.AuxPlatform
|
||||
}
|
||||
|
||||
func NewRegistrator(rsmethod ResampleMethod) *Registrator {
|
||||
|
||||
Reference in New Issue
Block a user