|
|
@ -9,26 +9,39 @@ rm -rf ios-package |
|
|
|
mkdir ios-package |
|
|
|
cp -r ../../tmp/Emgu.CV ios-package/Emgu.CV |
|
|
|
cp -f ../../Emgu.CV/*.cs ios-package/Emgu.CV/ |
|
|
|
cp -f ../../Emgu.CV/Capture/*.cs ios-package/Emgu.CV/Capture |
|
|
|
cp -f ../../Emgu.CV/Features2D/*.cs ios-package/Emgu.CV/Features2D |
|
|
|
cp -f ../../Emgu.CV/Ocl/*.cs ios-package/Emgu.CV/Ocl |
|
|
|
cp -f ../../Emgu.CV/PInvoke/CvInvokeEntryPoints.cs ios-package/Emgu.CV/PInvoke |
|
|
|
cp -f ../../Emgu.CV/PInvoke/iOS/libemgucv.a ios-package/Emgu.CV/PInvoke/iOS |
|
|
|
cp -f ../../Emgu.CV/Util/*.cs ios-package/Emgu.CV/Util |
|
|
|
rm -rf ios-package/Emgu.CV/PInvoke/Android |
|
|
|
rm -rf ios-package/Emgu.CV/PInvoke/System.Drawing |
|
|
|
rm -rf ios-package/Emgu.CV/PInvoke/Windows.Store |
|
|
|
rm -rf ios-package/Emgu.CV/PInvoke/Unity |
|
|
|
cp -rf ../../Emgu.CV/PInvoke/iOS/libemgucv.a ios-package/Emgu.CV/PInvoke/iOS |
|
|
|
cp ../../Emgu.CV/PInvoke/CvInvokeEntryPoints.cs ios-package/Emgu.CV/PInvoke |
|
|
|
cp -f ../../Emgu.CV/Util/*.cs ios-package/Emgu.CV/Util |
|
|
|
|
|
|
|
|
|
|
|
cp -r ../../tmp/Emgu.CV.ML ios-package/Emgu.CV.ML |
|
|
|
cp -f ../../Emgu.CV.ML/*.cs ios-package/Emgu.CV.ML/ |
|
|
|
cp -f ../../Emgu.CV.ML/*.cs ios-package/Emgu.CV.ML |
|
|
|
|
|
|
|
cp -r ../../tmp/Emgu.CV.OCR ios-package/Emgu.CV.OCR |
|
|
|
cp -f ../../Emgu.CV.OCR/*.cs ios-package/Emgu.CV.OCR |
|
|
|
|
|
|
|
cp -r ../../tmp/Emgu.CV.Stitching ios-package/Emgu.CV.Stitching |
|
|
|
cp -r ../../Emgu.CV.Stitching/*.cs ios-package/Emgu.CV.Stitching |
|
|
|
|
|
|
|
cp -r ../../tmp/Emgu.Util ios-package/Emgu.Util |
|
|
|
|
|
|
|
cp -r ../../tmp/Emgu.CV.Cuda ios-package/Emgu.CV.Cuda |
|
|
|
cp -f ../../Emgu.CV.Cuda/*.cs ios-package/Emgu.CV.Cuda/ |
|
|
|
|
|
|
|
cp -r ../../tmp/Emgu.CV.Shape ios-package/Emgu.CV.Shape |
|
|
|
|
|
|
|
cp -r ../../tmp/Emgu.CV.Contrib ios-package/Emgu.CV.Contrib |
|
|
|
cp -f ../../Emgu.CV.Contrib/Text/VectorOf*.cs ios-package/Emgu.CV.Contrib/Text |
|
|
|
cp -f ../../Emgu.CV.Contrib/Plot/VectorOf*.cs ios-package/Emgu.CV.Contrib/Plot |
|
|
|
cp -f ../../Emgu.CV.Contrib/LineDescriptor/VectorOf*.cs ios-package/Emgu.CV.Contrib/LineDescriptor |
|
|
|
cp -f ../../Emgu.CV.OCR/*.cs ios-package/Emgu.CV.OCR/ |
|
|
|
cp -f ../../Emgu.CV.Contrib/Text/VectorOf*.cs ios-package/Emgu.CV.Contrib/Text |
|
|
|
|
|
|
|
cp -r ../../tmp/Emgu.CV.World ios-package/Emgu.CV.World |
|
|
|
|
|
|
|
mkdir -p ios-package/Solution/iOS |
|
|
|