Transform OpenCV image data type to Devil image format and vice-verca

Posted by D.K on Stack Overflow See other posts from Stack Overflow or by D.K
Published on 2010-04-03T12:09:04Z Indexed on 2010/04/03 12:13 UTC
Read the original article Hit count: 357

Filed under:
|
|
|
|

I want to use a CUDA-enabled SIFT library but I am using the OpenCV driver to get images from the webcam? The Cuda library is using the Devil Library for image data types. Should I transofrm the images from OpenCV data types to Devil? Or Should I use another method for getting images from the webcam[devil compatible data types]? Thanks for your attention

© Stack Overflow or respective owner

Related posts about opencv

Related posts about cuda