Code Monkey home page Code Monkey logo

jigsaw-puzzle-solver's Introduction

Digital Image Processing (DIP) Course Project Monsoon 2021

This project is an implementation of the following paper:

Directories:

|_ Images: Contains supporting image files for the GUI and code to execute
|_ Code: Mainstream Genetic Algo code
|_ Test_Photos : Sample Images for testing 
|-- Dip Project.pptm : Microsoft Presentation file of the report
|-- Report.pdf : PDF version of the report
|-- GUI.py: Wrapper UI for Genetic Algo implementation
|-- guidelines.md: Guidelines for the project

Executing the GUI:

  • Firstly run the GUI file with following command from head directory.
python3 GUI.py
  • Select an input image by clicking on the Input Image option.
  • Once the image is loaded, enter the Population, Generation and size of each piece in the puzzle creator in the respective entries and press <Return> (Enter) after each entry.
  • Click on Puzzle to create a puzzle of given input image.
  • Finally click on Solve to solve the puzzle using Genetic Algo.
  • Formed image can be saved using Save Image option.

Team Members

Kirthi Vignan (2020122004, ECD)

Sasanka Uppuluri (2019102036, ECE)

Siva Durga (2019102038, ECE)

Viswanadh (2019112011, ECD)

Note: This project has references from GAPS. The code has been restructured for better view. The paths used in the code might be broken. Correct them before using the code

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.