Giter Site home page Giter Site logo

opencvsharp_opencv_files_cuda's Introduction

opencv_files

OpenCV Windows binaries for opencvsharp

Windows Server 2022

Requirements

Please add paths of your cmake and vcpkg executables to the PATH environment variable.

Build for Windows

  • Clone
git clone --recursive https://github.com/shimat/opencv_files
# Or
git clone https://github.com/shimat/opencv_files
git submodule update --init --recursive
  • Install Tesseract
vcpkg install tesseract:x64-windows-static
vcpkg install tesseract:x86-windows-static
  • Run build_windows.ps1
  • Open and build build_win_[x64 or x86]/OpenCV.sln by Visual Studio.

You can change the target platform and the vcpkg path by editing the .ps1 file.

##### Change here #####
$vcpkgPath = "C:\Tools\vcpkg"
$platform = "x64"
#$platform = "x86"

Build for UWP

  1. Clone the repository
  2. Run build_windows.ps1
  3. Open and build build_win_x64/OpenCV.sln by Visual Studio.

Release Packages

https://github.com/shimat/opencv_files/releases

The release packages are built by the appveyor script.

opencvsharp_opencv_files_cuda's People

Contributors

shimat 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.