Table of Contents

Method Create

Namespace
OpenCvSharp.StructuredLight
Assembly
OpenCvSharp.dll

Create(int, int)

Creates a Gray-code pattern for a projector resolution.

public static GrayCodePattern Create(int width = 1024, int height = 768)

Parameters

width int

Projector width.

height int

Projector height.

Returns

GrayCodePattern