mirror of
https://github.com/bspeice/libcvautomation
synced 2024-12-04 13:58:11 -05:00
Update scripts/openCVLogo.sh
Fix typo in program name.
This commit is contained in:
parent
097ced2bef
commit
f4c3f700d6
@ -28,9 +28,9 @@ fi
|
||||
|
||||
echo
|
||||
echo "Finding the red circle in the OpenCV logo..."
|
||||
echo "The red circle is located at: `$CVAMATCH -r opencvlogo.png -s redcircle.png -p ', ' | cut -d',' -f2-`"
|
||||
echo "The red circle is located at: `$CVA_MATCH -r opencvlogo.png -s redcircle.png -p ', ' | cut -d',' -f2-`"
|
||||
echo "Finding the blue circle in the OpenCV logo..."
|
||||
echo "The blue circle is located at: `$CVAMATCH -r opencvlogo.png -s bluecircle.png -p ', ' | cut -d',' -f2-`"
|
||||
echo "The blue circle is located at: `$CVA_MATCH -r opencvlogo.png -s bluecircle.png -p ', ' | cut -d',' -f2-`"
|
||||
echo "Finding the green circle in the OpenCV logo..."
|
||||
echo "The green circle is located at: `$CVAMATCH -r opencvlogo.png -s greencircle.png -p ', ' | cut -d',' -f2-`"
|
||||
echo "The green circle is located at: `$CVA_MATCH -r opencvlogo.png -s greencircle.png -p ', ' | cut -d',' -f2-`"
|
||||
echo
|
||||
|
Loading…
Reference in New Issue
Block a user