Source code for sksurgeryfredmatplotlib.ui.sksurgeryfred_game

# coding=utf-8

"""User interfaces for sksurgeryFRED"""

from sksurgeryfredmatplotlib.widgets.registration_game \
                import RegistrationGame

[docs]def run_demo(image): """Run FRED game""" RegistrationGame(image)