Solved!
http://stackoverflow.com/questions/4184 ... e-to-cvmat
Search found 2 matches
- 2017-01-25T11:13:19-07:00
- Forum: Magick++
- Topic: Convert Magick::Image to cv::Mat
- Replies: 1
- Views: 16765
- 2017-01-24T18:26:14-07:00
- Forum: Magick++
- Topic: Convert Magick::Image to cv::Mat
- Replies: 1
- Views: 16765
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 ...