imageio.plugins.opencv.OpenCVPlugin.metadata#

OpenCVPlugin.metadata(index: Optional[int] = None, exclude_applied: bool = True) Dict[str, Any][source]#

Format-specific metadata.

Warning

OpenCV does not support reading metadata. When called, this function will raise a NotImplementedError.

Parameters:
indexint

This parameter has no effect.

exclude_appliedbool

This parameter has no effect.