Merge pull request #1834 from SpecLad:svm-copy-ctor
This commit is contained in:
commit
623a02c69f
@ -548,6 +548,10 @@ protected:
|
|||||||
|
|
||||||
CvSVMSolver* solver;
|
CvSVMSolver* solver;
|
||||||
CvSVMKernel* kernel;
|
CvSVMKernel* kernel;
|
||||||
|
|
||||||
|
private:
|
||||||
|
CvSVM(const CvSVM&);
|
||||||
|
CvSVM& operator = (const CvSVM&);
|
||||||
};
|
};
|
||||||
|
|
||||||
/****************************************************************************************\
|
/****************************************************************************************\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user