panlei
2019-06-29 a54f40a8a52cc967fc95196ee2ef3d0f758b49ad
---注释
1个文件已修改
1 ■■■■ 已修改文件
ruleserver/ruleToformula.go 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruleserver/ruleToformula.go
@@ -364,6 +364,7 @@
    // }
    for _, obj := range arg.Photo {
        log.Println("------------------看看sdkData的Photo数据----------------",obj)
        if threshold <= obj.Score && size <= float64(obj.Rects.Width*obj.Rects.Height) && intersectionper <= PgsInterPercent(areaPoints, obj.Rects, widthScale, heigthScale) {
            // 这步要备齐表达式里所需要的所有参数
            a.targetNum++