There are
4 windows in the GUI, that is:
Filter Database Window:
the window on the very left, it contains
all the OpenCV functions and functions
defined by users.
Pipeline
Construction Window: the window
in the center of the GUI. This is the
place you can construct a pipeline using
a mouse. Please see How to construct a
pipeline for details.
Execution Sequence
Window: the window on the top
right. This window is a list of function
names used in the pipeline. The order or
sequence of functions in the list is the
order in which the functions will be
executed.
Parameter Editing
Window: the window on the bottom
right. Click a Pipeline Node in the
pipeline, you would find the property of
input and output parameters of the node.
One can edit the value of a certain
parameter. For details, please see How
to edit parameters.
4.
Building a pipeline
1.) Drag filters
2.) Drop filters
3.) Connect filters
4.) Adjust parameters in the filters
(optional)
5.) Adjust execute orders (optional)
For
details, please see the
Video of Pipeline
Construction and Usage
.
5. Execution
1.)
Save constructed pipeline or load
existing pipeline
2.) Use “Build All (F9)” to generate the
source code and executable file.
3.) Use “Run with parameters (F11)” to
do single image processing.
4.) Use “Run Batch File” to do batch
images processing
For
details, please see the
Video of Pipeline
Construction and Usage
.

Click the
here to see large image.