---
panlei
2019-07-02 3b05931b1baf1a170674df531b625c5d24254a1c
---
1个文件已修改
8 ■■■■ 已修改文件
util/simpleCV.go 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
util/simpleCV.go
@@ -181,10 +181,10 @@
    //    },
    //}
    //gocv.FillPoly(&rook, points, green)
    gocv.Line(&rook, image.Pt(100, 100), image.Pt(100, 400), green, 2)
    gocv.Line(&rook, image.Pt(100, 400), image.Pt(400, 400), green, 2)
    gocv.Line(&rook, image.Pt(400, 400), image.Pt(400, 100), green, 2)
    gocv.Line(&rook, image.Pt(400, 100), image.Pt(100, 100), green, 2)
    gocv.Line(&rook, image.Pt(100, 100), image.Pt(100, 250), green, 2)
    gocv.Line(&rook, image.Pt(100, 250), image.Pt(250, 250), green, 2)
    gocv.Line(&rook, image.Pt(250, 250), image.Pt(250, 100), green, 2)
    gocv.Line(&rook, image.Pt(250, 100), image.Pt(100, 100), green, 2)
    //return nil,nil
    // 上传