First time here? Check out the FAQ!
answered 2017-04-18 21:44:59 -0600
const double* p = data.ptr<double>(row - offset, col); std::vector<double> temp(p, p + 10);