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
imagesIEnumerable<Mat>Images to validate.
expectedSizeSizeRequired image dimensions.
parameterNamestringPublic API parameter represented by the images.