1 | initial version |
i changed smthg in the detection_based_tracker file .. the compiler i use seems to have problems with the pragma once
//#pragma once
//#if defined(__linux__) || defined(LINUX) || defined(__APPLE__) || defined(ANDROID)
#ifndef __OPENCV_DETECTION_BASED_TRACKER_H_
#define __OPENCV_DETECTION_BASED_TRACKER_H_
after i had renewed the index with the modified file the symbol could be resolved.