C# Class OpenCvSharp.FrameSourceImpl

Inheritance: FrameSource
Afficher le fichier Open project: shimat/opencvsharp Class Usage Examples

Méthodes publiques

Méthode Description
NextFrame ( OutputArray frame ) : void

Reset ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Releases the resources

Private Methods

Méthode Description
FrameSourceImpl ( ) : System

FromPtr ( IntPtr ptr ) : FrameSource

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

FromRawPtr ( IntPtr ptr ) : FrameSource

Creates instance from raw pointer T*

Method Details

Dispose() protected méthode

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. ///
Résultat void

NextFrame() public méthode

public NextFrame ( OutputArray frame ) : void
frame OutputArray
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void