diff options
Diffstat (limited to 'cmd/pggraph')
-rw-r--r-- | cmd/pggraph/main.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/pggraph/main.go b/cmd/pggraph/main.go index c7909b5..2da5c57 100644 --- a/cmd/pggraph/main.go +++ b/cmd/pggraph/main.go @@ -21,7 +21,7 @@ import ( "sort" chart "github.com/wcharczuk/go-chart" - "rescribe.xyz/integralimg" + "rescribe.xyz/integral" "rescribe.xyz/preproc" ) @@ -173,7 +173,7 @@ func main() { img = sideways(gray) b = img.Bounds() } - intImg := integralimg.NewImage(b) + intImg := integral.NewImage(b) draw.Draw(intImg, b, img, b.Min, draw.Src) points := make(map[int]float64) |