MCPcopy Create free account
hub / github.com/davisking/dlib / show_jittered_images

Function show_jittered_images

python_examples/face_jitter.py:33–39  ·  view source on GitHub ↗

Shows the specified jittered images one by one

(window, jittered_images)

Source from the content-addressed store, hash-verified

31import dlib
32
33def show_jittered_images(window, jittered_images):
34 '''
35 Shows the specified jittered images one by one
36 '''
37 for img in jittered_images:
38 window.set_image(img)
39 dlib.hit_enter_to_continue()
40
41if len(sys.argv) != 2:
42 print(

Callers 1

face_jitter.pyFile · 0.85

Calls 1

set_imageMethod · 0.45

Tested by

no test coverage detected