Difference between revisions of "Getting Started"

From CUVI Wiki
(48 intermediate revisions by the same user not shown)
Line 1: Line 1:
==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==
==Download==
You can download the latest version of CUVI from [http://www.cuvilib.com/downloads/ here]. If you have a previous installation of CUVI you do not need to remove it first as the installers does that automatically. User needs to be registered on the website to see download links and other information but don't worry, the registration process takes only one minute of your time.
You can download the latest trial version of CUVI from the [http://www.cuvilib.com/#download 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 in free version is 1000x1000 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.
==Installation==
 
The installation process is simple and easy. However if you face difficulty running CUVI you can always open a ticket at '''[http://support.cuvilib.com CUVI Support]'''.
==Windows Installation==
===Requirements===
====Requirements====
*CUDA capable Graphics Card [[//developer.nvidia.com/cuda-gpus see list]]
*Latest drivers from NVIDIA [[http://www.nvidia.com/Download/index.aspx download]]
*Microsoft Windows 7 or above
*Latest Visual C++ redistributable package [[https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads download]]
 
====Install====
{|
{|
|
|
{|
{|
===Install CUVI on Windows===
*Unzip cuvi package to any location on your machine. The package contains CUVI binaries and all required and supporting libraries.
*Run the installer file (EXE) and the setup will guide you through the rest of the process.
*Add the bin folder into System path.
*If you had a Beta version of CUVI installed on you PC, we recommend you remove it manually from 'Add/Remove' in Control Panel
*If you are using licensed version of CUVI, add the system variable named 'CUVI_PATH' pointing to the location of license.dat file,<br/> for example, if the license file is located at '''D:\CUVI\1.6.0\license.dat''' then add<br/>
**For CUVI version 1.0 and above the installer will remove the previous installation automatically
variable: <code>CUVI_PATH</code><br/>
*The default install location is <code>C:\Program Files\TunaCode\CUVI\vX.X</code>
value: <code>D:\CUVI\1.6.0\</code> (Note the trailing '\')
*'''Note:''' The trial version now doesn't need a license.
*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:Install_CUVI.jpg]]
|[[File:Cuvi_folder.jpg|border]]
|}
|}
====Generating License====
 
*Click on the link 'Generate License' on the download page
====Visual Studio Integration====
*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 press enter
Using CUVI in your existing Visual Studio project is as easy as just creating a VS project. CUVI package comes with library file and an include folder that you can add to your existing or new project. To get you started, CUVI package contains several source '''cpp''' files to help you get used to the CUVI I/O and framework. For further information on how to use CUVI features, you can visit the following links:<br/>
[[File:License.PNG]]
- [[Image I/O & Framework]]<br/>
*Click on the generate license button. It will take you back to your download page. You can download the license you generated under the heading '''Your Licenses'''
- [[CUVI by Example]]<br/>
[[File:Download_license.PNG|border]]
- [[CUVI Features]]
*Put the license file into you CUVI installation folder (i.e. the one containing folders named 'bin', 'include' etc)
*You are now ready to test your CUVI Installation

Revision as of 17:20, 30 June 2019

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 in free version is 1000x1000 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

  • CUDA capable Graphics Card [see list]
  • Latest drivers from NVIDIA [download]
  • Microsoft Windows 7 or above
  • Latest Visual C++ redistributable package [download]

Install

  • Unzip cuvi package to any location on your machine. The package contains CUVI binaries 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.6.0\license.dat then add
variable: CUVI_PATH
value: D:\CUVI\1.6.0\ (Note the trailing '\')
  • Note: The trial version now doesn't need a license.
  • 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

Visual Studio Integration

Using CUVI in your existing Visual Studio project is as easy as just creating a VS project. CUVI package comes with library file and an include folder that you can add to your existing or new project. To get you started, CUVI package contains several source cpp files to help you get used to the CUVI I/O and framework. For further information on how to use CUVI features, you can visit the following links:
- Image I/O & Framework
- CUVI by Example
- CUVI Features