|
Open Detection
1.0
|
Put your c++ files in a suitable folder under example/apps. In the apps/CMakeLists.txt add the following line:
OD_ADD_EXAMPLE(<name_of_app> FILES <source_files>
LINK_WITH od_common <od_detector_lib_list>)
Where <od_detector_lib_list> is the list of OpenDetection libraries. Following are the currently available libraries for different detectors types:
Have a look at the existing CMakeLists.txt in examples/apps or examples/objectdetector for sample.