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 booleanDialogUtils.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 theImageResourceinterface. -
Uses of ImageResource in imagingbook.sampleimages
Classes in imagingbook.sampleimages that implement ImageResourceModifier and TypeClassDescriptionenumEnumeration defining a set ofImageResourceobjects for selected sample images. -
Uses of ImageResource in imagingbook.sampleimages.kimia
Classes in imagingbook.sampleimages.kimia that implement ImageResourceModifier and TypeClassDescriptionenumA 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).enumA 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).enumA 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).enumTest images composed of shapes from the Kimia data sets (see https://vision.lems.brown.edu/content/available-software-and-databases)