Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version
const double* p = data.ptr<double>(row - offset, col);  
std::vector<double> temp(p, p + 10);