xfOpenCV Library Contents
The contents of the xfOpenCV library 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 the
math functions. |
features | Contains the feature extraction kernel function definitions. For example,
Harris . |
imgproc | Contains all the kernel function definitions, except the ones available in the features folder. |
examples | Contains the sample test bench code to facilitate running unit tests. The examples/ folder contains the folders with algorithm names. Each algorithm folder contains host files , .json file, data folder and include folder. |