JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.openimaj.image
Interface ImageProvider<IMAGE extends
Image
<?,IMAGE>>
Type Parameters:
IMAGE
- Type of image provided
All Known Implementing Classes:
Caltech101.Record
,
FImage
,
Image
,
MBFImage
,
MultiBandImage
,
SingleBandImage
,
SVGImage
public interface
ImageProvider
<IMAGE extends
Image
<?,IMAGE>>
Interface for objects that can provide images
Author:
Jonathon Hare (jsh2@ecs.soton.ac.uk)
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
IMAGE
getImage
()
Get the image that this provider provides.
Method Detail
getImage
IMAGE
getImage
()
Get the image that this provider provides.
Returns:
the image
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method