Uses of Class
adams.core.annotation.DeprecatedClass
-
Packages that use DeprecatedClass Package Description adams.core.io.fileuse adams.core.net adams.data.io.input adams.flow.condition.bool adams.flow.control adams.flow.source adams.flow.transformer adams.gui.tools.previewbrowser -
-
Uses of DeprecatedClass in adams.core.io.fileuse
Classes in adams.core.io.fileuse with annotations of type DeprecatedClass Modifier and Type Class Description class
JpegIsComplete
Checks whether the JPEG file ends with bytes FFD9 (EOF for JPEGs).
See also:
http://en.wikipedia.org/wiki/JPEG#Syntax_and_structure
class
PngIsComplete
Checks whether the PNG file ends with bytes IEND (EOF for PNGs).
See also:
https://en.wikipedia.org/wiki/Portable_Network_Graphics#Critical_chunks
http://www.libpng.org/pub/png/spec/1.2/PNG-Structure.html#Chunk-layout
http://www.libpng.org/pub/png/spec/1.2/PNG-Chunks.html#C.IEND
-
Uses of DeprecatedClass in adams.core.net
Classes in adams.core.net with annotations of type DeprecatedClass Modifier and Type Class Description class
ApacheSendEmail
Uses Apache commons-netSMTPClient
orSMTPSClient
for sending emails. -
Uses of DeprecatedClass in adams.data.io.input
Classes in adams.data.io.input with annotations of type DeprecatedClass Modifier and Type Class Description class
DetectronAnnotationsReportReader
Interprets rectangle annotations present in Detectron annotations JSON file. -
Uses of DeprecatedClass in adams.flow.condition.bool
Classes in adams.flow.condition.bool with annotations of type DeprecatedClass Modifier and Type Class Description class
HasElements
Checks whether the array passing through has a at least the specified number of elements. -
Uses of DeprecatedClass in adams.flow.control
Classes in adams.flow.control with annotations of type DeprecatedClass Modifier and Type Class Description class
LocalScopeTransformer
Provides a local scope for the sub-actors.
It is possible to 'propagate' or 'leak' variables and storage items from within the local scope back to the output scope. -
Uses of DeprecatedClass in adams.flow.source
Classes in adams.flow.source with annotations of type DeprecatedClass Modifier and Type Class Description class
DirectoryLister
Returns the contents of a directory (files/dirs). -
Uses of DeprecatedClass in adams.flow.transformer
Classes in adams.flow.transformer with annotations of type DeprecatedClass Modifier and Type Class Description class
ArraySubset
Generates a subset of the array, using the specified array elements.class
DeleteOverlappingImageObjects
Cleans up overlapping objects, e.g., multiple predicted bounding boxes per object.class
ImageAnnotator
Allows the user to label objects located on the image and pass on this enriched meta-data.class
ImageObjectOverlap
Computes the overlap of objects with the specified report from storage.
It stores the overlap percentage of the highest overlap found (overlap_highest) and the total number of overlaps greater than the specified minimum (overlap_count).
If a label key (located object meta-data) has been supplied, then the label of the object with the highest overlap gets stored as well (overlap_label_highest) and whether the labels match (overlap_label_highest_match)
Input/output:
- accepts:
adams.data.image.AbstractImageContainer
adams.data.report.Report
adams.data.report.ReportHandler
- generates:
adams.data.image.AbstractImageContainer
adams.data.report.Report
adams.data.report.ReportHandler
class
IntersectOverUnion
Computes the Intersect Over Union (IOU) of objects with the specified report from storage.
It stores the highest IOU found (iou_highest) and the total number of iou greater than the specified minimum (iou_count).
If a label key (located object meta-data) has been supplied, then the label of the object with the highest iou gets stored as well (iou_label_highest) and whether the labels match (iou_label_highest_match)
Input/output:
- accepts:
adams.data.image.AbstractImageContainer
adams.data.report.Report
adams.data.report.ReportHandler
- generates:
adams.data.image.AbstractImageContainer
adams.data.report.Report
adams.data.report.ReportHandler
class
ScaleReportObjects
Scales the objects in the report using the provided scale factors.
Processes the following suffixes of all the report fields that match the provided prefix:
- .x
- .y
- .width
- .height
Input/output:
- accepts:
adams.data.report.Report
adams.data.report.ReportHandler
- generates:
adams.data.report.Report
adams.data.report.ReportHandler
class
SpreadSheetCommonIDs
Extracts the common IDs from two or more spreadsheets.
Matching sense can be inverted, i.e., the IDs not in common are output.class
SpreadSheetDifference
Computes the difference of the numeric cells between two spreadsheets.
The values of the second spreadsheet are subtracted from the first one.
If no 'key' columns are defined, the current order of rows is used for comparison. -
Uses of DeprecatedClass in adams.gui.tools.previewbrowser
Classes in adams.gui.tools.previewbrowser with annotations of type DeprecatedClass Modifier and Type Class Description class
DetectronAnnotationsHandler
Displays the following image types with an overlay for the objects stored in the Detectron annotations JSON file (using object prefix 'Object.'): jpg,tif,tiff,bmp,gif,png,jpeg,wbmp
-