CharacterCluster
The CharacterCluster class represents a character cluster generated from the buffered character items. These buffered items will be clustered based on feature similarity to obtain cluster centers.
Definition
Namespace: Dynamsoft.DLR
class CharacterCluster
Methods
| Method | Description |
|---|---|
GetCharacter |
Gets the character value of the cluster. |
GetMean |
Gets the mean of the cluster. |
GetCharacter
Gets the character value of the cluster
int GetCharacter()
Return value
Returns the character value of the cluster.
GetMean
Gets the mean of the cluster.
BufferedCharacterItem GetMean()
Return value
Returns the mean of the cluster.
See Also