Result type of Mat::cross()

asked 2014-02-28 09:23:35 -0600

AldurDisciple gravatar image

updated 2014-02-28 09:28:31 -0600

Why is the result of Mat::cross() cv::Mat and not cv::MatExpr like many other basic operations (e.g. inv(), mul(), t(), etc) ?

This is particularly annoying when trying to store the result in specific rows of a larger vector...

edit retag flag offensive close merge delete