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
samplesintnumber of pixel locations to use
lambdafloatsmoothness term weight. Greater values produce smoother results, but can alter the response.
randomboolif true sample pixel locations are chosen at random, otherwise the form a rectangular grid.