Package elki.result
Interface PixmapResult
-
- All Known Implementing Classes:
ComputeSimilarityMatrixImage.SimilarityMatrix
public interface PixmapResult
Result encapsulating a single image.- Since:
- 0.4.0
- Author:
- Erich Schubert
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.File
getAsFile()
Get the image result as file (usually a temporary file).java.awt.image.RenderedImage
getImage()
Get the image pixmap
-