Hello all,

I would like to implement a new vtkImageData algorithm using VTKEdge capabilities, specifically GPU acceleration. In a few words, my purpose is to perform an vtkImageData translation using GPU-based calculation.

I have been googling for a while and found no references. Looking in the VTKEdge Doxygen documentation i have found the class vtkKWEGPUImageAlgorithmDriver that i guess it could be useful. Taking a look at the vtkKWEImageGradientMagnitude class (inherits vtkKWEGPUImageAlgorithmDriver) i guess this may be the direction i have to take on this issue. Am I right???

Also i have been looking at the vtkKWEGPUArrayCalculator class. Is there any option i can translate the vtkimageData to an array and use this class to perform the calculation.


Thanks in advance,

Jorge.

_______________________________________________
VtkEdge mailing list
[email protected]
http://public.kitware.com/cgi-bin/mailman/listinfo/vtkedge

Reply via email to