|
楼主 |
发表于 2020-12-23 11:53:42
|
显示全部楼层
◆ imdecode() [1/2]
Reads an image from a buffer in memory.
The function imdecode reads an image from the specified buffer in the memory. If the buffer is too short or contains invalid data, the function returns an empty matrix ( Mat::data==NULL ).
See cv::imread for the list of supported formats and flags description. |
|