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

Represents an image signature. Contains a List of signature Parts. More...

List of all members.

Public Member Functions

 Signature (List< SignaturePart > signatureParts)
 Creates the Signature, using the given List of signatureParts.

Properties

int TotalWeight [get]
 Gets the total weight of the Signature. This corresponds to the amount of image pixels.

Detailed Description

Represents an image signature. Contains a List of signature Parts.


Constructor & Destructor Documentation

VisWpf.Clustering.Signatures.Signature.Signature ( List< SignaturePart signatureParts)

Creates the Signature, using the given List of signatureParts.

Parameters:
signaturePartsThe signature Parts used to create the Signature

Property Documentation

int VisWpf.Clustering.Signatures.Signature.TotalWeight
get

Gets the total weight of the Signature. This corresponds to the amount of image pixels.


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