Skip to content

util: Fix failure to rotate image

Povilas Kanapickas requested to merge p12tic/sanescan:rotate-error into master

cv::rotate does not like output argument being const cv::Mat& and throws an exception on runtime.

Merge request reports