Rendu
A lightweight rendering engine for experimentations
Loading...
Searching...
No Matches
Classes | Functions
Image Filtering

Apply a variety of image space filters and processings to an image.

See the description of FilteringRenderer for the available filters.

Classes

class  FilteringApp
 Apply multiple image filters on an interactive rendering of a scene. More...
 
class  PaintingTool
 Utility presenting a canvas to the user, along with a brush tool to paint on it using different shapes. More...
 

Functions

int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

The main loop of the filtering app.

Parameters
argcthe number of input arguments.
argva pointer to the raw input arguments.
Returns
a general error code.