Drawing and Plotting graph in OpenCV

后端 未结 5 1415
春和景丽
春和景丽 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:54

    you can try this: https://code.google.com/p/cvplot/

    Matlab style plot functions for OpenCV, based on highgui. By the way, it's for C++ only.

    It's open source.

提交回复
热议问题