Update to 2.0.0 tree from current Fremantle build
[opencv] / interfaces / swig / general / memory.i
index a6a7659..c19ae12 100644 (file)
@@ -43,6 +43,7 @@
 // 2004-03-16, Gabriel Schreiber <schreiber@ient.rwth-aachen.de>
 //             Mark Asbach       <asbach@ient.rwth-aachen.de>
 //             Institute of Communications Engineering, RWTH Aachen University
+// 2008-05-15, Xavier Delacour   <xavier.delacour@gmail.com>
 
 
 /****************************************************************************************\
 %nodefault CvPOSITObject;
 %newobject cvCreatePOSITObject;
 
+%nodefault CvFeatureTree;
+%newobject cvCreateFeatureTree;
+
+%nodefault CvLSH;
+%newobject cvCreateLSH;
+%newobject cvCreateMemoryLSH;
+
+
 
 /// This hides all members of the IplImage which OpenCV doesn't use.
 %ignore _IplImage::nSize;