More whitespace fixes

This commit is contained in:
saskatchewancatch 2017-09-10 19:03:56 -06:00
parent 30ff197f78
commit c9d3c0f206

View File

@ -680,7 +680,7 @@ CV_EXPORTS_W double norm(InputArray src1, int normType = NORM_L2, InputArray mas
/** @brief Calculates an absolute difference norm or a relative difference norm.
This version of cv::norm calculates the absolute difference norm
This version of cv::norm calculates the absolute difference norm
or the relative difference norm of arrays src1 and src2.
The type of norm to calculate is specified using cv::NormTypes.