Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

from the docs

"images – Source arrays. They all should have the same depth, CV_8U or CV_32F"

so vector<double> is not a valid input. vector<float> should do.