for all of them. We need to pass the source image and the model file, and we tell it to write the face position and to save a drawing with the face detected:
<code>... ce detection routine, the values I chose were 0.1 and 0.2 respectively (I don’t need any accuracy in the y direction really, since my use... tting a minimum size for the face. I experimented and one sixth of the total image width gave good results - any larger and the face detection would fail with a crash. Addi... raw “rectangle $FACE_CENTER,0 $WIDTH,$HEIGHT” \
“andy.jpg” “andy_half.jpg”
</code>
Whole script:
<code bash>
#