Suche
Unten sind die Ergebnisse Ihrer Suche gelistet.
Volltextergebnisse:
- torch3vision
- 6 Treffer, Zuletzt geändert:
- opnm’ from package ‘netpbm’.
<code>jpegtopnm andy.jpg > andy.ppm</code>
Of the three facial detection ... -> draw ppm image with detections
* -savejpg -> save in jpeg instead of jp... faces.
<code>
WIDTH=`identify -format “%w” “andy.jpg”`
MIN_FACE_WIDTH=`echo $WIDTH / 6 | bc`
</code>... rectangle $FACE_CENTER,0 $WIDTH,$HEIGHT” \
“andy.jpg” “andy_half.jpg”
</code>
Whole script:
<code ba