add example for gocv

This commit is contained in:
wanglei.w
2021-07-05 00:06:28 +08:00
parent 6c40f6e9bb
commit 4f101ef477
6 changed files with 251 additions and 127 deletions

View File

@@ -81,6 +81,7 @@ func visualizeForMermaidAsFlowChart(s *Stream) (string, error) {
next := outGoingMap[node.Hash()]
for k, v := range next {
for _, nextNode := range v {
// todo ignore merged output
label := string(k)
if label == "" {
label = "<>"