Ask Your Question

Oliver Keller's profile - activity

2019-11-24 08:18:31 -0600 received badge  Enlightened (source)
2019-11-24 08:18:31 -0600 received badge  Good Answer (source)
2015-11-25 17:01:23 -0600 received badge  Nice Answer (source)
2015-09-30 03:45:21 -0600 received badge  Teacher (source)
2015-06-17 02:38:32 -0600 received badge  Necromancer (source)
2015-06-17 00:53:18 -0600 answered a question how to sum a 3 channel matrix to a one channel matrix?

Hi,

here's a code sample without cv::reshape() or cv::reduce() :

cv::transform(m_in, m_out, cv::Matx13f(1,1,1))