GithubHelp home page GithubHelp logo

gpuquickshift's Introduction

=====================================================================
Really Quick Shift Version 0.2
Brian Fulkerson
=====================================================================

This package contains an implementation of quick shift on GPU. To
compile, it requires CUDA 3.0 and the CUDA SDK. You will have to alter
the Makefile so that the paths point to the location of your
installation.

Running make will produce a binary "quickshift" which accepts the
following options:

--file    Choose the file to use, must be a pnm.
          (default flowers2.pnm)
--mode    Valid options are gpu (texture memory version) or cpu
--outfile Select the output file
          (default <file>-<mode>.pnm
--tau     Control the tau parameter to quickshift
          (default 10)
--sigma   Control the sigma parameter to quickshift
          (default 6)
--device  Select a different cuda capable device

=====================================================================
Version History
=====================================================================
0.1     Initial release
0.2     Cache the center value in a register (thanks James Fung) for
        2X speedup.

gpuquickshift's People

Watchers

James Cloos avatar willhua avatar

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.