mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2026-05-14 11:17:53 +00:00
14 lines
165 B
C++
14 lines
165 B
C++
|
|
#ifndef OPENCV_FLANN_DUMMY_H_
|
|
#define OPENCV_FLANN_DUMMY_H_
|
|
|
|
namespace cvflann
|
|
{
|
|
|
|
CV_DEPRECATED inline void dummyfunc() {}
|
|
|
|
}
|
|
|
|
|
|
#endif /* OPENCV_FLANN_DUMMY_H_ */
|