CudaFy.net and OpenCV

115 Views Asked by At

I would like to use some of the OpenCV routines (2D convolve, Region Labeling, and Centroiding) in a CudaFy.net project.

  1. Is this a stupid idea?
  2. Would it be better just to implement the algorithms in C# from opensource examples?
  3. Some of inputs to the OpenCV have will already be in global GPU memory, can you pass pointers to OpenCV GPU routines and say the matrix is already in the GPU?
  4. Are there any simple examples of doing this

I did see one person who used EMGU and openCV but did run into some issues. Is there an example around of someone doing this successfully? [ https://cudafy.codeplex.com/discussions/356649 ]

0

There are 0 best solutions below