Show / Hide Table of Contents

Class HSCPThinningStep

HSCP thinning algorithm http://www.ppgia.pucpr.br/~facon/Afinamento/1987holt.pdf

Inheritance
System.Object
HSCPThinningStep
Namespace: SigStat.Common.Algorithms
Assembly: SigStat.Common.dll
Syntax
public class HSCPThinningStep : object

Properties

| Improve this Doc View Source

ResultChanged

Gets whether the last Scan(Boolean[,]) call was effective.

Declaration
public bool? ResultChanged { get; }
Property Value
Type Description
System.Nullable<System.Boolean>

Methods

| Improve this Doc View Source

Scan(Boolean[,])

Does one step of the thinning. Call it iteratively while ResultChanged.

Declaration
public bool[, ] Scan(bool[, ] b)
Parameters
Type Name Description
System.Boolean[,] b

Binary raster.

Returns
Type Description
System.Boolean[,]

Thinned binary raster.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX