GithubHelp home page GithubHelp logo

colonies's Introduction

Brief Description of the Algorithm Used

Automatic system for colony counting using DIP techniques.

Process employed so far:

  1. Grayscale conversion.

  2. Linear contrast enhancement.

  3. Determination of the petri-dish centers. 3.1. Edge detection using the Canny method. 3.2. Dilation with a diamond-shaped structuring element to better define the circular shapes of the Petri dish wells. 3.3. Cross-correlation with generated binary circular templates. 3.4. Finding the centers of the wells by locating them using the petri-dish radius.

  4. Petri-dish segmentation: verifying all pixels that are within a circle with a specified average radius using the previously obtained centers.

  5. Thresholding: determining a threshold using Otsu's method, which is scaled by a factor equal to the average of the image, and then applying this threshold to the image.

  6. Segmentation of the colonies from the edges using Euclidean distance in the CIE Lab color space.

  7. Elimination of colonies that do not have more than 50 cells using geometric properties of the regions.

  8. Labeling and counting: regions with certain connectivity are labeled and then counted.

colonies's People

Contributors

aliz378 avatar mariarojasc avatar nroldanf avatar

Watchers

 avatar  avatar

Forkers

aliz378

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.