You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The speed of the program can be significantly increased if the go library `lib-im2dhist.go` in src/go_libs in the package is compiled and moved to a dir in the system path. To compile, simply install `go` and then run the script `make-library`.
31
+
The speed of the program can be significantly increased if the go library `lib-im2dhist.go` in src/go_libs in the package is compiled and moved to a dir in the system path. To compile, simply install `go`. Then run
32
+
```Bash
33
+
go mod init lib-im2dhist.go
34
+
go mod tidy
35
+
```
36
+
followed by running the script `make-library`.
32
37
33
38
## Showcase
34
39
* A one minute comparative video: https://youtu.be/7LrzX2ZpLAQ
0 commit comments