Giter Site home page Giter Site logo

milankostak / marker-detection Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 1.0 267 KB

Experiments with color marker detection with WebGL for my dissertation

HTML 11.75% JavaScript 35.28% GLSL 14.48% CSS 1.66% Python 8.21% Java 28.63%
webgl webgl2 marker-detection gpgpu webgl2-compute computer-vision compute-shaders image-processing

marker-detection's Introduction

I am using this repository for works and implementation on the topic of Marker Detection. Three different versions, each with several improvements, were developed to this date. All versions are implemented in WebGL, and therefore they are using GPU processing to speed up the process of detection.

Version 1

This version is working by dividing areas into rectangles. Inside each rectangle, every pixel is processed. There are two steps to make the texture smaller for reading into CPU memory.

https://github.com/milankostak/Diploma-thesis

For more details read our paper: Mobile phone as an interactive device in augmented reality system

Version 2

This version is built on a completely different algorithm. It works by projecting columns and rows of pixels. These projections are summed, and a weighted arithmetic mean of their coordinates is calculated.

https://github.com/milankostak/Marker-detection/releases/tag/v2.0

For more details read our paper: Color Marker Detection with WebGL for Mobile Augmented Reality Systems

Version 3

This version is based on the second version. The main focus of works on this version was finding improvements for eliminating false detections. This is achieved by color weighting and morphological operation of erosion. Another primary goal was implementing an algorithm that would allow selecting of the target color for every use.

https://github.com/milankostak/Marker-detection/releases/tag/v3.0

For more details read our paper: Adaptive Detection of Single-color Marker with WebGL

Version 4

This version is based on the third version. All ideas remain the same, but the implementation is done with WebGL compute shaders.

https://github.com/milankostak/Marker-detection/releases/tag/v4.0

marker-detection's People

Contributors

milankostak avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

smithangshu

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.