Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 937 Bytes

README.MD

File metadata and controls

27 lines (15 loc) · 937 Bytes

Basic CV functions

Implemented from scratch without using OpenCV functions

  • Linear filtering: Gaussian filters (smoothing) and Sobel filters (edge detection)
  • Rotating image by a given angle

Results

Input Image

Gaussian Blurring

Sobel Filter

Rotation by 30°

Rotation by 60°