Coder Social home page Coder Social logo

3rd_year_project-image_mosaic's People

Contributors

annnnw avatar

3rd_year_project-image_mosaic's Issues

Implement the image cutter

To deal with:

  • read the target file
  • cut the image using a 9x9 filter
  • make the 9x9 blocks to be mosaic by using the average RGB colour of the 81 pixels

Improvements to the Tiler

  • Do the colour correction
  • Reduce the redundancy of the tile when replacement happens(random search instead of linear search)

Improvements to the Image Cutter

  • Improve to fit with (2n+1) * (2x+1) blocks
  • Add columns or rows to let the pixels at edges to form a required-size block, with using the average colours of the previous inregular blocks
  • can store the contre of each block with the coordinate and average colour for later comparation (in a file)

Implement Image analysor

To deal with:

  • read the images and their names from the directory and write the name into a file
  • tile images with their average colour and save them in the file,
  • rezise them with the required size,
  • read the file and read the data saved in

Implement the tiler

To deal with:

  • Read from the file which saved the name and the average colour for each tile images
  • Compare each average colour with each 9x9 piece
  • replace the piece with the most similar colour tile

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.