GithubHelp home page GithubHelp logo

yasinkutuk / count_objects Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sethreidnz/count_objects

0.0 3.0 0.0 7.35 MB

A platform for creating an application in python using OpenCV to count and analyse objects of interest in a

License: Other

Python 100.00%

count_objects's Introduction

============= Count Objects

Warning: This is very much in a development stage V: 0.0.2

This is a framework that can be used to design futher applications with the purpose of counting objects of interest in a high contrast background to foreground context. If lighting conditions are correct (even backlit image with white background) the functions in this tool box should be able to acurately count and measure statistics of the objects. It is suggested to use an LED backlit lightbox.The package uses OpenCV and python (cv2 bindings).

For an prototype using this package please see my other repository:

https://github.com/justsayno/count_seeds_webapp

The package is depended on python numPY and openCV version 2.3 or higher with python cv2 bindings.

Statistics available on contours found

  • area
  • centroid
  • boundingBox
  • minBoundingBox_Points
  • boundingEllipse
  • majorAxis
  • minorAxis
  • height
  • width
  • ellipse
  • ellipse_MinorAxisLength
  • ellipse_MajorAxisLength
  • contourLengthToWidth
  • convexHull
  • convexHullArea
  • convexAreaDivCntArea
  • allPixelPoints
  • totalPixelsContained
  • allPixelPointColours
  • totalColourIntensity
  • totalReflectance
  • totalBlueValues
  • totalGreenValues
  • totalRedValuess
  • redToGreenRatio
  • allColourDensities

Included is a script contour_class.py which I used to make my contour_features.py and Contour class. This is a script made by abidrahmank on GitHub and all his code can be found here:

https://github.com/abidrahmank/

He is responsible for the bulk of this work and many thanks to him.

Install

Ensure you have python (with numPY included) and openCV (with cv2 Bindings) installed on your system.

Clone repositry, cd to directory and run: python setup.py install

Documentation

/docs/build/html/index.html

Developer

Seth Reid, Oct 2013, Lincoln University, New Zealand

count_objects's People

Contributors

sethreidnz avatar

Watchers

James Cloos avatar Yasin KUTUK avatar  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.