visp icon indicating copy to clipboard operation
visp copied to clipboard

Optimize vpImageFilter::gaussianBlur()

Open fspindle opened this issue 6 years ago • 0 comments

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 ?

fspindle avatar Jan 07 '19 17:01 fspindle