Click or drag to resize

CalibrateDebevecCreate Method

Creates the empty model.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static CalibrateDebevec Create(
	int samples = 70,
	float lambda = 10f,
	bool random = false
)

Parameters

samples (Optional)
Type: SystemInt32
number of pixel locations to use
lambda (Optional)
Type: SystemSingle
smoothness term weight. Greater values produce smoother results, but can alter the response.
random (Optional)
Type: SystemBoolean
if true sample pixel locations are chosen at random, otherwise the form a rectangular grid.

Return Value

Type: CalibrateDebevec

[Missing <returns> documentation for "M:OpenCvSharp.CalibrateDebevec.Create(System.Int32,System.Single,System.Boolean)"]

See Also