Skip to content

A simple OpenCV plugin that integrates the OpenCV library into UE4. The plugin includes some blueprint classes that demonstrate how OpenCV can interact with the engine.

License

Notifications You must be signed in to change notification settings

MacroGu/OpenCV-Plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenCV Plugin

A simple OpenCV plugin that integrates the OpenCV library into UE4. The plugin includes some blueprint classes that demonstrate how OpenCV can interact with the engine.

Installing

You have a couple options for installation:

  • Copy and merge all folders into an existing project's root directory. This project will need source code so that it looks in the binaries folder for the OpenCV libraries. If you don't have any source code, open the editor and add c++ source in the file menu.

  • Alternatively, you could add the binaries to the system's path variable, or add them directly to the engine's binaries folder. (this isn't recommended)

Afterwards, be sure to regenerate project files. For visual studios, right click your project (.uasset) file and select 'generate visual studio project files' after deleting your previous visual studios file.

Usage

Add the "OpenCV" public module dependency to your project's Build.CS file to write custom OpenCV code in your project.

Enable the Computer Vision > OpenCV plugin in the editor's Edit > Plguins menu to gain access to the blueprint classes in-editor.

For an in-depth description of the plugin, please see the tutorial.

License

Licensed under the BSD License. Please see the LICENSE file included with the plugin's source code.

About

A simple OpenCV plugin that integrates the OpenCV library into UE4. The plugin includes some blueprint classes that demonstrate how OpenCV can interact with the engine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 86.5%
  • C# 9.1%
  • C 4.4%