mirror of
https://github.com/opencv/opencv.git
synced 2025-07-25 22:57:53 +08:00

* removed private flann documentation * common tutorial images moved to doc/images * grouping issues
17 lines
197 B
C++
17 lines
197 B
C++
|
|
#ifndef OPENCV_FLANN_DUMMY_H_
|
|
#define OPENCV_FLANN_DUMMY_H_
|
|
|
|
//! @cond IGNORED
|
|
|
|
namespace cvflann
|
|
{
|
|
|
|
CV_DEPRECATED inline void dummyfunc() {}
|
|
|
|
}
|
|
|
|
//! @endcond
|
|
|
|
#endif /* OPENCV_FLANN_DUMMY_H_ */
|