본문 바로가기
AI/Computer Vision Materials

2.2 Box Filter

by 쵸빙 2020. 8. 3.

In this class, we will learn about Box Filter.

 

 

 

● Box Filter

Box Filter

The Box Filter replaces pixel with local average has a smoothing effect.

 

 

Each filter is processed through the whole image pixels.

 

The filter is applied to the blue 3x3 part of the image,  summed up, and be the value of the rightmost array.

 

 

The processing is continued until the end of the image.

 

 

left - orig img, right - filtered img

The result of the filter would be blurred image.

 

 

 

 

In next class, we will learn about Gaussian Filter.

'AI > Computer Vision Materials' 카테고리의 다른 글

3.0 Image Subsampling  (0) 2020.08.03
2.3 Gaussian Filter  (0) 2020.08.03
2.1 Point Processing  (0) 2020.08.03
2.0 Image Filtering  (0) 2020.08.03
1.2 Application of computer vision  (0) 2020.07.31