Grid Mapping

Inpainting is the process of reconstructing lost or covered parts of images and videos. In the context of motion tracking, it is employed to remove tracking markers that were used during post prodction to remove tracking markers.

<transform
    type="grid"
    src="local motion data source"
    url="remote motion data source"
    scale="point"
    offset="number"
    />

ATTRIBUTES

src
A local JSON encoded motion data source
url
A remote JSON encoded motion data source loaded via HTTP(s)
offset
Skip offset frames in the data source
scale
Scale motion data by this factor

Example

<movie width="1280" height="720">
    <scene>
        <video src="https://cdn.impossible.io/xml/tshirt.mp4" />
        <image url="https://cdn.impossible.io/xml/wecandoit.jpg">
            <transform type="grid"
                       url="https://cdn.impossible.io/xml/grid.json" />
        </image>
    </scene>
</movie>
Original Image
Transformed Image
Transformed Image
(with inpainting)

Terms of Use | © 2017, Impossible Software, or its affiliates. All rights reserved.