Table of Contents

Method Create

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Create(int, float, bool)

Creates the empty model.

public static CalibrateDebevec Create(int samples = 70, float lambda = 10, bool random = false)

Parameters

samples int

number of pixel locations to use

lambda float

smoothness term weight. Greater values produce smoother results, but can alter the response.

random bool

if true sample pixel locations are chosen at random, otherwise the form a rectangular grid.

Returns

CalibrateDebevec