index.rst 621 Bytes
Newer Older
Stanislav Pidhorskyi's avatar
Stanislav Pidhorskyi committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40

:github_url: https://github.com/facebookresearch/DRTK

DRTK API
===================================

DRTK is a PyTorch library that provides functionality for differentiable rasterization.

The package consists of five main modules:

* :doc:`transform`
* :doc:`rasterize`
* :doc:`render`
* :doc:`interpolate`
* :doc:`edge_grad_estimator`


.. toctree::
   :glob:
   :maxdepth: 3
   :caption: Main API

   transform
   rasterize
   render
   interpolate
   edge_grad_estimator
   mipmap_grid_sample
   grid_scatter
   msi


.. toctree::
   :glob:
   :maxdepth: 3
   :caption: Utils

   projection
   geometry
   indexing