Enum ImageMetadataType
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Type of metadata chunk stored in / retrieved from an image file by the *WithMetadata family of functions.
public enum ImageMetadataType
Fields
CICP = 3cICP Profile (video signal type).
EXIF = 0EXIF metadata (e.g., camera info, GPS, orientation).
ICCP = 2ICC Profile (color profile for color management).
Unknown = -1Used when metadata type is unrecognized or not set.
XMP = 1XMP metadata (eXtensible Metadata Platform - Adobe format).