• Stars
    star
    10
  • Rank 1,772,004 (Top 36 %)
  • Language
    Python
  • Created over 6 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Computer Vision Project, stitching different perspective images into a single smooth panorama using Laplacian Blending.

More Repositories

1

DrowsyDriverDetection

This is a project implementing Computer Vision and Deep Learning concepts to detect drowsiness of a driver and sound an alarm if drowsy.
Python
113
star
2

OpenPose_PythonOpenCV

A simple code demonstrating real-time Pose Estimation in webcam using OpenPose Python and OpenCV
Python
53
star
3

Face-Detection-and-Tracking

Computer Vision model to detect face in the first frame of a video and to continue tracking it in the rest of the video. This is implemented in OpenCV 3.3.0 and Python 2.7
Python
29
star
4

detect_those_corners

Detecting important corners in images and real-time video using Harris Corner Detector. and Shi-tomasi corner Detector
Python
12
star
5

Binary-Segmentation

An interactive semi-automatic binary segmentation model. Implemented in OpenCV 3.3.0 and Python 2.7
Python
10
star
6

Histogram-Filters-Blending

This project implements histogram equalization, low-pass and high-pass filter, and laplacian blending of images.
Python
6
star
7

MachineLearning

MATLAB
1
star
8

The-Searching-Pacman

In this project, the Pac-Man agent finds paths through its maze world, both to reach a particular location and to collect food efficiently. Search algorithms such as Depth First Search, Bread First Search, Uniform Cost Search and A-star search are applied to Pac-Man scenarios.
Python
1
star
9

Golomb-Ruler

This project implements Constraint Satisfaction Problem (CSPs). Plain Backtracking, Backtracking + Forward Checking are used to solve CSPs.
Python
1
star
10

MultiAgent-Pacman

In this project, agents are designed for the classic version of Pacman, including ghosts. Mini-max, Alpha-Beta pruning, Expectimax techniques were used to implement multi-agent pacman adversarial search.
Python
1
star