Table of Contents

Class FindCornerSubPix

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

Represents an operator that finds the sub-pixel accurate locations of each corner or radial saddle point in the sequence.

public class FindCornerSubPix : Transform<KeyPointCollection, KeyPointCollection>
Inheritance
FindCornerSubPix
Inherited Members

Properties

Epsilon

Gets or sets the minimum required accuracy for convergence.

MaxIterations

Gets or sets the maximum number of iterations.

WindowSize

Gets or sets the half-length of the side of the corner search window.

ZeroZone

Gets or sets the half-length of the side of the middle search window that will be ignored during refinement.

Methods

Process(IObservable<KeyPointCollection>)

Finds the sub-pixel accurate locations of each corner or radial saddle point in an observable sequence.