Git Product home page Git Product logo

rafael-radkowski / trackingexpertplus Goto Github PK

View Code? Open in Web Editor NEW
30.0 12.0 9.0 28.68 MB

TrackingExpert+ introduces a set of tools for augmented reality (AR) application development. In particular, it provides for 6-degree-of-freedom (DoF) pose measurement and 3D visualization capabilities. The focus is on industrial AR applications for tasks such as assembly training and task-support, maintenance, and others.

License: MIT License

C++ 56.76% C 1.98% Cuda 18.54% GLSL 0.67% CMake 17.43% Batchfile 0.02% Objective-C 4.60%

trackingexpertplus's Introduction

TrackingExpert+

TrackingExpert+ introduces a set of tools for augmented reality (AR) application development. In particular, it provides for 6-degree-of-freedom (DoF) pose measurement and 3D visualization capabilities. The focus is on industrial AR applications for tasks such as assembly training and task-support, maintenance, and others.

Title figure

The software allows a user to detect objects and track their 6-DoF pose using point cloud data acquired from an RGB-D camera. The underlying pose estimation approach is model-based: it requires a 3D model of an object of interest as input data. Underneath the hood, TrackingExpert+ relies on features descriptors and statistical pattern matching to perform its task. Its feature descriptor employs surface curvatures of an object and the relative curvature distribution around a point. This approach renders the software highly robust in the presence of noise, occlusion, and other obstacles since it can work a minimum visible surface.

Features

TrackingExpert+ provides the following features:

  • Point cloud generation from an RGB-D image.
  • Normal vector estimation.
  • Point cloud sampling.
  • Object detection in point clouds.
  • Object 6-DoF pose estimation.
  • AR assembly training example application.

Additionally, a Unity plugin is under development, which allows a user to employ the HoloLens along with TrackingExpert+ for any AR application.

Prerequisites

All code runs (tested) on Windows 10, Version 1803. It requires the following 3rd party tools:

The code was prepared with Visual Studio 2019. Note that this is only the software the development team uses. All components should also work with never software veersion.

Installation Instructions and Manual

Follow the link to the TrackingExpert+ Installation and User Manual. Please leave comments if you think information is missing, incorrect, or incomplete.

trackingexpertplus's People

Contributors

halcyongarside avatar rafael-radkowski avatar sindhu-challa avatar timothygarrett avatar tyleringebrand avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

trackingexpertplus's Issues

SearchFile hierarchy access denied crash.

The SearchFile function crashes if the TrackingExpert+ is too high in the C:/ file hierarchy. The function tries to go further up the hierarchy and runs into ACCESS DENIED issues. Check for locked folders and prevent the directory_iterator to try to search those folders.

Move camera out of trackingx

The camera class is currently part of the tracking expert lib. This is impractical since the lib can work with more than one camera. Adding the camera class requires one to posses the libraries

some problems met while build with cmake

cmake error says no CUDA toolset found when i build with cuda v9.2, someone say it is because vs2019 is not support cuda v9.2(i dont know), so i get a v11.2 but it still wrong here:

The CUDA compiler
"C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.2/bin/nvcc.exe"
is not able to compile a simple test program.

I tried google this question, but it didn't seem to work.
I'm sorry to be so abrupt, but I really can't solve the problem.so appreciate if you can help me !

Remove or fix BUILD_SHARED_LIB option

Cmake has a BUILD_SHARED_LIB option for glfw. If activated, the library name is glfw3dll.lib. Remove the dll in the name or the complete shared build optino.

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.