mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
1. Input/OutputArray optimizations;
2. Algorithm::load/save added (moved from StatModel) 3. copyrights updated; added copyright/licensing info for ffmpeg 4. some warnings from Xcode 6.x are fixed
This commit is contained in:
@@ -375,7 +375,7 @@ public:
|
||||
RTreesImpl() {}
|
||||
virtual ~RTreesImpl() {}
|
||||
|
||||
String getDefaultModelName() const { return "opencv_ml_rtrees"; }
|
||||
String getDefaultName() const { return "opencv_ml_rtrees"; }
|
||||
|
||||
bool train( const Ptr<TrainData>& trainData, int flags )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user