Hi,
When I try to show an image with
cv_ptr->image.data = image_in_mat.data;
cv::namedWindow("Image window");
cv::imshow("Image window", cv_ptr->image);
I get a segfault on the last line while it compiles fine. The segfault tells it's a memory issue but why ?