> 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/function-blocks/image-transformations/analysis/minimum-images.md).

# Minimum Images

Dieser Funktionsblock ist so konzipiert, dass er ein neues Bild erstellt, indem er die minimalen Pixelwerte von zwei Eingabebildern pixelweise berechnet.

## 📥 Eingänge <a href="#inputs" id="inputs"></a>

`Image Any` Das erste Eingangsbild, aus dem die Minimalwerte bestimmt werden.

`Image Any` Das zweite Eingangsbild, mit dem das erste Bild auf Minimalwerte verglichen wird.

## 📤 Ausgänge <a href="#outputs" id="outputs"></a>

`Image Any` Das Ausgangsbild, das die minimalen Pixelwerte aus den beiden Eingabebildern enthält.

## 🎨 Funktionen <a href="#features" id="features"></a>

`Pixel Comparison` Dieser Block vergleicht die Pixelwerte zwischen zwei Bildern, was zu einem Ausgangsbild führt, das die minimalen Werte an jedem Pixelstandort widerspiegelt.

`Same Size Requirement` Der Funktionsblock stellt sicher, dass beide Eingabebilder die gleichen Abmessungen haben, um gültige Operationen durchzuführen.

## 📝 Nutzungshinweise <a href="#usage" id="usage"></a>

1. **Connect Input Images**: Verbinden Sie zwei Bilder mit den Eingangsanschlüssen. Stellen Sie sicher, dass beide Bilder die gleiche Größe haben.
2. **Evaluate**: Führen Sie den Block aus, um das Ausgangsbild zu generieren, das die minimalen Pixelwerte aus den beiden Eingaben widerspiegelt.

## 📊 Bewertung <a href="#evaluation" id="evaluation"></a>

Bei der Ausführung gibt dieser Funktionsblock ein neues Bild zurück, das die minimalen Pixelwerte anzeigt, die aus den beiden Eingabebildern berechnet wurden.

## 🛠️ Fehlersuche <a href="#troubleshooting" id="troubleshooting"></a>

<details>

<summary>Größenabweichungsfehler</summary>

Wenn Sie auf einen Fehler im Zusammenhang mit Bildgrößen stoßen, stellen Sie sicher, dass beide Eingabebilder die gleichen Abmessungen haben. Sie können den Block `Image Resize` verwenden, um die Größe eines der Bilder entsprechend anzupassen.

</details>

<details>

<summary>Keine Ausgabe generiert</summary>

Stellen Sie sicher, dass beide verbundenen Bilder gültig sind und Pixelinformationen enthalten. Ein Mangel an validen Bilddaten führt zu keiner Ausgabe.

</details>


---

# 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/function-blocks/image-transformations/analysis/minimum-images.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.
