C# 클래스 Emgu.CV.Cuda.CudaDensePyrLKOpticalFlow

PyrLK optical flow
상속: UnmanagedObject, IDenseOpticalFlow
파일 보기 프로젝트 열기: rlabrecque/RLSolitaireBot 1 사용 예제들

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