diff options
author | Nick White <git@njw.name> | 2020-07-27 00:28:11 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2020-07-27 00:28:11 +0100 |
commit | b26cb9182b566acac884627d790b0660c4766b62 (patch) | |
tree | 89257e87fbf354a96af2c51feb9ea5f94f02f791 | |
parent | 4627227579c6922406517cf8ad0eb05728d71e0f (diff) |
Update pggraph documentation and update integralimg versionv0.3.0
-rw-r--r-- | cmd/pggraph/main.go | 6 | ||||
-rw-r--r-- | go.mod | 2 | ||||
-rw-r--r-- | go.sum | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/cmd/pggraph/main.go b/cmd/pggraph/main.go index 59946ad..c7909b5 100644 --- a/cmd/pggraph/main.go +++ b/cmd/pggraph/main.go @@ -3,7 +3,7 @@ // license that can be found in the LICENSE file. // pggraph creates a graph showing the proportion of black pixels -// for slices through an image. This is useful to determine +// for slices through a binarised image. This is useful to determine // appropriate parameters to pass to the wipe functions in this // module. package main @@ -27,8 +27,8 @@ import ( const usage = `Usage: pggraph [-vertical] [-width] inimg graphname -Creates a graph showing the proportion of black pixels -for slices through an image. This is useful to determine +Creates a graph showing the proportion of black pixels for +slices through a binarised image. This is useful to determine appropriate parameters to pass to the wipe functions in this module. ` @@ -7,5 +7,5 @@ require ( github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect github.com/wcharczuk/go-chart v2.0.2-0.20191206192251-962b9abdec2b+incompatible golang.org/x/image v0.0.0-20200618115811-c13761719519 // indirect - rescribe.xyz/integralimg v0.3.0 + rescribe.xyz/integralimg v0.4.0 ) @@ -16,5 +16,5 @@ golang.org/x/net v0.0.0-20181201002055-351d144fa1fc/go.mod h1:mL1N/T3taQHkDXs73r golang.org/x/oauth2 v0.0.0-20181203162652-d668ce993890/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/tools v0.0.0-20181205014116-22934f0fdb62/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= -rescribe.xyz/integralimg v0.3.0 h1:G5/yR8jKtewLlCEkygg7T8h1nllwNt4SmLdw+1fCsE4= -rescribe.xyz/integralimg v0.3.0/go.mod h1:2euyPigpyIixTWO6JtFEhDp/3YKA6yy+d8g17oL0L0s= +rescribe.xyz/integralimg v0.4.0 h1:KHBskl7xpAc3tKp5Zjm9SWMykUlOqUU5ZOr+eEKWMcI= +rescribe.xyz/integralimg v0.4.0/go.mod h1:mZKOwJ5vJgV+8yFKuJsWZBqF5AdYZSry6wSuWNsQPQM= |