-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
82 changed files
with
4,383 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
.. mrv2 documentation master file, created by | ||
sphinx-quickstart on Sun Mar 26 08:57:29 2023. | ||
You can adapt this file completely to your liking, but it should at least | ||
contain the root `toctree` directive. | ||
Welcome to mrv2's documentation! | ||
================================ | ||
|
||
Table of Contents | ||
^^^^^^^^^^^^^^^^^ | ||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
self | ||
user_docs/index | ||
python_api/index | ||
|
||
Indices and tables | ||
================== | ||
|
||
* :ref:`genindex` | ||
* :ref:`modindex` | ||
* :ref:`search` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
annotations module | ||
================== | ||
|
||
.. automodule:: mrv2.annotations | ||
:members: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
cmd module | ||
========== | ||
|
||
.. automodule:: mrv2.cmd | ||
:members: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,166 @@ | ||
image module | ||
============ | ||
|
||
.. automodule:: mrv2.image | ||
:members: | ||
:exclude-members: Mirror, Color, Levels, ImageFilters, SoftClip, DisplayOptions, LUTOptions, ImageOptions, EnvironmentMapOptions, Stereo3DOptions, Color4f | ||
|
||
.. autoclass:: mrv2.image.Color4f | ||
|
||
.. autoattribute:: r | ||
:annotation: = float | ||
|
||
.. autoattribute:: g | ||
:annotation: = float | ||
|
||
.. autoattribute:: b | ||
:annotation: = float | ||
|
||
.. autoattribute:: a | ||
:annotation: = float | ||
|
||
.. autoclass:: mrv2.image.Mirror | ||
|
||
.. autoattribute:: x | ||
:annotation: = bool | ||
|
||
.. autoattribute:: y | ||
:annotation: = bool | ||
|
||
.. autoclass:: mrv2.image.Color | ||
|
||
.. autoattribute:: enabled | ||
:annotation: = bool | ||
|
||
.. autoattribute:: add | ||
:annotation: = mrv2.math.Vector3f | ||
|
||
.. autoattribute:: brightness | ||
:annotation: = mrv2.math.Vector3f | ||
|
||
.. autoattribute:: contrast | ||
:annotation: = mrv2.math.Vector3f | ||
|
||
.. autoattribute:: saturation | ||
:annotation: = mrv2.math.Vector3f | ||
|
||
.. autoattribute:: tint | ||
:annotation: = float | ||
|
||
.. autoattribute:: invert | ||
:annotation: = bool | ||
|
||
.. autoclass:: mrv2.image.Levels | ||
|
||
.. autoattribute:: enabled | ||
:annotation: = bool | ||
|
||
.. autoattribute:: inLow | ||
:annotation: = float | ||
|
||
.. autoattribute:: inHigh | ||
:annotation: = float | ||
|
||
.. autoattribute:: gamma | ||
:annotation: = float | ||
|
||
.. autoattribute:: outLow | ||
:annotation: = float | ||
|
||
.. autoattribute:: outHigh | ||
:annotation: = float | ||
|
||
.. autoclass:: mrv2.image.ImageFilters | ||
|
||
.. autoattribute:: minify | ||
:annotation: = mrv2.image.ImageFilter | ||
|
||
.. autoattribute:: magnify | ||
:annotation: = mrv2.image.ImageFilter | ||
|
||
.. autoclass:: mrv2.image.SoftClip | ||
|
||
.. autoattribute:: enabled | ||
:annotation: = bool | ||
|
||
.. autoattribute:: value | ||
:annotation: = float | ||
|
||
.. autoclass:: mrv2.image.DisplayOptions | ||
|
||
.. autoattribute:: channels | ||
:annotation: = mrv2.image.Channels | ||
|
||
.. autoattribute:: mirror | ||
:annotation: = mrv2.image.Mirror | ||
|
||
.. autoattribute:: color | ||
:annotation: = mrv2.image.Color | ||
|
||
.. autoattribute:: levels | ||
:annotation: = mrv2.image.Levels | ||
|
||
.. autoattribute:: softClip | ||
:annotation: = mrv2.image.SoftClip | ||
|
||
.. autoclass:: mrv2.image.LUTOptions | ||
|
||
.. autoattribute:: fileName | ||
:annotation: = str | ||
|
||
.. autoattribute:: order | ||
:annotation: = mrv2.image.LUTOrder | ||
|
||
.. autoclass:: mrv2.image.ImageOptions | ||
|
||
.. autoattribute:: videoLevels | ||
:annotation: = mrv2.image.InputVideoLevels | ||
|
||
.. autoattribute:: alphaBlend | ||
:annotation: = mrv2.image.AlphaBlend | ||
|
||
.. autoattribute:: imageFilters | ||
:annotation: = mrv2.image.ImageFilters | ||
|
||
.. autoclass:: mrv2.image.EnvironmentMapOptions | ||
|
||
.. autoattribute:: type | ||
:annotation: = mrv2.image.EnvironmentMapType | ||
|
||
.. autoattribute:: horizontalAperture | ||
:annotation: = float | ||
|
||
.. autoattribute:: verticalAperture | ||
:annotation: = float | ||
|
||
.. autoattribute:: focalLength | ||
:annotation: = float | ||
|
||
.. autoattribute:: rotateX | ||
:annotation: = float | ||
|
||
.. autoattribute:: rotateY | ||
:annotation: = float | ||
|
||
.. autoattribute:: subdivisionX | ||
:annotation: = int | ||
|
||
.. autoattribute:: subdivisionY | ||
:annotation: = int | ||
|
||
.. autoattribute:: spin | ||
:annotation: = bool | ||
|
||
.. autoclass:: mrv2.image.Stereo3DOptions | ||
|
||
.. autoattribute:: input | ||
:annotation: = mrv2.image.Stereo3DInput | ||
|
||
.. autoattribute:: output | ||
:annotation: = mrv2.image.Stereo3DOutput | ||
|
||
.. autoattribute:: eyeSeparation | ||
:annotation: = float | ||
|
||
.. autoattribute:: swapEyes | ||
:annotation: = bool |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
.. _python_api_: | ||
|
||
Python API | ||
========== | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
:glob: | ||
|
||
* |
Oops, something went wrong.