TuttleOFX  1
dir.doxygen
Go to the documentation of this file.
00001 
00002 /**
00003  * @dir plugins
00004  * @brief Contains all plugins.
00005  *
00006  * @dir plugin/image
00007  * @brief The output of these plugins are images.
00008  *
00009  * @dir plugin/image/process
00010  * @brief All image processing plugins.
00011  *
00012  * @dir plugin/image/process/color
00013  * @brief All process using a per pixel transformation. So it only color transformation.
00014  *
00015  * @dir plugin/image/process/filter
00016  * @brief All filters: each pixel depends on it's pixels environment.
00017  *
00018  * @dir plugin/image/process/geometry
00019  * @brief All nodes modifying the image geometry. They distort the image.
00020  *
00021  * @dir plugin/image/process/math
00022  * @brief Per pixel mathematical expression.
00023  * @todo need to be moved in "color" directory
00024  *
00025  * @dir plugin/image/process/time
00026  * @brief Plugins modifying the time.
00027  *
00028  * @dir plugin/image/process/transition
00029  * @brief Transition between 2 clips.
00030  *
00031  * @dir plugin/image/io
00032  * @brief Image IO plugins.
00033  *
00034  * @dir plugin/image/generator
00035  * @brief Image generator nodes.
00036  *
00037  * @dir plugin/params
00038  * @brief The output of the plugins are parameters.
00039  *
00040  *
00041  *
00042  *
00043  */