From 0f1456249e3c3fb2bae116227a4f70c376fbf753 Mon Sep 17 00:00:00 2001 From: Canming Huang Date: Tue, 4 Apr 2017 16:15:28 -0400 Subject: [PATCH] update Xamarin components to v3.2 --- platforms/xamarin/AndroidExamples.Demo.csproj | 18 ------------- platforms/xamarin/AndroidExamples.csproj | 18 ------------- platforms/xamarin/Emgu.CV.Example.iOS.csproj | 27 ------------------- platforms/xamarin/copy_files.bat | 2 -- .../emgucv_v3/component/component.yaml | 2 +- 5 files changed, 1 insertion(+), 66 deletions(-) diff --git a/platforms/xamarin/AndroidExamples.Demo.csproj b/platforms/xamarin/AndroidExamples.Demo.csproj index 82df48622..a662be217 100644 --- a/platforms/xamarin/AndroidExamples.Demo.csproj +++ b/platforms/xamarin/AndroidExamples.Demo.csproj @@ -117,24 +117,6 @@ - - - - - - - - - - - - - - - - - - diff --git a/platforms/xamarin/AndroidExamples.csproj b/platforms/xamarin/AndroidExamples.csproj index 1c98bc180..ccac30637 100644 --- a/platforms/xamarin/AndroidExamples.csproj +++ b/platforms/xamarin/AndroidExamples.csproj @@ -114,24 +114,6 @@ - - - - - - - - - - - - - - - - - - diff --git a/platforms/xamarin/Emgu.CV.Example.iOS.csproj b/platforms/xamarin/Emgu.CV.Example.iOS.csproj index 46a04d66e..fc0f84ace 100644 --- a/platforms/xamarin/Emgu.CV.Example.iOS.csproj +++ b/platforms/xamarin/Emgu.CV.Example.iOS.csproj @@ -162,33 +162,6 @@ - - - tessdata\eng.cube.bigrams - - - tessdata\eng.cube.fold - - - tessdata\eng.cube.lm - - - tessdata\eng.cube.nn - - - tessdata\eng.cube.params - - - tessdata\eng.cube.size - - - tessdata\eng.cube.word-freq - - - tessdata\eng.tesseract_cube.nn - - - tessdata\eng.traineddata diff --git a/platforms/xamarin/copy_files.bat b/platforms/xamarin/copy_files.bat index 9e3ce21e4..2e8891f4e 100644 --- a/platforms/xamarin/copy_files.bat +++ b/platforms/xamarin/copy_files.bat @@ -17,7 +17,6 @@ cd Emgu.CV.Example mkdir iOS cd iOS cp -rf ../../../../../../../../tmp/Emgu.CV.Example/iOS/* . -cp -rf ../../../../../../../../tmp/Emgu.CV.World/tessdata . cp -rf ../../../../../../../../opencv/data/haarcascades/haarcascade_eye.xml . cp -rf ../../../../../../../../opencv/data/haarcascades/haarcascade_frontalface_default.xml . cp -rf ../../../../../../../../opencv/LICENSE . @@ -45,7 +44,6 @@ cd android cp -rf ../../../../../../tmp/components.config . cp -rf ../../../../../../tmp/nuget.config . cp -rf ../../../../../../tmp/Emgu.CV.Example/Android/* . -cp -rf ../../../../../../tmp/Emgu.CV.World/tessdata Assets/ cp -rf ../../../../../../opencv/data/haarcascades/haarcascade_eye.xml Assets/ cp -rf ../../../../../../opencv/data/haarcascades/haarcascade_frontalface_default.xml Assets/ c:\cygwin64\bin\mkdir.exe -p Resources/Raw diff --git a/platforms/xamarin/emgucv_v3/component/component.yaml b/platforms/xamarin/emgucv_v3/component/component.yaml index 72968b892..97839ae75 100644 --- a/platforms/xamarin/emgucv_v3/component/component.yaml +++ b/platforms/xamarin/emgucv_v3/component/component.yaml @@ -22,5 +22,5 @@ publisher-url: http://www.emgu.com libraries: ios-unified: lib/ios/Emgu.CV.World.iOS.dll android: lib/android/Emgu.CV.World.Android.dll -version: "3.1.2" +version: "3.2.0"