We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
opencv::Mat_
The n-dimensional opencv::Mat_<T> is kinda generically stridded, see https://docs.opencv.org/3.4/d3/d63/classcv_1_1Mat.html#details
opencv::Mat_<T>
Therefore, it's not safe to perform a raw read/write of of m.data().
m.data()
The text was updated successfully, but these errors were encountered:
The experimental OpenCV support in core will throw on simple examples of this issue. Can be close together with #958.
Sorry, something went wrong.
See #1016
No branches or pull requests
The n-dimensional
opencv::Mat_<T>
is kinda generically stridded, seehttps://docs.opencv.org/3.4/d3/d63/classcv_1_1Mat.html#details
Therefore, it's not safe to perform a raw read/write of of
m.data()
.The text was updated successfully, but these errors were encountered: