mirror of
https://github.com/opencv/opencv.git
synced 2026-09-12 05:11:04 -05:00
Add docs reduce mean
This commit is contained in:
@@ -124,10 +124,8 @@ public:
|
||||
}
|
||||
else
|
||||
CV_Error(Error::StsBadArg, "Cannot determine pooling type");
|
||||
|
||||
setParamsFrom(params);
|
||||
ceilMode = params.get<bool>("ceil_mode", true);
|
||||
|
||||
spatialScale = params.get<float>("spatial_scale", 1);
|
||||
avePoolPaddedArea = params.get<bool>("ave_pool_padded_area", true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user