visp
visp copied to clipboard
Optimize vpImageFilter::gaussianBlur()
We should find a way to optimize vpImageFilter::gaussianBlur()
.
The first thing to do is to compare the time of this function wrt OpenCV equivalent.
Some ideas:
- using c++11 std::thread or other features
- SSE ?