mirror of
https://github.com/opencv/opencv.git
synced 2025-01-20 15:59:24 +08:00
further reverting
This commit is contained in:
parent
1d9f759d21
commit
55fda11d9e
@ -1423,7 +1423,7 @@ void normalize(InputArray _src, InputOutputArray _dst, double a, double b,
|
||||
|
||||
Mat src = _src.getMat();
|
||||
if ( _mask.empty() )
|
||||
src.convertTo(_dst, rtype, scale, shift);
|
||||
src.convertTo( _dst, rtype, scale, shift );
|
||||
else
|
||||
{
|
||||
Mat temp;
|
||||
@ -1432,6 +1432,4 @@ void normalize(InputArray _src, InputOutputArray _dst, double a, double b,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
} // namespace
|
||||
|
Loading…
Reference in New Issue
Block a user