username_4567
username_4567

Reputation: 4903

Image processing in CUDA

Can anyone please suggest free,easy to use and access library for image processing in CUDA?

Upvotes: 3

Views: 1457

Answers (1)

Derek
Derek

Reputation: 11915

OpenCV is a free image processing library that has CUDA enabled functionality built in.

The wiki on ported functions:

http://opencv.willowgarage.com/wiki/OpenCV_GPU#List_of_Ported_Functions

Upvotes: 2

Related Questions