- All Implemented Interfaces:
ImageResource
,NamedResource
,Serializable
,Comparable<Kimia99>
,java.lang.constant.Constable
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). These images were converted to PNG format, their
contents inverted and also their LUT's inverted. That is, pixels inside the contained shape(s) have foreground values
255 (black) and the backgound value is 0 (white).
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Field Summary
Fields inherited from interface imagingbook.core.resource.ImageResource
DefaultIconSize, IconMap, ValidImageExtensions
Fields inherited from interface imagingbook.core.resource.NamedResource
RelativeDirectorySuffix
-
Method Summary
Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
Methods inherited from interface imagingbook.core.resource.ImageResource
autoName, getFileName, getImageIcon, getImageIcon, getImagePlus
Methods inherited from interface imagingbook.core.resource.NamedResource
getRelativeDirectory, getRelativePath, getStream, getURL, isInsideJar
-
Enum Constant Details
-
bonefishes
-
bonefishesocc1
-
bunny04
-
calf1
-
calf2
-
cat1
-
cat2
-
cow1
-
cow2
-
desertcottontail
-
dog1
-
dog2
-
dog3
-
dogfishsharks
-
donkey1
-
dude0
-
dude1
-
dude10
-
dude11
-
dude12
-
dude2
-
dude4
-
dude5
-
dude6
-
dude7
-
dude8
-
easterncottontail
-
f15
-
f16
-
f16occ1
-
fgen1ap
-
fgen1bp
-
fgen1ep
-
fgen1fp
-
fgen2dp
-
fgen2fp
-
fgen3bp
-
fgen5cp
-
fish14
-
fish23
-
fish28
-
fish30
-
fox1
-
hand
-
hand2
-
hand2occ1
-
hand2occ2
-
hand2occ3
-
hand3
-
hand90
-
handbent1
-
handbent2
-
handdeform
-
handdeform2
-
harrier
-
harrierocc1
-
harrierocc2
-
harrierocc3
-
herrings
-
kk0728
-
kk0729
-
kk0731
-
kk0732
-
kk0735
-
kk0736
-
kk0737
-
kk0738
-
kk0739
-
kk0740
-
kk0741
-
marshrabbit
-
mgen1bp
-
mgen2ap
-
mgen2fp
-
mountaincottontail
-
mountaincottontailocc1
-
mountaincottontailocc2
-
mountaincottontailrot
-
mullets
-
phantom
-
phantomocc1
-
pygmyrabbit
-
skyhawk
-
skyhawkocc1
-
swamprabbit
-
swamprabbitocc2
-
swordfishes
-
tool04
-
tool04bent1
-
tool07
-
tool08
-
tool09
-
tool12
-
tool17
-
tool22
-
tool27
-
tool38
-
tool44
-
whalesharks
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-