Giter VIP home page Giter VIP logo

circletracking's Introduction

circletracking

build status DOI

Circletracking is a module for quantitative tracking of circles (and ellipses) in 2D or 3D images.

Overview

Detect bright circles on a dark background with subpixel accuracy. The circle needs to have a Gaussian-like radial profile.

  • find_ellipse and find_ellipsoid crudely find the ellipse/ellipsoid
  • refine_ellipse and refine_ellipsoid interpolate the image lines originating from the estimated center, locates the ellipse/ellipsoid boundary with subpixel accuracy and fits an ellipse/ellipsoid to the obtained points
  • locate_ellipse and locate_ellipsoid combine find and refine in one routine
  • routines in artificial generate artificial ellipses/ellipsoids for testing purposes

Testing

Unittests ensure high accuracy:

  • on ellipses with 20% random noise: 0.1px for center and 1% for radius
  • on ellipsoids with 20% random noise: 0.5px for center and 5% for radius

More information

Please consult the docstrings for more details.

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.