CCharacterCluster
The CCharacterCluster
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
Assembly: DynamsoftLabelRecognizer
class CCharacterCluster
Methods Summary
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
virtual char GetCharacter() const = 0;
Return value
Returns the character value of the cluster.
GetMean
Gets the mean of the cluster.
virtual const CBufferedCharacterItem* GetMean() const = 0;
Return value
Returns the mean of the cluster.