liuxiaolong
2019-06-27 ed4c90ae66225b0ecdaaa6769f1a4f4502910ef8
test
1个文件已修改
4 ■■■■ 已修改文件
service/FaceSdkService.go 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
service/FaceSdkService.go
@@ -71,8 +71,8 @@
        fmt.Println("file not exist")
        return i
    }
    width := int32(picMat.Rows())
    height := int32(picMat.Cols())
    height := int32(picMat.Rows())
    width := int32(picMat.Cols())
    data := picMat.ToBytes()
    i = protomsg.Image{
        Width: width,