Giter VIP home page Giter VIP logo

hellmannm / deskvox Goto Github PK

View Code? Open in Web Editor NEW

This project forked from deskvox/deskvox

0.0 0.0 0.0 5.73 MB

DeskVOX is a real-time visualization tool for 3D data sets like image stacks from CT or MRI scanners, or confocal microscopes. It has an easy to use GUI and runs under Windows or Linux.

Home Page: http://ivl.calit2.net/wiki/index.php/VOX_and_Virvo

License: GNU Lesser General Public License v2.1

Shell 0.07% C++ 95.10% Python 0.05% C 1.11% Lua 0.07% Objective-C++ 0.12% Cuda 0.11% Makefile 0.01% HTML 0.01% QMake 0.02% NSIS 0.16% CMake 2.38% GLSL 0.66% Batchfile 0.06% GSC 0.07%

deskvox's Introduction

Welcome to DeskVOX Volume Explorer (DeskVOX)

  1. Content ==========

  2. How to obtain DeskVOX

  3. Additional dependencies

  4. How to build DeskVOX and vconv from source

  5. How to build the Virvo library from source


  1. How to obtain DeskVOX ========================

Download a zip archive from Github or check out DeskVOX via Git:

$ git clone https://github.com/deskvox/deskvox.git
  1. Additional dependencies ==========================

The Virvo library won't build without the following libraries installed

The new DeskVOX GUI depends on Qt, either version 4 or 5:

The old DeskVOX application won't build without the following libraries installed

Having the following libraries installed is recommended but not necessary:

Not all features will be available without these libraries.

  1. How to build DeskVOX and vconv from source =============================================

DeskVOX uses the CMake build system to generate a project specific to your platform to be built from. Obtain CMake from http://www.cmake.org or by means provided by your operating system.

Switch to the topmost folder of the DeskVOX package.

CMake encourages you to do so called out-of-source builds, i.e. all files, e.g. object files, executables or auto-generated headers will be located in a folder separate from the folder the source files are located in.

In order to perform an out-of-source build, create a new build directory, e.g.:

$ mkdir build

Change to that directory:

$ cd build

Invoke CMake:

$ cmake ..

This will generate a project files suitable for your platform, e.g. Visual Studio Solutions on Windows or a Makefile project on Unix. Edit CMakeCache.txt to specify custom paths to additional libraries, perform a Debug build, etc. Alternatively, use ccmake or a CMake GUI instead of cmake.

After CMake has generated the build files for your build system, proceed as required.

On Unix platforms, type:

$ make

After this step, the DeskVOX application will be located in build/vox-desk/src, the static Virvo library in build/virvo/virvo, the vview test application in build/virvo/tools/vview and the vconv conversion tool in build/virvo/tools/vconv.

In order to install DeskVOX and its associated files type:

$ make install

DeskVOX will be installed to a default location, which can be modified before installing by editing CMakeCache.txt in your build directory.

On Windows, use the generated solution files for Microsoft Visual Studio and build the corresponding targets in the IDE.

deskvox's People

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.