vpi.KLTType

class vpi.KLTType

Define the type of the KLT algorithm.

The only available option is the inverse compositional algorithm for KLT tracker. The inverse compositional algorithm is a reformulation of the classic Lucas-Kanade algorithm to make the steepest-descent images and Hessian constant.

Enumeration values

vpi.KLTType.INVERSE_COMPOSITIONAL

Set to use the inverse compositional algorithm.