C# Класс Emgu.CV.Cuda.CudaDensePyrLKOpticalFlow

PyrLK optical flow
Наследование: UnmanagedObject, IDenseOpticalFlow
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
CudaDensePyrLKOpticalFlow ( Size winSize, int maxLevel = 3, int iters = 30, bool useInitialFlow = false ) : System

Create the PyrLK optical flow solver

Защищенные методы

Метод Описание
DisposeObject ( ) : void

Release all the unmanaged memory associated with this optical flow solver.

Описание методов

CudaDensePyrLKOpticalFlow() публичный Метод

Create the PyrLK optical flow solver
public CudaDensePyrLKOpticalFlow ( Size winSize, int maxLevel = 3, int iters = 30, bool useInitialFlow = false ) : System
winSize Size Windows size. Use 21x21 for default
maxLevel int The maximum number of pyramid levels.
iters int The number of iterations.
useInitialFlow bool Weather or not use the initial flow in the input matrix.
Результат System

DisposeObject() защищенный Метод

Release all the unmanaged memory associated with this optical flow solver.
protected DisposeObject ( ) : void
Результат void