Coder Social home page Coder Social logo

marvr / klt_gpgpu_android Goto Github PK

View Code? Open in Web Editor NEW

This project forked from acharyahemanth/klt_gpgpu_android

0.0 1.0 0.0 129 KB

Android app which runs the gpgpu implementation of the KL tracker

Java 54.26% Shell 0.46% Makefile 3.88% C++ 41.40%

klt_gpgpu_android's Introduction

KLT_gpgpu_android

Android app which runs the gpgpu implementation of the KL tracker

16/9/2016 ========== USAGE ================ App opens up and waits for user to click start. Beyond this the tracking begins

========== DATA ================= App shows FPS + number of corners that are being tracked at the bottom left

========== CPU / GPU ============ Click options menu and click swap to toggle between cpu / gpu operation

========== OBSERVATIONS ============ a) GPU code seems to run slower than the cpu (opencv) version. Main time consuming part is the #iterations for KL tracker which remains fixed in the gpu version(klt_gpu.cpp->num_iterations_kl_tracker) with no termination check. This is because reading the gpu output textures to check for termination at every iteration seems to cost more time than just running it through all iterations... b) GL_LINEAR sampling doesnt seem to be supported on the MotoG2 phone. Hence BLT interpolation implementation that is done manually in the shaders. Performance is hugely dependent on this.

klt_gpgpu_android's People

Contributors

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