Project Description
OpenClooVision is a simple computer vision framework based on OpenCL and C#. It uses "Cloo" as OpenCL wrapper and supports the well-known Viola & Jones object detection framework which runs on GPU or CPU.
WPF test application running kernels on nVidia GeForce GTX 470:
The library currently supports:
- byte / float images
- box blur on GPU
- gray scale on GPU
- histogram on GPU
- integral image / squared integral image on GPU
- sobel filter on GPU
- Viola & Jones object detection on GPU
This project is in an early alpha stage. At the moment I'm trying out different approaches and it's very likely that the project changes completely.