Drawing and Plotting graph in OpenCV

后端 未结 5 1411
春和景丽
春和景丽 2020-12-14 23:09

Does OpenCV provide a function on how to draw and plot a graph?

I found this link by Shervin Emami http://www.shervinemami.info/graphs.html which was created by him

5条回答
  •  南方客
    南方客 (楼主)
    2020-12-14 23:56

    Take a look at https://github.com/leonardvandriel/cvplot. You can plot graphs with little configuration and it supports multiple graphs in a single window. (Note: blatant self-promotion).

提交回复
热议问题