> For the complete documentation index, see [llms.txt](https://docs.augelab.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.augelab.com/german/erste-schritte/your-very-first-project/finishing-up.md).

# Abschluss

In diesem Abschnitt überprüfst du, ob der erkannte Golfball innerhalb des Lochbereichs liegt, und zeigst anschließend das Endergebnis an.

{% stepper %}
{% step %}

### Rectangles in Rectangle hinzufügen

Gehe zur Blockleiste. Unter **Detections/Shapes** öffne **Roi Processing** und ziehe **Rectangles in Rectangle** in das Szenario.

![](/files/ix8KGoQQzm27YvlCIJpa)

<details>

<summary>Block stattdessen über Suche hinzufügen</summary>

Du kannst Blöcke schneller mit der Suche hinzufügen. Doppelklicke auf einen leeren Bereich und tippe **Rectangles**.

<figure><img src="/files/StccM4dWfHvQYFPjtEEQ" alt="Search for Rectangles in Rectangle" width="450"><figcaption><p>Nach einem Block suchen</p></figcaption></figure>

Drücke *Enter*. Der Block wird unter dem Cursor erstellt.

<figure><img src="/files/7DvseM1RPM6djByvqK8L" alt="Rectangles in Rectangle block" width="450"><figcaption><p>Rectangles in Rectangle Block</p></figcaption></figure>

</details>
{% endstep %}

{% step %}

### Hole-ROI hinzufügen

Füge einen weiteren **Image ROI Select** Block hinzu. Verwende ihn, um den Lochbereich auszuwählen.

Ordne die Blöcke neu an und verbinde sie wie unten gezeigt.

![](/files/nYybYP5FLGgJtvqL1tUo)

Der **Rectangles in Rectangle** Block prüft, ob erkannte Rechtecke innerhalb des ausgewählten Referenzbereichs liegen.
{% endstep %}

{% step %}

### Visuelle Ausgaben hinzufügen

Verbinde **Led Output** und **Show Image**, damit du sehen kannst, ob ein Treffer erkannt wurde.

![Led Output and Show Image connected](/files/0X9B2DlsV8jsqc0X0S38)
{% endstep %}

{% step %}

### Szenario fertig ausführen

Klicke auf <img src="/files/HhfCj7qCbN4SK5NwVFls" alt="run" data-size="line">, um das Szenario auszuführen.

![Fertiger Golf-Scoring-Detektor](/files/81oi06611k10cOMws3Uv)
{% endstep %}
{% endstepper %}

Du hast dein erstes AugeLab Studio Szenario abgeschlossen: einen Golf-Scoring-Detektor.

Du hast gelernt, wie man Blöcke hinzufügt, Steckverbinder verbindet, ROIs auswählt, ein Szenario ausführt, ein Referenzbild stabilisiert, ein Objekt erkennt und ein finales Ergebnis anzeigt.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.augelab.com/german/erste-schritte/your-very-first-project/finishing-up.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
