What's the shortest way to plot points with opencv and c++?
I couldn't find anything in highgui... Do I have to use Qt/开发者_如何学CGTK to do it?
You could use: http://opencv.willowgarage.com/documentation/cpp/core_drawing_functions.html?highlight=poly#polylines
精彩评论