mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 19:20:28 +08:00
Merge pull request #8153 from Sejsel:patch-1
This commit is contained in:
commit
e720427b53
@ -20,8 +20,8 @@ In a very general sense, convolution is an operation between every part of an im
|
||||
|
||||
### What is a kernel?
|
||||
|
||||
A kernel is essentially a fixed size array of numerical coefficeints along with an *anchor point* in
|
||||
that array, which is tipically located at the center.
|
||||
A kernel is essentially a fixed size array of numerical coefficients along with an *anchor point* in
|
||||
that array, which is typically located at the center.
|
||||
|
||||
![](images/filter_2d_tutorial_kernel_theory.png)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user