Remove ifdef __cplusplus from nonfree headers
This commit is contained in:
parent
5e048d1fa5
commit
bd59bc3e4a
@ -45,8 +45,6 @@
|
|||||||
|
|
||||||
#include "opencv2/features2d.hpp"
|
#include "opencv2/features2d.hpp"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
|
|
||||||
namespace cv
|
namespace cv
|
||||||
{
|
{
|
||||||
|
|
||||||
@ -148,8 +146,4 @@ typedef SURF SurfDescriptorExtractor;
|
|||||||
|
|
||||||
} /* namespace cv */
|
} /* namespace cv */
|
||||||
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* End of file. */
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user