Uses of Interface
imagingbook.core.resource.ImageResource
Packages that use ImageResource
Package
Description
Defines the basic functionality for working with named resources and accessing
resources in JAR files.
-
Uses of ImageResource in imagingbook.common.ij
Methods in imagingbook.common.ij with parameters of type ImageResourceModifier and TypeMethodDescriptionstatic boolean
DialogUtils.askForSampleImage
(ImageResource suggested) Opens a very specific dialog asking if the suggested sample image (resource) should be opened and made the active image. -
Uses of ImageResource in imagingbook.core.resource
Method parameters in imagingbook.core.resource with type arguments of type ImageResourceModifier and TypeMethodDescriptionstatic String[]
ImageResource.getResourceFileNames
(Class<? extends ImageResource> clazz) Returns the names of the actual files contained in the associated resource directory of the specified class, which must implement theImageResource
interface. -
Uses of ImageResource in imagingbook.sampleimages
Classes in imagingbook.sampleimages that implement ImageResourceModifier and TypeClassDescriptionenum
Enumeration defining a set ofImageResource
objects for selected sample images. -
Uses of ImageResource in imagingbook.sampleimages.kimia
Classes in imagingbook.sampleimages.kimia that implement ImageResourceModifier and TypeClassDescriptionenum
A set of 1070 (actually only 1069 after removing one double) binary shape images downloaded from https://vision.lems.brown.edu/content/available-software-and-databases (http://vision.lems.brown.edu/sites/default/files/1070db.tar.gz).enum
A set of 216 binary shape images downloaded from https://vision.lems.brown.edu/content/available-software-and-databases (http://vision.lems.brown.edu/sites/default/files/216db.tar.gz).enum
A set of 99 binary shape images downloaded from https://vision.lems.brown.edu/content/available-software-and-databases (http://vision.lems.brown.edu/sites/default/files/99db.tar.gz).enum
Test images composed of shapes from the Kimia data sets (see https://vision.lems.brown.edu/content/available-software-and-databases)