Merge pull request #27480 from asmorkalov:as/haveImageReader_doc

Documentaion update for haveImageReader function
This commit is contained in:
Alexander Smorkalov 2025-06-25 15:10:41 +03:00 committed by GitHub
commit c363303d0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -590,7 +590,7 @@ This can be useful for verifying support for a given image format before attempt
@return true if an image reader for the specified file is available and the file can be opened, false otherwise.
@note The function checks the availability of image codecs that are either built into OpenCV or dynamically loaded.
It does not check for the actual existence of the file but rather the ability to read the specified file type.
It does not load the image codec implementation and decode data, but uses signature check.
If the file cannot be opened or the format is unsupported, the function will return false.
@sa cv::haveImageWriter, cv::imread, cv::imdecode