Basic Features

AllxfOpenCVlilbrary 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 asxF::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.

ThexfOpenCVlibrary contains enumerated datatypes which enables you to configurexF::Mat. For more details onxF::Mat, see thexF::Mat Image Container Class.