JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Use
Tree
Index
Search
Help
org.anchoranalysis.annotation.io.image.findable
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Related Packages
Classes and Interfaces
Package org.anchoranalysis.annotation.io.image.findable
package
org.anchoranalysis.annotation.io.image.findable
The outcome of searching for annotations or images on the file-system.
Related Packages
Package
Description
org.anchoranalysis.annotation.io.image
Reading and writing whole-image label annotations.
All Classes and Interfaces
Interfaces
Classes
Class
Description
Findable
<T>
Parent class for an element that exists in one of two-states, either
Found
or
NotFound
.
Found
<T>
A positive-result when an object is
found
at a particular location.
NotFound
<T>
A negative-result when an object is
not found
at a particular location.