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