imgcodecs(doc): Sync imread_ docuemtation with the implemetation.

Documentation was desynchronized in commit 11eafca3e2
This commit is contained in:
Ruben Gonzalez
2021-09-07 12:02:25 +02:00
committed by Ruben Gonzalez
parent 5aa7435d25
commit 0c13d34ade
-4
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)
*
*/