Table of Contents

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 = 3

cICP Profile (video signal type).

EXIF = 0

EXIF metadata (e.g., camera info, GPS, orientation).

ICCP = 2

ICC Profile (color profile for color management).

Unknown = -1

Used when metadata type is unrecognized or not set.

XMP = 1

XMP metadata (eXtensible Metadata Platform - Adobe format).