ImageCloud
|
VisWpf | |
Algorithm | |
EMDMatrixController | Controls the EMD-Matrix. Can execute query methods to return a reduced emd Matrix |
EMDQuery | An EMD Query |
Clustering | |
KdTree | |
Nodes | |
ITreeNode | An Interface for the KD-Tree Nodes. Represents a Cell |
PointNode | Represents a Cell that can hold Standard Points |
TreeNode | Represents a standard Tree Node |
WeightedPointNode | Represents a node that has been created from a signature cluster centroid and a weight value |
PointTypes | |
ILabPoint | Represents an Inteface for a KD-Tree point |
LabPoint | Represents a Point in L*a*b* space |
StandardPoint | Represents a standard L*a*b* point that can be instanced |
WeightedPoint | Represents a weighted point in L*a*b* space |
PointComparer | Compares Points based on their splittingPlane Type. Sorts Ascending |
Signatures | |
Signature | Represents an image signature. Contains a List of signature Parts |
SignaturePart | Represents a part of a Signature. Contains the Signature centroid and the weight of the Signature part |
SignaturePartComparer | Compares Signatures based on their weight, sorts descending |
SignatureExtractor | Extracts a L*a*b* signature from an image (given as a byte Array) |
FlickrStuff | |
NamedBoundaryBox | Flickr class for a boundary Box, including the Geolocation name. For use within the Flickr UI |
ImageInfo | |
ImageInfoContainer | Represents information about a image |
MDS | |
Transportation | |
RussellSolver | A Transportation solver that solves the Transportation Problem via Russells Algorithm |
TransporationSolver | |
VogelSolver | A Transporation Solver that solves the Transportation Problem via Vogels Algorithm |
EMDQueryResult | Represents the result of an EMD-Query. Contains the updated Image Positions and the updated EMD-Matrix |
MDSController | Contains a reference to a matlab algorithm that can compute Multidimensional Scaling (MDS) |
Properties | |
UI | |
Workers | |
ClusteringWorker | Clustering worker thread. Clusters an image set and creates signatures |
NavigatorWorker | Navigator worker. Responsible for computing the EMD Distances and the MDS Embedding for the Navigator tab |
CanvasObjectController | Controls user navigation on the canvas |
ImageLayouter | Responsible for relayouting images on the navigator canvas |
OffsetTimer | Controls, when the Canvas should reset its navigation arrows to the default color. Also contains the default time for the Positioning and offset animations |
QueryEventArgs | Event Arguments for starting a new EMDQuery |
Utils | |
ColorConversion | |
LabColorConverter | This class converts images from the srgb or xyz space into the L*a*b* space or back |
ImageUtils | |
WebClientTimeout | Creates a web client that will timeout if the given timeout interval is exceeded |
App | Interaction logic for App.xaml |
Configuration | Configuration Window |
FlickrSearch | Window for Flickr Search |
HelpWindow | Interaction logic for HelpWindow.xaml |
ImageCloud | ImageCloud. The main window of the Application |
MainWindow | MainWindow |
XamlGeneratedNamespace | |
GeneratedInternalTypeHelper | GeneratedInternalTypeHelper |