Table of Contents

Method ValidateImages

Namespace
OpenCvSharp.StructuredLight
Assembly
OpenCvSharp.dll

ValidateImages(IEnumerable<Mat>, Size, string)

Validates captured structured-light images before passing them to native code.

protected static void ValidateImages(IEnumerable<Mat> images, Size expectedSize, string parameterName)

Parameters

images IEnumerable<Mat>

Images to validate.

expectedSize Size

Required image dimensions.

parameterName string

Public API parameter represented by the images.