Skip to content
View Kallaf's full-sized avatar
🏊‍♀️
swim
🏊‍♀️
swim
  • Microsoft
  • Alexandria,Egypt

Block or report Kallaf

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Risk-game Risk-game Public

    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 …

    Java 4 1

  2. Solar-System Solar-System Public

    3D Simulation for the solar system, using c++ Opengl library.

    C 1 1

  3. 8-puzzle-solver 8-puzzle-solver Public

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

    Python 2 1

  4. Image-Mosaics Image-Mosaics Public

    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 …

    Python 2 2

  5. Stereo-Vision Stereo-Vision Public

    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 pix…

    Python 1

  6. stackoverflow-api stackoverflow-api Public

    RESTful api that exposes stackoverflow main APIs in rails and PostgreSQL

    Ruby