Search found 2 matches

by adjkant
2017-01-24T18:26:14-07:00
Forum: Magick++
Topic: Convert Magick::Image to cv::Mat
Replies: 1
Views: 15753

Convert Magick::Image to cv::Mat

I am trying to convert an image loaded in from a GIF via Magick++ into a cv::Mat. I have already converted from cv::Mat to Magick::Image but cannot seem to find how to pull the data out of an Image in Magick in order to load it into a Mat. What's the best way to do this? For reference, in reverse: h...