You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Canming Huang 087b112775 Renamed opencv_ffmpeg401 unity meta file for 4.1.0 release. 6 years ago
..
Assets Renamed opencv_ffmpeg401 unity meta file for 4.1.0 release. 6 years ago
Packages updated unity manifest.json 7 years ago
ProjectSettings Make Emgu CV compatible with ILCPP back end for Unity UWP project. 6 years ago
Vuforia Added code to convert Vuforia Image to Emgu CV Mat. 9 years ago
asset-store-key-image-templates More Unity updates 11 years ago
unityStoreIcons Fixed a bug in CvInvoke.solvePnPRansac. Updated Imread and Imwrite functions. Added CvInvoke.Swap and CvInvoke.Imreadmulti. 10 years ago
Emgu.CV.Doxyfile Documentation update. 6 years ago
NamespaceDoc.cs Documentation update. 6 years ago
README.md updated the README file. 6 years ago
build-unity-doc.bat Documentation update. 7 years ago
copy_demo_assets Fix unity packaging script on Mac OS 7 years ago
copy_demo_assets.bat Fix a bug in the unity copy_demo_assets.bat script. 7 years ago
copy_unity_assets Added stereo module and QuasiDenseStereo class. 6 years ago
copy_unity_assets.bat Fixed the license copy script for unity. 6 years ago
sync_unity_assets updated sync_unity_assets script. 7 years ago
sync_unity_assets.bat update syn_unity_assets.bat script. 7 years ago

README.md

Creating Unity package:

  • Copy "x86" folder for Windows to "Assets\Emgu.CV\Plugins\x86"
  • Copy "x64" folder for Windows "Assets\Emgu.CV\Plugins\x86_64"
  • Copy "android" folder for Android to "Assets\Emgu.CV\Plugins\Android\libs", only "armeabi-v7a", "x86" and "arm64-v8a" is needed.
  • Copy "UWP\x86" folder for UWP to "Assets\Emgu.CV\Plugins\WSA\SDK100\x86"
  • Copy "UWP\x64" folder for UWP to "Assets\Emgu.CV\Plugins\WSA\SDK100\x86_64"
  • Copy "UWP\arm" folder for UWP to "Assets\Emgu.CV\Plugins\WSA\SDK100\ARM"
  • Copy "emgucv.bundle" for macOS to "Assets\Emgu.CV\Plugins\emgucv.bundle"
  • Copy "iOS\libemgucv.a" for iOS to "Assets\Emgu.CV\Plugins\iOS\libemgucv.a"