Table of Contents

Class ECCParameters

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Parameters used by FindTransformECCMultiScale(InputArray, InputArray, InputOutputArray, ECCParameters?, InputArray, InputArray). A plain managed data class (not a blittable struct): ItersPerLevel is a variable-length array (mirrors std::vector<int> on the native side) and is passed to the native entry point via a separate StdVector<int> argument.

public class ECCParameters
Inheritance
ECCParameters
Inherited Members

Properties

Criteria

parameter, specifying the termination criteria of the ECC algorithm

GaussFiltSize

An optional value indicating size of gaussian blur filter

Interpolation

Type of warp interpolation. Possible values are Nearest and Linear. Affects accuracy, especially when MotionType == MotionTypes.Translation.

ItersPerLevel

Criterion extension: distribution of iterations limit over pyramid levels. Can be null/empty, in which case the algorithm uses Criteria's max count on each level.

MotionType

parameter, specifying the type of motion

NLevels

An optional value indicating amount of levels in the pyramid