• Stars
    star
    2
  • Language
    Python
  • Created about 6 years ago
  • Updated almost 3 years ago

Reviews

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

Repository Details

An 8-puzzle game solver implementation in Python, uses multiple search algorithms.

More Repositories

1

Visual-Odometry

Computer Vision Model that determines the new coordinates of the moving car relative to it's previous location using camera in front of the car.
Jupyter Notebook
4
star
2

Risk-game

Risk game is an AI project where I apply 4 different AI search agents (Greedy search, A* search,real time A* and minimax) and 4 non AI agents (Human agent,aggressive agent,passive agent and nearly pacifist agent) I implemented this project using GUI and OOP in java
Java
3
star
3

LeetCode

LeetCode solutions
C#
2
star
4

Image-Mosaics

In this project, we have implemented an image stitcher that uses image warping and homo-graphies to automatically create an image mosaic. We have focused on the case where we have two input images that should form the mosaic, where we warp one image into the plane of the second image and display the combined views. This problem gives some practice manipulating homogeneous coordinates, computing homography matrices, and performing image warps. For simplicity, we specifies corresponding pairs of points manually using mouse clicks.
Python
2
star
5

Trilateration

Trilateration implementation in C#
C#
1
star
6

Solar-System

3D Simulation for the solar system, using c++ Opengl library.
C
1
star
7

Competitive-Programming-Environment

competitive programming environment for Linux users it allows them to compile, run and compare there results and execution time with the problem example output in just one command
Shell
1
star
8

Stereo-Vision

In this repository we implement and test some simple stereo algorithms. In each case we take two images Il and Ir (a left and a right image) and compute the horizontal disparity (ie., shift) of pixels along each scanline. This is the so-called baseline stereo case, where the images are taken with a forward-facing camera, and the translation between cameras is along the horizontal axis.
Python
1
star