Giter Site home page Giter Site logo

maxaryus / object-size-measurement-in-an-image-using-opencv4.0-and-imutils Goto Github PK

View Code? Open in Web Editor NEW

This project forked from prateekralhan/object-size-measurement-in-an-image-using-opencv4.0-and-imutils

0.0 0.0 0.0 686 KB

Measuring the size of objects in an image using Pixel per Metric ratio and openCV4.0 with imutils

License: MIT License

Python 100.00%

object-size-measurement-in-an-image-using-opencv4.0-and-imutils's Introduction

Object-Size-measurement-in-an-image-using-openCV4.0-and-imutils

Measuring the size of objects in an image using Pixel per Metric ratio and openCV4.0 with imutils.

Libraries Installation:

  1. OpenCV4.0: Refer this: https://www.pyimagesearch.com/opencv-tutorials-resources-guides/

  2. numpy/argparse/imutils/scipy: Do pip install numpy/argparse/imutils/scipy

Measuring the size of objects in an image is similar to computing the distance from our camera to an object โ€” in both cases, we need to define a ratio that measures the number of pixels per a given metric.

Property 1:

We should know the dimensions of this object (in terms of width or height) in a measurable unit (such as millimeters, inches, etc.).

Property 2:

We should be able to easily find this reference object in an image, either based on the placement of the object (such as the reference object always being placed in the top-left corner of an image) or via appearances (like being a distinctive color or shape, unique and different from all other objects in the image). In either case, our reference should should be uniquely identifiable in some manner.

Execute the command:

python object_size.py --image images/example.png --width 0.955

screenshot from 2018-12-14 11-57-39

screenshot from 2018-12-14 11-57-50

screenshot from 2018-12-14 11-58-02

object-size-measurement-in-an-image-using-opencv4.0-and-imutils's People

Contributors

prateekralhan 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.