mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
completely new C++ persistence implementation (#13011)
* integrated the new C++ persistence; removed old persistence; most of OpenCV compiles fine! the tests have not been run yet * fixed multiple bugs in the new C++ persistence * fixed raw size of the parsed empty sequences * [temporarily] excluded obsolete applications traincascade and createsamples from build * fixed several compiler warnings and multiple test failures * undo changes in cocoa window rendering (that was fixed in another PR) * fixed more compile warnings and the remaining test failures (hopefully) * trying to fix the last little warning
This commit is contained in:
@@ -348,7 +348,7 @@ cvMemStorageAlloc( CvMemStorage* storage, size_t size )
|
||||
}
|
||||
|
||||
|
||||
CV_IMPL CvString
|
||||
/*CV_IMPL CvString
|
||||
cvMemStorageAllocString( CvMemStorage* storage, const char* ptr, int len )
|
||||
{
|
||||
CvString str;
|
||||
@@ -360,7 +360,7 @@ cvMemStorageAllocString( CvMemStorage* storage, const char* ptr, int len )
|
||||
str.ptr[str.len] = '\0';
|
||||
|
||||
return str;
|
||||
}
|
||||
}*/
|
||||
|
||||
|
||||
/****************************************************************************************\
|
||||
|
||||
Reference in New Issue
Block a user