OpenARK | source wearable augmented reality system | Augmented Reality library

 by   augcog C++ Version: v0.9.3 License: Apache-2.0

kandi X-RAY | OpenARK Summary

kandi X-RAY | OpenARK Summary

OpenARK is a C++ library typically used in Virtual Reality, Augmented Reality applications. OpenARK has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

OpenARK is an open-source wearable augmented reality (AR) system founded at UC Berkeley in 2016. The C++ based software offers innovative core functionalities to power a wide range of off-the-shelf AR components, including see-through glasses, depth cameras, and IMUs. The open-source platform includes higher-level modules to aid human-computer interaction, such as 3D gesture recognition, plane detection, avatar/pose tracking, and multi-user collaboration, and also contains fundamental tools such as AR-based camera calibration, depth-to-stereo, and SLAM, and 3D Reconstruction. Currently, it supports both PMD Pico Flexx and Intel RealSense SR300 cameras. The project builds natively on both Windows and Linux.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              OpenARK has a low active ecosystem.
              It has 279 star(s) with 114 fork(s). There are 35 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 9 open issues and 16 have been closed. On average issues are closed in 86 days. There are 5 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of OpenARK is v0.9.3

            kandi-Quality Quality

              OpenARK has no bugs reported.

            kandi-Security Security

              OpenARK has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              OpenARK is licensed under the Apache-2.0 License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              OpenARK releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of OpenARK
            Get all kandi verified functions for this library.

            OpenARK Key Features

            No Key Features are available at this moment for OpenARK.

            OpenARK Examples and Code Snippets

            No Code Snippets are available at this moment for OpenARK.

            Community Discussions

            QUESTION

            Unhandled exception at 0x00007FF74F27A526 in OpenARK-SDK.exe: 0xC00000FD: Stack overflow (parameters: 0x0000000000000001, 0x000000EEC5803FD8)
            Asked 2017-Jun-01 at 06:41

            The following code snippet causes stackoverflow.

            ...

            ANSWER

            Answered 2017-Jun-01 at 04:37

            The ending conditions for your recursion are incomplete or incorrect.

            If you look at floodfill, two cases return and one triggers recursion. That tells us the recursion block is incorrect. Specifically, that closeEnough() is not working as intended since you've triggered a case that never returns true.

            You would look at the variables being passed to closeEnough to see why they never satisfy it. Just looking at the code I can tell that this is never true for the case where the stack overflows:

            Source https://stackoverflow.com/questions/44298138

            QUESTION

            many missing .lib files in the installed OpenCV3.2.0 for Windows 10 64bit
            Asked 2017-May-04 at 23:45

            I am using a code that depends on the opencv libraries however the one I downloaded from the web only has the opencv_core320.lib. How can I install opencv so that I will access to all these libraries that I have in the input section of Linker in the Visual Studio 2015?

            ...

            ANSWER

            Answered 2017-May-04 at 23:20

            I'm not familiar with openvc, but you could try to remove all these libs and replace with new single lib: opencv_world320.lib

            From What is opencv_world:

            The new super-module modestly called opencv_world has been introduced. It combines all the other modules selected by user and thus it's much more convenient for redistribution, comparing to ~20 shared libraries libopencv_core, libopencv_imgproc etc.

            Looks like opencv_world now replaces all that zoo of libs that used to come with opencv.

            Source https://stackoverflow.com/questions/43794093

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install OpenARK

            Prebuilt binaries for 64-bit Windows are available here. This is only updated for major releases. Both the static library (with the headers) and the demo program are included. For the SVM to work properly, the svm/ folder must be present in the current directory OR under the directory pointed to by the OPENARK_DIR environment variable.

            Support

            If you have questions, concerns, bug reports, etc, please file an issue in this repository's Issue Tracker.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/augcog/OpenARK.git

          • CLI

            gh repo clone augcog/OpenARK

          • sshUrl

            git@github.com:augcog/OpenARK.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link