# 13.4 Image Verification

In this Image verification feature, the system checks for blurriness, contrast, and brightness of each image within the provided image set folder. To initiate image verification, the user must select the image folder by browsing it on the "Data Verification" screen. After selecting the folder, the user clicks on the "Image Verification" button. This action initiates the image verification process for the images within the specified folder and displays the following screen to the user.&#x20;

<figure><img src="/files/YUU5WNJjgmYV6yO8vB2h" alt=""><figcaption><p>Image Verification Progress</p></figcaption></figure>

Upon completion of the image verification process, the user will be presented with image details, as shown in the following screen.

<figure><img src="/files/1IEnzSEmrHfNSpp2sHp5" alt=""><figcaption><p>Image Details</p></figcaption></figure>

On this screen, the user will observe the number of blurred images, images with contrast issues, and overly bright images. Each category is accompanied by a "View" button, allowing the user to inspect the image in detail. Clicking on the "View" button will display the image view along with additional details, as demonstrated in the following screen.&#x20;

<figure><img src="/files/AWXaLAjJBVBicB8yUFta" alt=""><figcaption><p>Image View</p></figcaption></figure>

On the image view screen, the user can fine-tune the blurriness, contrast, and brightness values using the available sliders. After adjusting the values to the desired settings, the user can click the "Fix" button to apply the changes to the current image. If the user wishes to apply the same settings to all images in the set, they can click the "Apply to All" button. The details for the selected image are also visible on the right side of the screen. Users can navigate through the image set using the next and previous buttons on the image strip at the bottom of the image view.&#x20;

Clicking the "OK" button will conclude the image verification process.


---

# Agent Instructions: 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:

```
GET https://aerogcs-orange-docs.aeromegh.com/13.-data-verification-tool/13.4-image-verification.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
