[vtkusers] VTK vs. OpenCV for computer vision

Nigel Mcfarlane Nigel.Mcfarlane at beds.ac.uk
Tue Sep 22 11:37:17 EDT 2015


Hi Joshua,
From my own limited vtk user experience, it’s easy to write simple image processing algorithms like a Sobel filter in vtk.   For more complicated stuff, I think the main disadvantage would be that the scalar type of the image buffer is not represented to the outside world by a template, so if you want to write algorithms where the inputs and outputs involve more than two unknown scalar types, the switch statements get very cumbersome.
Regards
Nigel McFarlane
University of Bedfordshire


From: vtkusers [mailto:vtkusers-bounces at vtk.org] On Behalf Of Joshua Robinson
Sent: 22 September 2015 15:51
To: vtkusers at vtk.org
Subject: [vtkusers] VTK vs. OpenCV for computer vision


Howdy ,
Can vtk be used in vision (robotics) like open-cv ?

Regards,
Joshua Robinson
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20150922/066eb417/attachment.html>


More information about the vtkusers mailing list