ImageCloud
 All Classes Namespaces Functions Variables Enumerations Properties Events
Public Member Functions
VisWpf.Clustering.SignatureExtractor Class Reference

Extracts a L*a*b* signature from an image (given as a byte Array). More...

List of all members.

Public Member Functions

 SignatureExtractor ()
 Creates a new instance of the signature extractor class.
Signature ExtractSignatureFromSRGBImage (byte[] imageBytes)
 Extracts a L*a*b* Signature from an srgb image.
Signature ExtractMergedSignatureFromSignature (Signature signature)
 Extracts a merged L*a*b* Signature from a Signature by shifting point coordinates by the half of the minimum cell size in all directions.
Signature ExtractMergedSignatureFromSRGBImage (byte[] imageBytes)
 Extracts a merged Signature from an SRGBImage.

Detailed Description

Extracts a L*a*b* signature from an image (given as a byte Array).


Constructor & Destructor Documentation

VisWpf.Clustering.SignatureExtractor.SignatureExtractor ( )

Creates a new instance of the signature extractor class.


Member Function Documentation

Signature VisWpf.Clustering.SignatureExtractor.ExtractMergedSignatureFromSignature ( Signature  signature)

Extracts a merged L*a*b* Signature from a Signature by shifting point coordinates by the half of the minimum cell size in all directions.

Parameters:
signatureThe signature from that the Merged signature should be extracted.
Returns:
The merged signature
Signature VisWpf.Clustering.SignatureExtractor.ExtractMergedSignatureFromSRGBImage ( byte[]  imageBytes)

Extracts a merged Signature from an SRGBImage.

Parameters:
imageBytesThe image as a byte array.
Returns:
The extracted merged signature for the image, in L*a*b* space
Signature VisWpf.Clustering.SignatureExtractor.ExtractSignatureFromSRGBImage ( byte[]  imageBytes)

Extracts a L*a*b* Signature from an srgb image.

Parameters:
imageBytesThe image as a byte array.
Returns:
The image singature in L*a*b* space

The documentation for this class was generated from the following file: