Class DBSCANColorClusterer
Namespace: Aurigma.DesignAtoms.ImageProcessing.Services
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public class DBSCANColorClusterer
Inheritance: System.Object -> DBSCANColorClusterer
Inherited Members
System.Object.ToStringSystem.Object.Equals(System.Object)System.Object.Equals(System.Object,System.Object)System.Object.ReferenceEquals(System.Object,System.Object)System.Object.GetHashCodeSystem.Object.GetTypeSystem.Object.MemberwiseClone
Constructors
DBSCANColorClusterer
public DBSCANColorClusterer()
Methods
ClusterColors
public List<List<Color>> ClusterColors(List<Color> palette, double epsilon, int minPoints)
Parameters
| Type | Name | Description |
|---|---|---|
System.Collections.Generic.List<Aurigma.GraphicsMill.Color> | palette | |
System.Double | epsilon | |
System.Int32 | minPoints |
Returns
System.Collections.Generic.List<System.Collections.Generic.List<Aurigma.GraphicsMill.Color>>