Giter VIP home page Giter VIP logo

2017btecs00107_2018btecs00203_2018btecs00205's Introduction

The project is about -- Given sample images master sample as well as images acquired while undergoing chemical processing to remove material. Finding the surface area for which the material has been removed.

Solution - Color image segmentation is used.

How does it work?

  1. Input original image
  2. Binarising original image
  3. Detecting contours in original image
  4. Rectangular regions are formed around hexagonal materials
  5. Removing the background from original image by performing Binary AND with binarised image
  6. Removing Non-reacted material (white-gray coloured material) by colour based thresholding
  7. Calculating percentage area of material reacted.

The project coded in python and image processing is done using OpenCV library.

The challenges faced were -

  1. Too large dimension of images. For fast processing switched from single threaded --> multithreaded --> multiprocessing.

  2. Uneven illumination of image and orientation of plate not fixed.

The file dip.py is the main program.

2017btecs00107_2018btecs00203_2018btecs00205's People

Contributors

vish35 avatar

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.