{% extends 'base.html' %} {% block title %}Eagle Eye - Pre-Process Results{% endblock %} {% block head %} {% endblock %} {% block content %}

Job: {{ job_name }}

Image:

1 (1/{{ results_count }})

{% for index, result in results.items() %}

Test and Reference Image


Matched Image


Aligned Image


Overlaid Image

{% endfor %} {% endblock %}