Skip to content
Snippets Groups Projects
Commit c01c3382 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Fix Lena plotting

parent f8662ae4
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,8 @@ from xbob.ip.color import rgb_to_gray
def get_data(f):
from os.path import join
from pkg_resources import resource_filename
from xbob.io import load
from xbob.io.base import load
import xbob.io.image
return load(resource_filename('xbob.ip.flandmark', join('data', f)))
lena = get_data('lena.jpg')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment