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 b09af7e799 Exclude depthai from unity. 4 years ago
..
Assets Exclude Emgu.CV.DepthAI model from unity (need fix for unity) 4 years ago
Packages Exclude Emgu.CV.DepthAI model from unity (need fix for unity) 4 years ago
ProjectSettings Exclude Emgu.CV.DepthAI model from unity (need fix for unity) 4 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 Added build-unity-doc script for linux. 5 years ago
build-unity-doc.bat Added build-unity-doc script for linux. 5 years ago
copy_demo_assets Fix unity demo build script. 5 years ago
copy_demo_assets.bat Improved unity copy / sync scripts. 6 years ago
copy_unity_assets Exclude depthai from unity. 4 years ago
copy_unity_assets.bat Improved unity copy / sync scripts. 6 years ago
sync_unity_assets Exclude depthai from unity. 4 years ago
sync_unity_assets.bat Improved unity copy / sync scripts. 6 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"