C# Класс OpenCvSharp.SuperResolutionImpl

class for defined Super Resolution algorithm.
Наследование: OpenCvSharp.SuperResolution
Показать файл Открыть проект Примеры использования класса

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

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

NextFrame ( OutputArray frame ) : void

Reset ( ) : void

SetInput ( FrameSource fs ) : void

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

Метод Описание
Dispose ( bool disposing ) : void

Releases the resources

InitImpl ( FrameSource fs ) : void

ProcessImpl ( FrameSource fs, OutputArray output ) : void

Приватные методы

Метод Описание
FromPtr ( IntPtr ptr ) : SuperResolutionImpl

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

FromRawPtr ( IntPtr ptr ) : SuperResolutionImpl

Creates instance from raw pointer T*

SuperResolutionImpl ( ) : System

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

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

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

protected InitImpl ( FrameSource fs ) : void
fs FrameSource
Результат void

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

public NextFrame ( OutputArray frame ) : void
frame OutputArray
Результат void

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

protected ProcessImpl ( FrameSource fs, OutputArray output ) : void
fs FrameSource
output OutputArray
Результат void

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

public Reset ( ) : void
Результат void

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

public SetInput ( FrameSource fs ) : void
fs FrameSource
Результат void