openCV Gaussian blur/smoothing of 3D Matrix/Histogram

前端 未结 1 1167
小鲜肉
小鲜肉 2020-12-21 14:32

I have a (3D) Histogram which I like to apply Gaussian smoothing on:

cv::MatND Hist;

In the 1D and 2D cases I blur it via:

         


        
相关标签:
1条回答
  • 2020-12-21 14:43

    Try use separable kernels like shown here: http://www.programming-techniques.com/2013/03/gaussian-blurring-using-separable.html

    0 讨论(0)
提交回复
热议问题