mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 06:26:29 +08:00
Merge pull request #11419 from alalek:msvs2017_build_warning
This commit is contained in:
commit
c67613e0fe
@ -205,7 +205,9 @@ public:
|
|||||||
|
|
||||||
if (_explicitSizes)
|
if (_explicitSizes)
|
||||||
{
|
{
|
||||||
CV_Assert(_aspectRatios.empty(), !params.has("min_size"), !params.has("max_size"));
|
CV_Assert(_aspectRatios.empty());
|
||||||
|
CV_Assert(!params.has("min_size"));
|
||||||
|
CV_Assert(!params.has("max_size"));
|
||||||
_boxWidths = widths;
|
_boxWidths = widths;
|
||||||
_boxHeights = heights;
|
_boxHeights = heights;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user