Click or drag to resize

StitcherCreateScans Method

Creates a stitcher with the default parameters with scan mode

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static Stitcher CreateScans(
	bool tryUseGpu = false
)

Parameters

tryUseGpu (Optional)
Type: SystemBoolean
Flag indicating whether GPU should be used whenever it's possible.

Return Value

Type: Stitcher
See Also