only store valid pixels

This commit is contained in:
nuknal
2024-05-28 22:35:55 +08:00
parent 357b62422e
commit 02c042d8c4
5 changed files with 98 additions and 47 deletions

5
go.mod
View File

@@ -2,7 +2,10 @@ module starwiz.cn/sjy01/preprocessing
go 1.20
require github.com/xuri/excelize/v2 v2.8.1
require (
github.com/xuri/excelize/v2 v2.8.1
gocv.io/x/gocv v0.36.1
)
require (
github.com/jonboulle/clockwork v0.4.0 // indirect