I'm currently working on convolution in OpenCV using filter2D function. Almost always I've found the kernel anchored at the center (using the default value of anchor = (-1,-1)).
Are there cases when the kernel needs to be anchored away from the center? What are the benefits of doing so, if any?
There are similar posts on SE (post 1, post 2) but I couldn't get my answer.