Questions tagged [cvd]

CVD is a C++ library which is designed to be easy to use and portable for fast video saving, loading and display. It supports OpenGL and X Windows.

CVD is a C++ library which is designed to be easy to use and portable for fast video saving, loading and display. It supports OpenGL and X Windows. It is released under the LGPL License.

Home page - http://www.edwardrosten.com/cvd/cvd/html/index.html

1 questions
0
votes
1 answer

Convert cv::MAT image to CVD::Image

I wanted to convert a cv::MAT image to a CVD::Image but i don't know how can I do. The reason is because previously I had a CVD::Image and I transformed it to cv::MAT in order to set a ROI region in the image, and now, I need the picture in CVD. The…
RMG
  • 1
  • 3