Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 361 Bytes

File metadata and controls

15 lines (11 loc) · 361 Bytes

Computer Vision

Computer vision library developed with python and some test cases.

The project splits into:

  1. Filters and edges:
  • Convolute using a Gaussian mask
  • Convolute using a Laplacian-of-Gaussian mask
  • Some filters using separable and derived kernels
  • Gaussian pyramid
  • Laplacian pyramid
  • Support for grayscale hybrid images