Skip to content

lin-32/OpenSW_Gradients-Filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

OpenSW_Gradient-Filter

이 프로젝트는 Open CV를 복합적인 방식으로 활용해 경계 감지 및 시각화를 수행합니다. 이미지 처리를 수행할 때 사용하는 작업 중 하나인 그라디언트 기반(Sobel)과 Laplacian 및 을 통해 경계감지를 수행하며, 이후, 가우시안을 적용하고 라플라시안을 사용하는 필터를 통해 Blur 및 Canny edge를 수행 합니다.
This project utilizes Open CV in a complex way to perform boundary detection and visualization. Boundary detection is performed through gradient-based, Laplacian, and one of the tasks used to perform image processing. Afterwards, blur and canny edge are performed by applying Gaussian and filtering using Laplacian.

실행 화면(Run Screen)

26B3B1AE-C0F7-464B-8001-CDED940BF916

사용한 패키지와 버전 (Used Packages and Versions)

matplotlib 4.6.0

실행 방법(How to do it)

shell 프로그램 또는 command 에서 파일을 실행합니다. Run the file from the shell program or command

참고자료(Reference Materials)

참고 출처
Laplacian https://github.com/jso303/OpenCV_Python/tree/93a9ade410a58ea7a4db38d994c235347840cb7d
Sobel, Canny http://www.gisdeveloper.co.kr/?p=6546
Blur https://marisara.tistory.com/entry/파이썬-openCV-19-에지검출-라플라시안Laplacian-LoGLaplacian-of-Gaussian-DoGDifference-of-Gaussian
median Blur https://blog.naver.com/bean_ai_financing/222943322219

About

Gradients Filter Algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages