mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +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:
@@ -1294,7 +1294,7 @@ public:
|
||||
return layer_sizes.empty() ? 0 : layer_sizes[0];
|
||||
}
|
||||
|
||||
String getDefaultModelName() const
|
||||
String getDefaultName() const
|
||||
{
|
||||
return "opencv_ml_ann_mlp";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user