ImageCloud
 All Classes Namespaces Functions Variables Enumerations Properties Events
Public Attributes
VisWpf.MDS.EMDQueryResult Class Reference

Represents the result of an EMD-Query. Contains the updated Image Positions and the updated EMD-Matrix. More...

List of all members.

Public Attributes

IList< ImageInfoContainerImageInfos
 The image infos that were found by the query.
List< Vector > ImagePositions
 The new image positions.
double[,] EmdMatrix
 The updated EMD-Matrix.
bool RangeToSmall = false
 Indicates if the range of the query was to small.

Detailed Description

Represents the result of an EMD-Query. Contains the updated Image Positions and the updated EMD-Matrix.


Member Data Documentation

double [,] VisWpf.MDS.EMDQueryResult.EmdMatrix

The updated EMD-Matrix.

IList<ImageInfoContainer> VisWpf.MDS.EMDQueryResult.ImageInfos

The image infos that were found by the query.

List<Vector> VisWpf.MDS.EMDQueryResult.ImagePositions

The new image positions.

bool VisWpf.MDS.EMDQueryResult.RangeToSmall = false

Indicates if the range of the query was to small.


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