Ask Your Question

azymohliad's profile - activity

2019-06-10 04:58:35 -0600 commented question Why is it safe to pass cv::String& accross DLL boundary?

Yeah, I relied on the docs for v4.1.0. And since cv::String is std::string under the hood, I'm confused how can it be pa

2019-06-10 04:31:40 -0600 asked a question Why is it safe to pass cv::String& accross DLL boundary?

Is it safe to pass cv::String accross DLL boundary (e.g. imwrite, imread)? I've recently learnt that it's highly not rec