Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

it won't work like this. your plot.cpp will never get compiled or linked, thus the errors.

please either install opencv_contrib correctly (please see readme there) OR put the plot.cpp and plot.hpp into your own project . then you'll have to remove the #include "precomp.hpp" line, and maybe fix some missing opencv headers.