Skip to content

Commit

Permalink
Cosmetic change
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn committed May 19, 2020
1 parent 2d660ca commit da69947
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions _example/blazeface/main.go
Expand Up @@ -28,21 +28,10 @@ var (

type ssdResult struct {
loc []float32
clazz []float32
score []float32
mat gocv.Mat
}

type ssdClass struct {
loc []float32
score float64
index int
}

type result interface {
Image() image.Image
}

func copySlice(f []float32) []float32 {
ff := make([]float32, len(f), len(f))
copy(ff, f)
Expand Down

0 comments on commit da69947

Please sign in to comment.