Giter VIP home page Giter VIP logo

opencvwrapper's Introduction

OpenCVWrapper

The purpose of this wrapper is to provide an interface to the OpenCV library that can be dynamically linked to the LensCalibrator plugin. This interface is separate due to the following reasons:

  1. Avoid the difficult build process compiling and linking OpenCV to a UE4 plugin directly.
  2. To define a hard DLL boundary for converting and communicating data from UE4 -> OpenCV -> UE4.
  3. To avoid CLR DLL boundary data corruption.

Get Precompiled Build

You can download release build of this DLL here.

Requirements

  • Visual Studio 2019
  • Latest MSVC
  • Windows SDK latest

Building

  1. Hold shift and right click in explorer window of repository:

Explorer

  1. Execute ./PullDependencies.ps1 and wait for ThirdParty.zip to download and extract. If your having issues with this script, you can download and extract the file directory here.
  2. Open OpenCVWrapper.sln
  3. Select Debug or Release and press F7 to build.

OpenCV Binaries

OpenCV needs to be compiled in a very specific way in order for it to play nicely with Unreal Engine. Therefore precompiled binaries can be found in the releases page as ThirdParty.zip. However, if you need update OpenCV below will be some instructions on how to compile OpenCV for Unreal Engine.

TODO

opencvwrapper's People

Contributors

seapulse avatar

Stargazers

JT5D avatar RSN4D avatar  avatar

Watchers

James Cloos 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.