Skip to main content

Class DBSCANColorClusterer

Namespace: Aurigma.DesignAtoms.ImageProcessing.Services
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public class DBSCANColorClusterer

Inheritance: System.Object -> DBSCANColorClusterer

Inherited Members

  • System.Object.ToString
  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.GetHashCode
  • System.Object.GetType
  • System.Object.MemberwiseClone

Constructors

DBSCANColorClusterer

public DBSCANColorClusterer()

Methods

ClusterColors

public List<List<Color>> ClusterColors(List<Color> palette, double epsilon, int minPoints)
Parameters
TypeNameDescription
System.Collections.Generic.List<Aurigma.GraphicsMill.Color>palette
System.Doubleepsilon
System.Int32minPoints
Returns

System.Collections.Generic.List<System.Collections.Generic.List<Aurigma.GraphicsMill.Color>>

Was this page helpful?