Ask Your Question

Revision history [back]

Result type of Mat::cross()

Why is the result of Mat::cross() cv::Mat and not cv::MatExpr ?

Result type of Mat::cross()

Why is the result of Mat::cross() cv::Mat and not cv::MatExpr ?

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

Result type of Mat::cross()

Why is the result of Mat::cross() cv::Mat Mat::cross() cv::Mat and not cv::MatExpr 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...