liuxiaolong
2019-06-27 ed4c90ae66225b0ecdaaa6769f1a4f4502910ef8
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,