# Geometric constraints

By the nature of physically based rendering [\[1\]](/inferix-whitepaper/references.md#1), an object (or any part of it) in the scene will not be visible if and only if there is no visible light (or in general the light is out of the capability of the sensor) scattered from the surface of the object to the digital camera object. This may be caused by several reasons: the object is not located in the frustum of the camera, is hidden by other objects, or the object is made of some transparent material. Furthermore, the atomic signals $$w\_i \ \left(1 \leq i \leq n\right)$$ should not interfere themselves since this makes the noise verification to be unnecessarily complicated. Consequently, we require the noise embedding to satisfy first the following constraints:

* there are no collisions between $$\omega\_i \ \left(1 \leq i \leq n\right)$$,
* object vector $$\Omega$$ is completely located in the camera frustum,
* no $$\omega\_i$$ is hidden by another object (even partially), including both $$\omega\_j \in \Omega, \ j \neq i$$ and objects of the scene.

As [previously mentioned](/inferix-whitepaper/implementation/structure-of-noise.md), the characteristics of atomic noises in frequency domain are crucial for the robustness of noise verification: we need to restore a certain amount of information about these characteristics from very small distortions made by the objects $$\omega\_i \in \Omega$$ on rendered images. Because of the unavoidable requirement about the fidelity of images, we have to keep these distortions local, concretely these distortions must be well-placed on regions whose locations can be pre-calculated. A practical approach is to constrain the distortion made by $$\omega\_i$$ to be of the same shape as the atomic noise $$w\_i$$. Geometrically, each $$\omega\_i$$ has a *rotation vector* which characterizes the direction of the object in the global coordinate system (i.e. world space [\[1\]](/inferix-whitepaper/references.md#1)) containing all objects of the scene $$G$$. To keep the rectangular shape of the distortion of $$\omega\_i$$, we require that:

* the rotation vector of $$\omega\_i$$ is equal with the rotation vector of the digital camera of $$G$$ for all $$\omega\_i \in \Omega$$.


---

# 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://docs.inferix.io/inferix-whitepaper/implementation/noise-insertion/geometric-constraints.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.
