https://github.com/citiususc/olivia

A Developer-Friendly Lidar Visualizer with 3D Stereo

https://github.com/citiususc/olivia

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 1 DOI reference(s) in README
  • Academic publication links
    Links to: ieee.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.0%) to scientific vocabulary

Keywords

data-visualization lidar-point-cloud stereo-rendering
Last synced: 9 months ago · JSON representation

Repository

A Developer-Friendly Lidar Visualizer with 3D Stereo

Basic Info
  • Host: GitHub
  • Owner: citiususc
  • License: gpl-3.0
  • Language: Java
  • Default Branch: master
  • Homepage:
  • Size: 275 MB
Statistics
  • Stars: 4
  • Watchers: 3
  • Forks: 1
  • Open Issues: 3
  • Releases: 0
Topics
data-visualization lidar-point-cloud stereo-rendering
Created almost 8 years ago · Last pushed about 5 years ago
Metadata Files
Readme License

README.md

Build Status

OLIVIA

A Developer-Friendly "Open Lidar Visualiser and Analyser" for Point Clouds with 3D Stereoscopic View

This link

Table of Contents

Install

First install the Oracle JDK 8 or superior and Maven. bash sudo add-apt-repository ppa:webupd8team/java sudo apt update sudo apt install oracle-java8-installer maven Then download the source code: bash git clone https://github.com/citiususc/olivia Finally, inside the root folder run: bash mvn package The executable Olivia.jar will be generated inside the target folder.

Usage

Open a terminal inside the JAR folder and run:
java -jar Olivia.jar
To launch with stereoscopic 3D enabled use:
java -jar Olivia.jar -stereo
To launch with detached render windows with an internal desktop use:
java -jar Olivia.jar -detachedD
To launch with detached render windows, one for each visualisation, use:
java -jar Olivia.jar -detachedI

Authorship

Grupo de Arquitectura de Computadores (GAC)
Centro Singular de Investifación en Tecnologías de la Información (CiTIUS)
University of Santiago de Compostela (USC)
Maintainers: @OscGz @deuxbot

This software is presented in the following paper:

J. Martínez, O. G. Lorenzo, D. L. Vilariño, T. F. Pena, J. C. Cabaleiro and F. F. Rivera, "A Developer-Friendly “Open Lidar Visualiser and Analyser” for Point Clouds With 3D Stereoscopic View," in IEEE Access, vol. 6, pp. 63813-63822, 2018.
doi: 10.1109/ACCESS.2018.2877319 http://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=8502756&isnumber=8274985

Owner

  • Name: CiTIUS
  • Login: citiususc
  • Kind: organization
  • Email: citius@usc.es
  • Location: Santiago de Compostela

Centro Singular de Investigación en Tecnoloxías Intelixenteas da Universidade de Santiago de Compostela

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 1
  • Total pull requests: 3
  • Average time to close issues: N/A
  • Average time to close pull requests: 7 minutes
  • Total issue authors: 1
  • Total pull request authors: 2
  • Average comments per issue: 1.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 2
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • jimbok8 (1)
Pull Request Authors
  • dependabot[bot] (2)
  • deuxbot (1)
Top Labels
Issue Labels
enhancement (1)
Pull Request Labels
dependencies (2)

Dependencies

pom.xml maven
  • com.github.insubstantial:substance 7.3
  • com.google.guava:guava 25.1-jre
  • org.bytedeco:javacv-platform 1.4
  • org.jogamp.gluegen:gluegen-rt-main 2.3.2
  • org.jogamp.jogl:jogl-all-main 2.3.2
  • junit:junit 3.8.1 test