Table of Contents

Class LogPolar

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

Represents an operator that applies a forward or inverse log-polar transform to each image in the sequence.

public class LogPolar : PolarTransform
Inheritance
LogPolar
Inherited Members

Remarks

The transform emulates human foveal image processing.

Methods

Process(IObservable<IplImage>)

Applies a forward or inverse log-polar transform to each image in an observable sequence.

public override IObservable<IplImage> Process(IObservable<IplImage> source)

Parameters

source IObservable<IplImage>

The sequence of images for which to apply the log-polar transform.

Returns

IObservable<IplImage>

The sequence of polar transformed images.