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 57b9653a49 Fixed a bug in Unity source code packaging. 8 years ago
..
Assets Fixed a bug in unity ocr demo code. 8 years ago
ProjectSettings Use TesseractOnly mode for iOS demo. 8 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
demo Fix for unity build. 8 years ago
unityStoreIcons Fixed a bug in CvInvoke.solvePnPRansac. Updated Imread and Imwrite functions. Added CvInvoke.Swap and CvInvoke.Imreadmulti. 10 years ago
README.md Script to automate windows store test. 10 years ago
copy_demo_assets Added Ocr scene to unity demo. 9 years ago
copy_demo_assets.bat Fixed a bug in unity ocr demo code. 8 years ago
copy_unity_assets Deploy dpm module with Unity. 8 years ago
copy_unity_assets.bat Fixed a bug in Unity source code packaging. 8 years ago
sync_unity_assets Deploy dpm module with Unity. 8 years ago
sync_unity_assets.bat Deploy dpm module with Unity. 8 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 "libs" folder to "Assets\Emgu.CV\Plugins\Android\libs", only "armeabi-v7a" and "x86" is needed.
  • Copy "x86" folder for Windows Store to "Assets\Emgu.CV\Plugins\WSA\SDK81\x86"
  • Copy "x64" folder for Windows Store to "Assets\Emgu.CV\Plugins\WSA\SDK81\x86_64"
  • Copy "phone_arm" folder for Windows Phone to "Assets\Emgu.CV\Plugins\WSA\PhoneSDK81\ARM"
  • Copy OSX "emgucv.bundle" to "Assets\Emgu.CV\Plugins\emgucv.bundle"
  • Copy IOS "libemgucv.a" to "Assets\Emgu.CV\Plugins\iOS\libemgucv.a"