Browse Source

update Xamarin components to v3.2

pull/19/head
Canming Huang 8 years ago
parent
commit
0f1456249e
  1. 18
      platforms/xamarin/AndroidExamples.Demo.csproj
  2. 18
      platforms/xamarin/AndroidExamples.csproj
  3. 27
      platforms/xamarin/Emgu.CV.Example.iOS.csproj
  4. 2
      platforms/xamarin/copy_files.bat
  5. 2
      platforms/xamarin/emgucv_v3/component/component.yaml

18
platforms/xamarin/AndroidExamples.Demo.csproj

@ -117,24 +117,6 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<AndroidAsset Include="Assets\tessdata\eng.cube.bigrams">
</AndroidAsset>
<AndroidAsset Include="Assets\tessdata\eng.cube.fold">
</AndroidAsset>
<AndroidAsset Include="Assets\tessdata\eng.cube.lm">
</AndroidAsset>
<AndroidAsset Include="Assets\tessdata\eng.cube.nn">
</AndroidAsset>
<AndroidAsset Include="Assets\tessdata\eng.cube.params">
</AndroidAsset>
<AndroidAsset Include="Assets\tessdata\eng.cube.size">
</AndroidAsset>
<AndroidAsset Include="Assets\tessdata\eng.cube.word-freq">
</AndroidAsset>
<AndroidAsset Include="Assets\tessdata\eng.tesseract_cube.nn">
</AndroidAsset>
<AndroidAsset Include="Assets\tessdata\eng.traineddata">
</AndroidAsset>
<AndroidResource Include="Resources\Raw\LICENSE">
</AndroidResource>
<None Include="Resources\AboutResources.txt" />

18
platforms/xamarin/AndroidExamples.csproj

@ -114,24 +114,6 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<AndroidAsset Include="Assets\tessdata\eng.cube.bigrams">
</AndroidAsset>
<AndroidAsset Include="Assets\tessdata\eng.cube.fold">
</AndroidAsset>
<AndroidAsset Include="Assets\tessdata\eng.cube.lm">
</AndroidAsset>
<AndroidAsset Include="Assets\tessdata\eng.cube.nn">
</AndroidAsset>
<AndroidAsset Include="Assets\tessdata\eng.cube.params">
</AndroidAsset>
<AndroidAsset Include="Assets\tessdata\eng.cube.size">
</AndroidAsset>
<AndroidAsset Include="Assets\tessdata\eng.cube.word-freq">
</AndroidAsset>
<AndroidAsset Include="Assets\tessdata\eng.tesseract_cube.nn">
</AndroidAsset>
<AndroidAsset Include="Assets\tessdata\eng.traineddata">
</AndroidAsset>
<AndroidResource Include="Resources\Raw\LICENSE">
</AndroidResource>
<None Include="Resources\AboutResources.txt" />

27
platforms/xamarin/Emgu.CV.Example.iOS.csproj

@ -162,33 +162,6 @@
</Content>
<Content Include="pedestrian.png">
</Content>
<Content Include="tessdata\eng.cube.bigrams">
<Link>tessdata\eng.cube.bigrams</Link>
</Content>
<Content Include="tessdata\eng.cube.fold">
<Link>tessdata\eng.cube.fold</Link>
</Content>
<Content Include="tessdata\eng.cube.lm">
<Link>tessdata\eng.cube.lm</Link>
</Content>
<Content Include="tessdata\eng.cube.nn">
<Link>tessdata\eng.cube.nn</Link>
</Content>
<Content Include="tessdata\eng.cube.params">
<Link>tessdata\eng.cube.params</Link>
</Content>
<Content Include="tessdata\eng.cube.size">
<Link>tessdata\eng.cube.size</Link>
</Content>
<Content Include="tessdata\eng.cube.word-freq">
<Link>tessdata\eng.cube.word-freq</Link>
</Content>
<Content Include="tessdata\eng.tesseract_cube.nn">
<Link>tessdata\eng.tesseract_cube.nn</Link>
</Content>
<Content Include="tessdata\eng.traineddata">
<Link>tessdata\eng.traineddata</Link>
</Content>
<Content Include="license-plate.jpg">

2
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

2
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"
Loading…
Cancel
Save