标签: opencv graph panoramas image-stitching gephi
我使用opencv拼接模块以.DOT语言格式保存图形。
ofstream f("graph.dot"); f << matchesGraphAsString(img_names, pairwise_matches, conf_thresh); f.close();
我可以使用gephi绘制这个图,但是如何在图的边缘绘制连接的置信度并在图的顶点绘制img?