Package elki.result
Interface PixmapResult
-
- All Known Implementing Classes:
ComputeSimilarityMatrixImage.SimilarityMatrix
public interface PixmapResultResult 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.FilegetAsFile()Get the image result as file (usually a temporary file).java.awt.image.RenderedImagegetImage()Get the image pixmap
-