ICSV - Image Color Similarity Visualization
Vienna Technical University - Course 'Visualization 2'. Author: Stefan Spelitz (0925601)
ICSV.Interface.Types.ImageData Class Reference

New data of an image or an update for an existing image. Included in the list of an GetImageResultsResponse object. More...

Properties

string Id [get, set]
 The unique identifier of the image. Could be NULL, in which case the object represents a FAKE result to tell the client that the server is still alive and working on a request. More...
 
string Url [get, set]
 The URL of the image (is typically a Base64 data URI). Could be a huge string! Could be NULL, in which case this object only represents an update of positions for previously received image information. More...
 
ImagePosition pos2D [get, set]
 2D coordinates where to render the image on the client's canvas. More...
 
ImagePosition pos3D [get, set]
 3D coordinates where to render the image on the client's canvas. More...
 

Detailed Description

New data of an image or an update for an existing image. Included in the list of an GetImageResultsResponse object.

Property Documentation

string ICSV.Interface.Types.ImageData.Id
getset

The unique identifier of the image. Could be NULL, in which case the object represents a FAKE result to tell the client that the server is still alive and working on a request.

ImagePosition ICSV.Interface.Types.ImageData.pos2D
getset

2D coordinates where to render the image on the client's canvas.

ImagePosition ICSV.Interface.Types.ImageData.pos3D
getset

3D coordinates where to render the image on the client's canvas.

string ICSV.Interface.Types.ImageData.Url
getset

The URL of the image (is typically a Base64 data URI). Could be a huge string! Could be NULL, in which case this object only represents an update of positions for previously received image information.