C# 클래스 OpenCvSharp.DenseOpticalFlowImpl

상속: OpenCvSharp.DenseOpticalFlow
파일 보기 프로젝트 열기: shimat/opencvsharp 1 사용 예제들

공개 메소드들

메소드 설명
Calc ( InputArray frame0, InputArray frame1, OpenCvSharp.InputOutputArray flow ) : void

CollectGarbage ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Releases the resources

비공개 메소드들

메소드 설명
DenseOpticalFlowImpl ( ) : System

FromPtr ( IntPtr ptr ) : DenseOpticalFlowImpl

Creates instance from cv::Ptr<T> . ptr is disposed when the wrapper disposes.

FromRawPtr ( IntPtr ptr ) : DenseOpticalFlowImpl

Creates instance from raw pointer T*

메소드 상세

Calc() 공개 메소드

public Calc ( InputArray frame0, InputArray frame1, OpenCvSharp.InputOutputArray flow ) : void
frame0 InputArray
frame1 InputArray
flow OpenCvSharp.InputOutputArray
리턴 void

CollectGarbage() 공개 메소드

public CollectGarbage ( ) : void
리턴 void

Dispose() 보호된 메소드

Releases the resources
protected Dispose ( bool disposing ) : void
disposing bool /// If disposing equals true, the method has been called directly or indirectly by a user's code. Managed and unmanaged resources can be disposed. /// If false, the method has been called by the runtime from inside the finalizer and you should not reference other objects. Only unmanaged resources can be disposed. ///
리턴 void