First time here? Check out the FAQ!
answered 2013-01-24 22:47:46 -0600
Hi! You should use zero-based index for column numeration, so, as soon as indices has nx1 dimensionality, use:
indices
nx1
indices.at< unsigned int >(i,0)
Mat