Basic Features
All xfOpenCV lilbrary functions follow a common format. The following properties hold true for all the functions.
- All the functions are designed as templates and all arguments that are images, must be
provided as
xF::Mat
. - Some of the major template arguments are:
- Maximum size of the image to be processed
- Datatype defining the properties of each pixel
- Number of pixels to be processed per clock cycle
- Other compile-time arguments relevent to the functionality.
The xfOpenCV library contains enumerated datatypes which enables you to configure
xF::Mat
. For more details on xF::Mat
, see the xF::Mat Image Container Class.