Difference between revisions of "Getting Started"

From CUVI Wiki
Line 22: Line 22:
variable: <code>CUVI_PATH</code><br/>
variable: <code>CUVI_PATH</code><br/>
value: <code>D:\CUVI\1.5.2\</code> (Note the trailing '\')
value: <code>D:\CUVI\1.5.2\</code> (Note the trailing '\')
*If everything is correct, you should be able to run '''example.exe''' located in test] folder and see the results right away.
*For support, you can contact us at contact@cuvilib.com
|}
|}
|[[File:Cuvi_folder.jpg|border]]
|[[File:Cuvi_folder.jpg|border]]

Revision as of 14:31, 27 March 2018

Introduction

CUVI is an accelerated ‘Computer Vision & Imaging Software Library’ that leverages many-core hardware of GPUs to add acceleration to your existing vision and imaging applications as well as provides essential functionality to build a solution from scratch. CUVI comes in easy to use, off-the-shelf, modular interface that takes minimal time and developing effort to integrate with your existing applications. CUVI performs magnitudes faster than competing solutions and requires no GPU-programming experience on the part of user.

Download

You can download the latest trial version of CUVI from the website. You'll be asked to signup for CUVI updates after which you will receive download link for Windows OS. Free downloads include Windows OS support for only NVIDIA GPUs. The image/video size limit of free version is 480x320 pixels. You may contact us from the website's contact form or by sending an email on contact@cuvilib.com to purchase CUVI licenses from professional usage and integration support.

Windows Installation

Requirements

  • Latest CUDA drivers from NVIDIA [download]
  • CUDA capable Graphics Card [see list]
  • Windows 7/8 32/64
  • Microsoft Visual C++ 2008 Redistributable Package (32-bit / 64-bit)
    • You don't need this if you have Visual Studio installed

Install

  • Unzip cuvi package to any location on your machine. The package contains binaries for 32/64 bit version of CUVI and all required and supporting libraries.
  • Add the bin folder into System path.
  • If you are using licensed version of CUVI, add the system variable named 'CUVI_PATH' pointing to the location of license.dat file,
    for example, if the license file is located at D:\CUVI\1.5.2\license.dat then add
variable: CUVI_PATH
value: D:\CUVI\1.5.2\ (Note the trailing '\')
  • If everything is correct, you should be able to run example.exe located in test] folder and see the results right away.
  • For support, you can contact us at contact@cuvilib.com
Cuvi folder.jpg

Generating License

  • Note: The trial version now doesn't need a license.
  • Click on the link 'Generate License' on the download page
  • Enter your PC's MAC adress. To get your MAC address open command prompt on Windows (Start-> type "cmd" and press enter) and type: getmac and then press enter

License.PNG

  • Click on the generate license button. It will take you back to the download page where you can see the license being generated and available for download under the heading Your Licenses

Download license.PNG

  • Put this license.dat file into you CUVI installation's root folder. Do not rename this file
  • You are now ready to test your CUVI Installation. At this point you will be able to run the examples in the sample folder in CUVI Installation
  • In case CUVI is unable to find the license file, make sure you have an environment variable CUVI_PATH pointing to CUVI's root installation folder

Running CUVI

In CUVI installation folder, go to samples then PreBuiltSamples folder. If you have CUVI and latest NVIDIA driver installed, the samples should run fine.