Skip to content

Latest commit

 

History

History
45 lines (23 loc) · 866 Bytes

README.md

File metadata and controls

45 lines (23 loc) · 866 Bytes

filter2D 함수를 이용한 Filter 적용

  1. Original image

Original

  1. Mean Filter

Mean

  1. Weighted Mean Filter

Weightd

  1. Grayscale

grayscale

  1. Sobel_X

sobelX

  1. Sobel_Y

sobelY

  1. Sobel

Sobel

  1. Laplacian Filter

Laplacian_

  1. Laplacian Filter zero crossing without Gaussian filter

Laplacian__

  1. Laplacian Filter zero crossing with Gaussian filter

Laplacian

  1. Enhanced Image with Laplacian Filter

Laplacian___