mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 06:03:15 +08:00
Merge pull request #1834 from SpecLad:svm-copy-ctor
This commit is contained in:
commit
623a02c69f
@ -548,6 +548,10 @@ protected:
|
||||
|
||||
CvSVMSolver* solver;
|
||||
CvSVMKernel* kernel;
|
||||
|
||||
private:
|
||||
CvSVM(const CvSVM&);
|
||||
CvSVM& operator = (const CvSVM&);
|
||||
};
|
||||
|
||||
/****************************************************************************************\
|
||||
|
Loading…
Reference in New Issue
Block a user