Merge pull request #20667 from rgonzalezfluendo:rgonzalezfluendo-patch-1

This commit is contained in:
Alexander Alekhin 2021-09-08 07:26:21 +00:00
commit 5ac5da3524

View File

@ -377,10 +377,6 @@ static void ApplyExifOrientation(ExifEntry_t orientationTag, Mat& img)
*
* @param[in] filename File to load
* @param[in] flags Flags
* @param[in] hdrtype { LOAD_CVMAT=0,
* LOAD_IMAGE=1,
* LOAD_MAT=2
* }
* @param[in] mat Reference to C++ Mat object (If LOAD_MAT)
*
*/