1 | initial version |
Hi,
here's a code sample without cv::reshape()
or cv::reduce()
:
cv::transform(m_in, m_out, cv::Matx12f(1,1))
2 | No.2 Revision |
Hi,
here's a code sample without cv::reshape()
or cv::reduce()
:
cv::transform(m_in, m_out,
cv::Matx12f(1,1))cv::Matx13f(1,1,1))