opencv/imread 4.0.0
alg install opencv/imread
imread
Algorithm Description
Open an image with opencv
License
BSD
Homepage
https://docs.opencv.org/4.0.0/d4/da8/group__imgcodecs.html#ga288b8b3da0892bd651fce07b3bbd3a56
Parameters
Name | Description | Data Type | Required? |
---|---|---|---|
image_filename | Loads an image from a file. The function imread loads an image from the specified file and returns it. If the image cannot be read (because of missing file, improper permissions, unsupported or invalid format), the function returns an empty matrix ( Mat::data==NULL ). | string |
Outputs
Name | Description | Data Type |
---|---|---|
image_array | Numpy Image Array | string |
Versions
- 4.0.0 (current)