Table of Contents

Constructor ImageInfo

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.dll

ImageInfo(int, int, int, int)

A sealed record providing properties of image information.

public ImageInfo(int Width, int Height, int Channels, int Type)

Parameters

Width int

Gets the image width.

Height int

Gets the image height.

Channels int

Gets the image channels.

Type int

Gets the type of a image matrix element.

This is an identifier compatible with the CvMat type system, like CV_16SC3 or 16-bit signed 3-channel array, and so on.