Linear shift-invariant Image Filtering

Creator
Creator
Seonglae Cho
Created
Created
2023 Mar 14 1:37
Editor
Edited
Edited
2023 Mar 14 1:45
Refs
Refs
Convolution
Replace each pixel by a linear combination of its neighbors (and possibly includes itself)
박스로 적용하는 게 아니라 픽셀별로 적용
 
 

Examples

  • blur (111111111)\begin{pmatrix} 1 & 1 & 1 \\ 1 & 1 & 1 \\ 1 & 1 & 1 \\ \end{pmatrix}
 
 
 
 
 

Recommendations