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

Documentation was desynchronized in commit 11eafca3e2
pull/20667/head
Ruben Gonzalez 4 years ago committed by Ruben Gonzalez
parent 5aa7435d25
commit 0c13d34ade
  1. 4
      modules/imgcodecs/src/loadsave.cpp

@ -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)
*
*/

Loading…
Cancel
Save