nirmal-25 / Computer-Vision

Implementation of basic CV functions from scratch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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°

About

Implementation of basic CV functions from scratch


Languages

Language:Python 100.0%