Ask Your Question

davidxfoo's profile - activity

2014-02-05 04:58:36 -0600 received badge  Student (source)
2014-02-02 10:56:51 -0600 asked a question Wrong term in the tutorial "Making your own linear filters!"

In the tutorial "Making your own linear filters!" - http://docs.opencv.org/doc/tutorials/imgproc/imgtrans/filter_2d/filter_2d.html, the term "Convolution" is used with filter2D. This is wrong since filter2D does correlation instead of convolution as said in the API reference http://docs.opencv.org/modules/imgproc/doc/filtering.html, "The function does actually compute correlation, not the convolution:"

Right?