Skip to content
Snippets Groups Projects
Commit 52598208 authored by Patrik Huber's avatar Patrik Huber
Browse files

Added note w.r.t. strides

parent 5ecefa10
No related branches found
No related tags found
No related merge requests found
......@@ -129,6 +129,7 @@ cv::Mat pyarray_to_mat(pybind11::array buf, int opencv_depth)
*
* Note about strides: http://docs.opencv.org/2.4/modules/core/doc/basic_structures.html#mat-step1
* And possibly use src.elemSize or src.elemSize1.
* See also the old bindings: https://github.com/patrikhuber/eos/commit/1c3b0113a3efcbb1a92efca646be663ef8593793
*/
template<>
struct type_caster<cv::Mat>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment