All Projects → rizasif → android-object-distance

rizasif / android-object-distance

Licence: Apache-2.0 license
Android sample app which provides distance of an object from the camera.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to android-object-distance

Textdistance
Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external libs usage.
Stars: ✭ 2,575 (+8779.31%)
Mutual labels:  distance-calculation
Distance measurement using single camera
Distance Measurement system using single camera
Stars: ✭ 56 (+93.1%)
Mutual labels:  distance-calculation
laravel-geoly
Perform fast and efficient radius searches on your Laravel Eloquent models.
Stars: ✭ 25 (-13.79%)
Mutual labels:  distance-calculation
Fred
A fast, scalable and light-weight C++ Fréchet distance library, exposed to python and focused on (k,l)-clustering of polygonal curves.
Stars: ✭ 13 (-55.17%)
Mutual labels:  distance-calculation
RulerView
simple ruler library for android, with Calibration and Dimension measurement 📏 .
Stars: ✭ 21 (-27.59%)
Mutual labels:  distance-calculation
sigsby
Sistem Informasi Geografis (SIG) / GIS Wisata Kota Surabaya Berbasis Web - www.firstplato.com
Stars: ✭ 23 (-20.69%)
Mutual labels:  distance-calculation
camera-calibration
This repository include implementation of calibrating intrinsic and extrinsic camera parameter for distance calculation
Stars: ✭ 19 (-34.48%)
Mutual labels:  distance-calculation
vincenty
Calculate the geographical distance between 2 points with extreme accuracy.
Stars: ✭ 53 (+82.76%)
Mutual labels:  distance-calculation
erkir
Երկիր (Erkir) - a C++ library for geodesic and trigonometric calculations
Stars: ✭ 26 (-10.34%)
Mutual labels:  distance-calculation
geodesy-php
Geodesy PHP - Port of some known geodesic/math functions for getting distance from a known point A to a known point B given their coordinates. It also supports conversion between units of length, Polar position to Cartesian coordinates, and different Reference Datums.
Stars: ✭ 26 (-10.34%)
Mutual labels:  distance-calculation

android-object-distance

Android sample app which provides distance of an object from the camera; using contour based image recognition through OpenCV. This project is avilable on google play store as an example.

  • Place an object with a highlighted boundry in front of your phone.
  • Take a picture and enter its initial ditance and length of its perimeter, all in centimeters.
  • Now move the phone some distance away and take the picture again.
  • A distance, from phone to object, will be displayed.
  • Approx. error ~2cm.

Tested on Nexus 5.

Disclaimer

I have used code from the following projects and do not own them

  1. Google's android camera2basic example code: https://github.com/googlesamples/android-Camera2Basic

  2. OpenCV android library by vRallev: https://github.com/vRallev/OpenCV

Acknowledgements

I would like to acknowledge the work of Adrian Rosebrock on object distance detection with opencv-python: http://www.pyimagesearch.com/2015/01/19/find-distance-camera-objectmarker-using-python-opencv/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].