Drop CvModule and cvSetMemoryManager

This commit is contained in:
Andrey Kamaev
2013-03-26 18:15:58 +04:00
parent db45e04d58
commit 6bf49d49e7
4 changed files with 8 additions and 155 deletions

View File

@@ -56,6 +56,8 @@
#include <math.h>
#include <string.h>
#define CV_NOOP(...)
#ifdef __cplusplus
extern "C" {
#endif
@@ -190,7 +192,8 @@ CV_EXPORTS double cvPseudoInverse( const CvArr* src, CvArr* dst );
#define cvMinMaxLocMask(img, mask, min_val, max_val, min_loc, max_loc) \
cvMinMaxLoc(img, min_val, max_val, min_loc, max_loc, mask)
#define cvRemoveMemoryManager cvSetMemoryManager
#define cvRemoveMemoryManager CV_NOOP
#define cvSetMemoryManager CV_NOOP
#define cvmSetZero( mat ) cvSetZero( mat )
#define cvmSetIdentity( mat ) cvSetIdentity( mat )