Giter VIP home page Giter VIP logo

gpuimagesweep's Introduction

GPUImageSweep

Introduction

This code is an Open{CV,CL,GL} implementation of the plan sweep algorithm. For comparation purposes a cpu implementation showing a gray contrast intead of a 3D model was made.

Install

This program uses cmake, but is supported in Linux only. If you want to be a Windows tester, please mail the developpers.

Dependencies:

  • OpenCL 1.1 drivers with headers
  • OpenGL
  • OpenCV
  • GLUT
  • GLEW

Linux:

Compiling:

Open a terminal and type:

cd GPUImageSweep

to go to the source code's directory

mkdir release

to create a folder where the binary will be placed

cd release

to get in the folder

cmake -DCMAKE_BUILD_TYPE="Release"

to configure the build

make

to compile the code

You should be good to go now

Windows:

It should work well the compiling part, but the code was never tested on windows, so good luck !

Usage

After compiling you should have now to binary files, one called gpuplansweep and the other one called cpuPlanSweep. For running both just type:

./gpuplansweep

./cpuPlanSweep

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.