Code Monkey home page Code Monkey logo

blob-detection's Introduction

Blob-Detection

image

image

Laplacian of Gaussian (LoG)

image source:https://www.freepik.com

This is an example of application of morphological operations on an image using the concepts of

  1. Converting an image to Binary
  2. Erosion and Dilution operations to bring out the key features in an image
  3. Blob detection on virus image

Scikit image provides a great literature and methodology of Blob detection Below is the link "https://scikit-image.org/docs/dev/auto_examples/features_detection/plot_blob.html"

Quoting from Scikit-image:

"Blobs are bright on dark or dark on bright regions in an image."

There are 3 methodoligies to detect the Blobs in an image

  1. Laplacian of Gaussian (LoG)- Most accurate but slowest
  2. Difference of Gaussian (DoG)- Faster approximation of LoG

image

  1. Determinant of Hessian (DoH)- Fastest Method

image

Some parameters passed in the blob functions-

  1. min_sigma= keep this low to detect smaller blobs
  2. threshold= keep this low to detect lower intensity blobs

Additional literature you can refer:

  1. Image Processing โ€” Blob Detection "https://towardsdatascience.com/image-processing-blob-detection-204dc6428dd"

blob-detection's People

Contributors

ashishpandey88 avatar

Stargazers

 avatar

Watchers

 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.