xfOpenCV Library Contents

The contents of thexfOpenCVlibrary are detailed in the following table:

Folder Details
include Contains the header files required by the library.
common Contains the common library infrastructure headers, such as types specific to the library.
core Contains the core library functionality headers, such as themathfunctions.
features Contains the feature extraction kernel function definitions. For example,Harris.
imgproc Contains all the kernel function definitions, except the ones available in thefeaturesfolder.
examples Contains the sample test bench code to facilitate running unit tests. Theexamples/folder contains the folders with algorithm names. Each algorithm folder contains host files ,.jsonfile,datafolder andincludefolder.