Documentation ¶ Index ¶ func MergeImage(imgs [][]int, getImage func(int) ([]byte, error), bounds image.Rectangle, ...) error func Sharpness(imgPath string, rect image.Rectangle) (float64, error) type Circle func SearchCircle(path string, rect image.Rectangle) (circles []Circle, err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func MergeImage ¶ func MergeImage(imgs [][]int, getImage func(int) ([]byte, error), bounds image.Rectangle, horizontalOverlaps, verticalOverlaps []int, dst string) error func Sharpness ¶ func Sharpness(imgPath string, rect image.Rectangle) (float64, error) Types ¶ type Circle ¶ type Circle struct { X int `json:"x"` Y int `json:"y"` Diameter int `json:"diameter"` } func SearchCircle ¶ func SearchCircle(path string, rect image.Rectangle) (circles []Circle, err error) Source Files ¶ View all Source files gocv.go Click to show internal directories. Click to hide internal directories.