mirror of https://github.com/emgucv/emgucv.git
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.
16 lines
864 B
16 lines
864 B
#!/bin/sh
|
|
cd "$(dirname "$0")"
|
|
|
|
convert ../opencv/samples/data/lena.jpg Assets/Emgu.CV/Demo/Resources/lena.png
|
|
convert ../Emgu.CV.Test/stitch1.jpg Assets/Emgu.CV/Demo/Resources/stitch1.png
|
|
convert ../Emgu.CV.Test/stitch2.jpg Assets/Emgu.CV/Demo/Resources/stitch2.png
|
|
convert ../Emgu.CV.Test/stitch3.jpg Assets/Emgu.CV/Demo/Resources/stitch3.png
|
|
convert ../Emgu.CV.Test/stitch4.jpg Assets/Emgu.CV/Demo/Resources/stitch4.png
|
|
|
|
cp ../Emgu.CV.Example/MAUI/MauiDemoApp/Resources/Raw/box.png Assets/Emgu.CV/Demo/Resources/
|
|
cp ../Emgu.CV.Example/MAUI/MauiDemoApp/Resources/Raw/box_in_scene.png Assets/Emgu.CV/Demo/Resources/
|
|
cp ../Emgu.CV.Example/MAUI/MauiDemoApp/DrawMatches.cs Assets/Emgu.CV/Demo/
|
|
|
|
cp ../opencv/data/haarcascades/haarcascade_frontalface_alt2.xml Assets/Emgu.CV/Demo/Resources
|
|
|
|
cp unityStoreIcons/EmguCVLogo_128x128.png Assets/Emgu.CV/Demo/EmguCVLogo.png
|